[adapters] 优化提示文案

This commit is contained in:
SmallMain 2024-10-25 16:15:09 +08:00
parent 9235a9068a
commit 181e0e1b4d
No known key found for this signature in database
2 changed files with 3 additions and 3 deletions

View File

@ -96,10 +96,10 @@ function checkAndModifyWorkerFiles() {
if (result.CC_WORKER_ASSET_PIPELINE || result.CC_WORKER_AUDIO_SYSTEM) { if (result.CC_WORKER_ASSET_PIPELINE || result.CC_WORKER_AUDIO_SYSTEM) {
// 没有 Worker 目录与配置的话提醒用户重新安装 // 没有 Worker 目录与配置的话提醒用户重新安装
if (!(gameJson.workers && fs.existsSync(workerDir))) { if (!(gameJson.workers && fs.existsSync(workerDir))) {
Editor.error("你启用了社区版的多线程特性,但未检测到正确的 workers 目录与 game.json 字段,请重新安装社区版,详情请查看文档:TODO"); Editor.error("你启用了社区版的多线程特性,但未检测到正确的 workers 目录与 game.json 字段,请重新安装社区版,详情请查看文档:https://smallmain.github.io/cocos-enhance-kit/docs/user-guide/multithread/thread-intro#%E6%B3%A8%E6%84%8F%E4%BA%8B%E9%A1%B9");
} }
} else { } else {
Editor.warn("你禁用了社区版的多线程特性,可以手动删除相关文件以减少包体大小详情请查看文档TODO"); Editor.warn("你禁用了社区版的多线程特性,可以手动删除相关文件以减少微信小游戏的包体大小详情请查看文档https://smallmain.github.io/cocos-enhance-kit/docs/user-guide/multithread/thread-intro#%E6%B3%A8%E6%84%8F%E4%BA%8B%E9%A1%B9");
} }
} }
} }

View File

@ -17,7 +17,7 @@ Editor.Panel.extend({
<p class="desc">该特性仅在微信小游戏平台下有效</p> <p class="desc">该特性仅在微信小游戏平台下有效</p>
<hr /> <hr />
<div class="sub"> <div class="sub">
<p class="subdesc">请注意以下为全局设置会影响所有项目在重新安装升级或卸载后丢失所有设置</p> <p class="subdesc">请注意以下为全局设置改动会影响所有项目在重新安装升级或卸载社区版后丢失所有设置</p>
<ui-prop id="td" tabindex="-1" name="调试模式" tooltip="启用后将会输出详细日志以便进行调试,这可能会大幅降低性能。"> <ui-prop id="td" tabindex="-1" name="调试模式" tooltip="启用后将会输出详细日志以便进行调试,这可能会大幅降低性能。">
<ui-checkbox id="tdc" tabindex="-1"></ui-checkbox> <ui-checkbox id="tdc" tabindex="-1"></ui-checkbox>
</ui-prop> </ui-prop>