From 33fd69046fa10036ec209fa6ae051e3b40b26c90 Mon Sep 17 00:00:00 2001 From: fankesyooni Date: Wed, 25 Jun 2025 22:32:17 +0800 Subject: [PATCH] refactor(fix): some bug fix --- src/content/index.html | 12 +++++++++--- src/libs/locale.js | 3 +++ 2 files changed, 12 insertions(+), 3 deletions(-) diff --git a/src/content/index.html b/src/content/index.html index f678d5d..3a6b839 100755 --- a/src/content/index.html +++ b/src/content/index.html @@ -295,11 +295,17 @@ DAY.JS  MIT
https://github.com/iamkun/dayjs
YukiHookAPI  Apache-2.0
- https://github.com/HighCapable/YuKiHookAPI + https://github.com/HighCapable/YuKiHookAPI
+ KavaRef  Apache-2.0
+ https://github.com/HighCapable/KavaRef
+ BetterAndroid  Apache-2.0
+ https://github.com/BetterAndroid/BetterAndroid
+ Hikage  Apache-2.0
+ https://github.com/BetterAndroid/Hikage
DrawableToolbox  Apache-2.0
- https://github.com/duanhong169/DrawableToolbox + https://github.com/duanhong169/DrawableToolbox
SweetDependency  Apache-2.0
- https://github.com/HighCapable/SweetDependency + https://github.com/HighCapable/SweetDependency
SweetProperty  Apache-2.0
https://github.com/HighCapable/SweetProperty diff --git a/src/libs/locale.js b/src/libs/locale.js index ce44da6..ae9f86e 100644 --- a/src/libs/locale.js +++ b/src/libs/locale.js @@ -75,6 +75,7 @@ const locale = { "updateNow": "Update Now", "file": "File", "help": "Help", + "projectAddress": "Project Address", "mainProjectAddress": "Main Project Address", "helpDocumentation": "Help Documentation", "quit": "Quit", @@ -210,6 +211,7 @@ const locale = { "updateNow": "立即更新", "file": "文件", "help": "帮助", + "projectAddress": "项目地址", "mainProjectAddress": "主要项目地址", "helpDocumentation": "帮助文档", "quit": "退出", @@ -345,6 +347,7 @@ const locale = { "updateNow": "すぐにアップデート", "file": "フェルオ", "help": "ヘルプ", + "projectAddress": "プロジェクトアドレス", "mainProjectAddress": "マンプロジェクトアドレス", "helpDocumentation": "ヘルプドキュメント", "quit": "終了する",