Skip to content

Commit

Permalink
提醒雷电9需要修改System.vmdk可写
Browse files Browse the repository at this point in the history
  • Loading branch information
segfault-bilibili committed Oct 3, 2022
1 parent 92ac693 commit 69a408b
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions floatUI.js
Original file line number Diff line number Diff line change
Expand Up @@ -12592,7 +12592,7 @@ function algo_init() {
return true;
} catch (e) {
logException(e);
dialogs.alert("解压或复制文件时出错。(若存储空间已满,请腾出一些空间");
dialogs.alert("解压或复制文件时出错。\n若是雷电模拟器9,请在模拟器设置中将[磁盘共享]设为[System.vmdk可写]。\n若存储空间已满,请腾出一些空间");
}
}

Expand Down Expand Up @@ -12754,7 +12754,7 @@ function algo_init() {
result = privShell("chmod 644 " + getPathArg(cacertDstPath));
log(result);
if (foundMountPoint !== "") privShell("mount -o remount,ro " + getPathArg(foundMountPoint));
dialogs.alert("安装CA证书", "操作" + (result.code == 0 ? "成功\n重启系统生效" : "失败"));
dialogs.alert("安装CA证书", "操作" + (result.code == 0 ? "成功\n重启系统生效" : "失败\n(若是雷电模拟器9,请在模拟器设置中将[磁盘共享]设为[System.vmdk可写])"));
}

/* ~~~~~~~~ 临时开荒辅助 开始 ~~~~~~~~ (有部分函数在外边) */
Expand Down
2 changes: 1 addition & 1 deletion project.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"build"
],
"packageName": "top.momoe.auto",
"versionName": "6.9.6",
"versionName": "6.9.7",
"versionInfo": "",
"versionCode": 1,
"icon":"./images/icon.png",
Expand Down
Loading

0 comments on commit 69a408b

Please sign in to comment.