Files
bettergi-scripts-list/repo/js/AutoMonday/manifest.json
江紫烟owo cf18d29a75 AutoMonday-V1.3.2版本更新 (#2233)
1. 修改了账户名的获取逻辑:删除了原有的ocr获取uid,改为手动输入的方式(历史记录会受到影响,但避免了后续出现bug的可能性)
2025-10-24 17:15:16 +08:00

24 lines
503 B
JSON
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
{
"manifest_version": 1,
"name": "全自动周一",
"version": "1.3.2",
"tags": [
"周常",
"纪行",
"爱可菲",
"质变仪",
"晶蝶诱捕装置"
],
"description": "全自动周常包含纪行、晶蝶诱捕、爱可菲和参变仪等详情见readme",
"authors": [
{
"name": "江紫烟owo",
"links": "https://github.com/jiangziyanowo"
}
],
"saved_files": [
"record/*.txt"
],
"settings_ui": "settings.json",
"main": "main.js"
}