We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
不然本地直接打开的话可读性有点差_(:з」∠)_
例如:
现在:
{ "plans": [ { "rooms": { xxxxxxxx }, "Fiammetta": { "enable": true, "target": "但书", "order": "pre" }, "drones": { "enable": true, "index": 2, "room": "manufacture", "order": "pre" }, "name": "A+B 16H", "description": "最高效率长班,下次换班请在约16小时后进行" } ], "author": "uye、lhh", "description": "干员配置要求极高,请留意\n若缺少干员请自行拷贝文件并修改(请勿直接修改,以免更新后被覆盖)\n第一个制造站为赤金,其余为记录\n\n作业作者:uye、lhh\n\n感谢公孙长乐大佬提供数据及方案支持!", "id": 1681364920727493, "title": "153 极限效率,一天三换", "buildingType": "153", "planTimes": "3班" }
期望:
{ "title": "153 极限效率,一天三换", "author": "uye、lhh", "description": "干员配置要求极高,请留意\n若缺少干员请自行拷贝文件并修改(请勿直接修改,以免更新后被覆盖)\n第一个制造站为赤金,其余为记录\n\n作业作者:uye、lhh\n\n感谢公孙长乐大佬提供数据及方案支持!", "id": 1681364920727493, "buildingType": "153", "planTimes": "3班", "plans": [ { "name": "A+B 16H", "description": "最高效率长班,下次换班请在约16小时后进行", "Fiammetta": { "enable": true, "target": "但书", "order": "pre" }, "drones": { "enable": true, "index": 2, "room": "manufacture", "order": "pre" }, "rooms": { xxxxxxxx } } ] }
The text was updated successfully, but these errors were encountered:
feat: 更新内置153基建
6842c34
最外层最好将 "title", "author", "description" 放在前面 plan 中最好将 "name", "description" 放在前面
Sorry, something went wrong.
No branches or pull requests
不然本地直接打开的话可读性有点差_(:з」∠)_
例如:
现在:
期望:
The text was updated successfully, but these errors were encountered: