Skip to content

Commit 90856f9

Browse files
author
hoang.tran12
committed
update desc
1 parent 04c01e8 commit 90856f9

File tree

2 files changed

+21
-9
lines changed

2 files changed

+21
-9
lines changed

popup/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -335,7 +335,7 @@ function createScriptButton(script, isFavorite = false) {
335335
}
336336
if (script.changeLogs) {
337337
let tx = "";
338-
let dates = Object.keys(script.changeLogs).sort().reverse();
338+
let dates = Object.keys(script.changeLogs).sort();
339339
for (let date of dates) {
340340
tx += `<li>${date} - ${script.changeLogs[date]}</li>`;
341341
}

scripts/magnify_image.js

Lines changed: 20 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -5,22 +5,34 @@ export default {
55
vi: "Phóng to mọi hình ảnh",
66
},
77
description: {
8-
en: `Press Ctrl twice (or right click) to any image to open it in magnified window
9-
<br/><br/>
10-
Auto find large version of image to show.`,
11-
vi: `Nhấn Ctrl 2 lần (hoặc chuột phải) lên bất kỳ hình ảnh nào để xem nó trong cửa sổ phóng đại
12-
<br/><br/>
8+
en: `View any images in magnified window<br/>
9+
Where you are able to zoom in/out, rotate, drag, and more.<br/>
10+
Auto find large version of image to show.
11+
<br/></br>
12+
<p style="color:yellow">3 ways to use:</p>
1313
<ul>
14-
<li>Tự động hiển thị ảnh có kích thước lớn nhất</li>
15-
<li>Không còn phải căng mắt lên để xem ảnh nữa</li>
14+
<li>Right click any image</li>
15+
<li>Left click this feature and choose image</li>
16+
<li>Double Ctrl on any image (require enable)<li>
17+
</ul>
18+
`,
19+
vi: `Xem bất kỳ hình ảnh nào trong cửa sổ phóng đại<br/>
20+
Nơi bạn có thể phóng to/thu nhỏ, xoay, kéo thả, ...<br/>
21+
Tự động tìm ảnh chất lượng cao để hiển thị.
22+
<br/></br>
23+
<p style="color:yellow">3 cách sử dụng:</p>
24+
<ul>
25+
<li>Chuột phải vào ảnh</li>
26+
<li>Click chức năng và click chọn ảnh</li>
27+
<li>Ctrl 2 lần vào ảnh (cần mở tự động chạy)</li>
1628
</ul>`,
1729
img: "",
1830
},
1931

2032
changeLogs: {
2133
"2024-04-10": "init",
2234
"2024-04-27": "remove error img in gallery",
23-
"2024-05-21": "not reqire for enable to use",
35+
"2024-05-21": "not reqire autorun",
2436
},
2537

2638
popupScript: {

0 commit comments

Comments
 (0)