Skip to content
New issue

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

希望导出的基建排版表 json 可以把标题、简介等字段排到前面 #21

Open
MistEO opened this issue Apr 13, 2023 · 1 comment

Comments

@MistEO
Copy link

MistEO commented Apr 13, 2023

不然本地直接打开的话可读性有点差_(:з」∠)_

例如:

现在:

{
    "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 }
        }
    ]
}
MistEO referenced this issue in MaaAssistantArknights/MaaAssistantArknights Apr 13, 2023
@MistEO
Copy link
Author

MistEO commented Apr 13, 2023

最外层最好将 "title", "author", "description" 放在前面
plan 中最好将 "name", "description" 放在前面

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant