-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
73d20e3
commit f709b77
Showing
6 changed files
with
10 additions
and
9 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,2 @@ | ||
### 🔄 Other Changes | ||
* 打包器由 `rollup` 更改为 `rspack` | ||
### 🛠️ Bug Fixes | ||
* 修复 `Surge` 模块内置`参数面板` |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,14 +1,14 @@ | ||
#!name = {{@package 'displayName'}} | ||
#!desc = {{inline (@package 'description')}} | ||
#!name = {{@package 'displayName'}} (Microsoft Translate)" | ||
#!desc = {{inline (@package 'description')}}\n切换为微软翻译并自动刷新Token | ||
#!openUrl = {{@package 'openUrl'}} | ||
#!author = {{@package 'contributors'}} | ||
#!homepage = {{@package 'homepage'}} | ||
#!icon = {{@package 'icon'}} | ||
#!category = {{@package 'organizationName'}} | ||
#!date = {{now "yyyy-MM-dd HH:mm:ss"}} | ||
#!version = {{@package 'version'}} | ||
#!arguments=cronexp:*/10 * * * * | ||
#!arguments=cronexp:"*/10 * * * *" | ||
#!arguments-desc=cronexp: * * * * * *\n │ │ │ │ │ └── 星期几 (0 - 6, 星期天 = 0)\n │ │ │ │ └──── 月份 (1 - 12)\n │ │ │ └────── 天数 (1 - 31)\n │ │ └──────── 小时 (0 - 23)\n │ └────────── 分钟 (0 - 59)\n └──────────── [可选] 秒 (0 - 59) | ||
|
||
[Script] | ||
🍿️ DualSubs.AddOn.Microsoft.Translate = type=cron, cronexp="{{{cronexp}}}", timeout=60, script-path=https://github.com/DualSubs/AddOn/releases/download/v{{@package 'version'}}/Microsoft.Translate.bundle.js | ||
🍿️ DualSubs.AddOn.Microsoft.Translate = type=cron, cronexp="\{{{cronexp}}}", timeout=60, script-path=https://github.com/DualSubs/AddOn/releases/download/v{{@package 'version'}}/Microsoft.Translate.bundle.js |