mirror of
https://github.com/smallmain/cocos-enhance-kit.git
synced 2024-12-25 19:28:28 +00:00
[adapters] 优化提示文案
This commit is contained in:
parent
9235a9068a
commit
181e0e1b4d
@ -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");
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -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>
|
||||||
|
Loading…
Reference in New Issue
Block a user