Skip to content

Commit 0d4d938

Browse files
committed
web version btn
1 parent 33bfdb5 commit 0d4d938

File tree

1 file changed

+14
-1
lines changed

1 file changed

+14
-1
lines changed

scripts/createInvisibleText.js

Lines changed: 14 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,20 @@ export default {
1111
vi: "Tạo tin nhắn tàng hình, giúp ẩn đi thông tin quan trọng, người nhận cần dùng chức năng này để có thể giải mã.",
1212
},
1313
badges: [BADGES.new],
14-
infoLink: "/scripts/createInvisibleText.html",
14+
buttons: [
15+
{
16+
icon: '<i class="fa-solid fa-mobile-screen"></i>',
17+
name: {
18+
en: "Web version",
19+
vi: "Phiên bản web",
20+
},
21+
onClick: () =>
22+
window.open(
23+
"https://hoangtran0410.github.io/useful-script/scripts/createInvisibleText.html"
24+
),
25+
},
26+
],
27+
1528
changeLogs: {
1629
"2025-05-26": "init",
1730
},

0 commit comments

Comments
 (0)