refactor(Home): 主页图片走后端获取,修改git clone的地址

This commit is contained in:
2025-09-02 00:00:51 +08:00
parent 42710ecf60
commit 76aff5d627
99 changed files with 9 additions and 7 deletions

View File

@@ -43,6 +43,10 @@ export type MaaUserConfig_Info = {
* 基建模式
*/
InfrastMode?: ('Normal' | 'Rotation' | 'Custom' | null);
/**
* 自定义基建文件路径
*/
InfrastPath?: (string | null);
/**
* 密码
*/