Files
bettergi-scripts-list/repo/js/AutoMonday/manifest.json
江紫烟owo 14a8e30dda AutoMonday-V1.3.5 update (#2312)
1. 修复了自动秘境挑战功能启动失败原地战斗直到超时的bug
2. 修复了调试信息无法显示的bug(实际上是忘记写了,欸嘿)
3. 修改了主函数部分,将原本的笨蛋写法改为了更直观更优雅的写法
4. 修改了readme里图片的位置(括号放图是不太雅观)
2025-11-05 11:57:02 +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.5",
"tags": [
"周常",
"纪行",
"爱可菲",
"质变仪",
"晶蝶诱捕装置"
],
"description": "全自动周常包含纪行、晶蝶诱捕、爱可菲和参变仪等详情见readme",
"authors": [
{
"name": "江紫烟owo",
"links": "https://github.com/jiangziyanowo"
}
],
"saved_files": [
"record/*.txt"
],
"settings_ui": "settings.json",
"main": "main.js"
}