-
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.
Update 修复打包不正确的问题 Update 修复打包不正确的问题 Update 修复打包不正确的问题 Update Github Workflow
- Loading branch information
almighty.yantao
committed
Jul 20, 2024
1 parent
957597f
commit a11b5c2
Showing
3 changed files
with
72 additions
and
57 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
Binary file not shown.
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,58 +1,58 @@ | ||
{ | ||
"identifier": "yantao.deeplx.bob", | ||
"version": "0.1.1", | ||
"category": "translate", | ||
"name": "DeepLx 翻译插件", | ||
"summary": "DeepLx 翻译插件", | ||
"icon": "115", | ||
"author": "yantao", | ||
"homepage": "https://yantao.wiki", | ||
"appcast": "https://raw.githubusercontent.com/almightyYantao/bob-plugin-deeplx-translator/main/appcast.json", | ||
"minBobVersion": "0.5.0", | ||
"options": [ | ||
"identifier": "yantao.deeplx.bob", | ||
"version": "0.0.2", | ||
"category": "translate", | ||
"name": "DeepLx 翻译插件", | ||
"summary": "DeepLx 翻译插件", | ||
"icon": "115", | ||
"author": "yantao", | ||
"homepage": "https://yantao.wiki", | ||
"appcast": "https://raw.githubusercontent.com/almightyYantao/bob-plugin-deeplx-translator/main/appcast.json", | ||
"minBobVersion": "0.5.0", | ||
"options": [ | ||
{ | ||
"identifier": "key", | ||
"type": "text", | ||
"desc": "申请地址:https://linux.do/t/topic/111737", | ||
"title": "Key" | ||
}, | ||
{ | ||
"identifier": "apiMenu", | ||
"type": "menu", | ||
"title": "API类型", | ||
"defaultValue": "1", | ||
"menuValues": [ | ||
{ | ||
"identifier": "key", | ||
"type": "text", | ||
"desc": "申请地址:https://linux.do/t/topic/111737", | ||
"title": "Key" | ||
"title": "内置API-Linux.Do", | ||
"value": "1" | ||
}, | ||
{ | ||
"identifier": "apiMenu", | ||
"type": "menu", | ||
"title": "API类型", | ||
"defaultValue": "1", | ||
"menuValues": [ | ||
{ | ||
"title": "内置API-Linux.Do", | ||
"value": "1" | ||
}, | ||
{ | ||
"title": "自定义API", | ||
"value": "2" | ||
} | ||
] | ||
}, | ||
"title": "自定义API", | ||
"value": "2" | ||
} | ||
] | ||
}, | ||
{ | ||
"identifier": "customUrl", | ||
"type": "text", | ||
"title": "自定义API地址", | ||
"desc": "请填写完成的地址:https://api.deeplx.org/key/translate\n需要带上Key,否则的话将失效" | ||
}, | ||
{ | ||
"identifier": "alternatives", | ||
"type": "menu", | ||
"title": "是否启用Alternatives", | ||
"defaultValue": "1", | ||
"menuValues": [ | ||
{ | ||
"identifier": "customUrl", | ||
"type": "text", | ||
"title": "自定义API地址", | ||
"desc": "请填写完成的地址:https://api.deeplx.org/key/translate\n需要带上Key,否则的话将失效" | ||
"title": "启用", | ||
"value": "1" | ||
}, | ||
{ | ||
"identifier": "alternatives", | ||
"type": "menu", | ||
"title": "是否启用Alternatives", | ||
"defaultValue": "1", | ||
"menuValues": [ | ||
{ | ||
"title": "启用", | ||
"value": "1" | ||
}, | ||
{ | ||
"title": "禁用", | ||
"value": "2" | ||
} | ||
] | ||
"title": "禁用", | ||
"value": "2" | ||
} | ||
] | ||
} | ||
] | ||
} | ||
] | ||
} |