Skip to content

Commit e32c7c7

Browse files
committed
update
1 parent d63bafe commit e32c7c7

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

Pagetual/pagetual.user.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5384,7 +5384,7 @@
53845384
curWidth = validSize.w;
53855385
}
53865386
}
5387-
if (compareNodeName(ele, ["picture"]) || !ele.innerText || ele.innerText.trim() === '') {
5387+
if (compareNodeName(ele, ["picture", "img"])) {
53885388
self.curSiteRule.pageElement = geneSelector(ele.parentNode) + ">" + ele.nodeName.toLowerCase();
53895389
debug(self.curSiteRule.pageElement, 'Page element');
53905390
let eles = [];

Picviewer CE+/pvcep_lang.js

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -257,7 +257,7 @@ const langData = [
257257
customLang: "Custom language",
258258
defaultLang: "Auto detect",
259259
hideIcon: "Hide icon",
260-
initShow: "Invert Shortcut to show preview by default",
260+
initShow: "Show preview by default",
261261
stayOut: "Let float bar stay out of the image",
262262
galleryDownloadGap: "Download interval",
263263
formatConversion: "Convert the image format when downloading. One rule per line",
@@ -791,7 +791,7 @@ const langData = [
791791
customLang: "设定语言",
792792
defaultLang: "自动选择",
793793
hideIcon: "隐藏图标",
794-
initShow: "反转快捷键,默认显示预览",
794+
initShow: "默认显示预览",
795795
stayOut: "使浮动工具栏显示在图片外部",
796796
galleryDownloadGap: "下载间隔时间",
797797
formatConversion: "下载时转换图片格式,一行一条",
@@ -1057,7 +1057,7 @@ const langData = [
10571057
customLang: "設定語言",
10581058
defaultLang: "自動選擇",
10591059
hideIcon: "隱藏圖標",
1060-
initShow: "反轉快捷鍵,默認顯示預覽",
1060+
initShow: "默認顯示預覽",
10611061
stayOut: "使浮動工具欄顯示在圖片外部",
10621062
galleryDownloadGap: "下載間隔時間",
10631063
formatConversion: "下載時轉換圖片格式,一行一條",
@@ -2391,7 +2391,7 @@ const langData = [
23912391
customLang: "カスタム言語",
23922392
defaultLang: "自動検出",
23932393
hideIcon: "アイコンを隠す",
2394-
initShow: "ショートカットを反転して、デフォルトでプレビューを表示",
2394+
initShow: "デフォルトでプレビューを表示",
23952395
stayOut: "フロートバーを画像外に留める",
23962396
galleryDownloadGap: "ダウンロード間隔",
23972397
formatConversion: "ダウンロード時に画像形式を変換します。1 行に 1 行",

0 commit comments

Comments
 (0)