Skip to content

Commit 2ac38d0

Browse files
authored
Merge pull request #737 from liuxinyumocn/fix/docs0417
feat: docs update
2 parents 05f725e + 511bd50 commit 2ac38d0

File tree

3 files changed

+9
-9
lines changed

3 files changed

+9
-9
lines changed

.config/.vitepress/config.mts

+7-7
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ export default defineConfig({
6161
text: "启动性能",
6262
items: [
6363
{
64-
text: "提升 Unity WebGL 游戏启动速度",
64+
text: "提升游戏启动速度",
6565
link: "/Design/StartupOptimization",
6666
},
6767
{ text: "启动流程与时序", link: "/Design/Startup" },
@@ -71,15 +71,15 @@ export default defineConfig({
7171
},
7272
{ text: "资源按需加载概述", link: "/Design/ResourcesLoading" },
7373
{
74-
text: "使用 AssetBundle 进行资源按需加载",
74+
text: "AssetBundle 按需加载",
7575
link: "/Design/UsingAssetBundle",
7676
},
7777
{
78-
text: "使用 Addressable 进行资源按需加载",
78+
text: "Addressable 按需加载",
7979
link: "/Design/UsingAddressable",
8080
},
8181
{
82-
text: "使用 AutoStreaming 进行资源按需加载",
82+
text: "AutoStreaming 按需加载",
8383
link: "/Design/InstantGameGuide",
8484
},
8585
{ text: "定制启动封面", link: "/Design/CustomLoading" },
@@ -97,16 +97,16 @@ export default defineConfig({
9797
items: [
9898
{ text: "优化Unity WebGL的运行性能", link: "/Design/OptimizationPerformence" },
9999
{
100-
text: "使用 Android CPU Profiler 性能调优",
100+
text: "Android CPU Profiler调优",
101101
link: "/Design/AndroidProfile",
102102
},
103103
{
104-
text: "使用 Unity Profiler 性能调优",
104+
text: "Unity Profiler调优",
105105
link: "/Design/UnityProfiler",
106106
},
107107
{ text: "优化Unity WebGL的内存", link: "/Design/OptimizationMemory" },
108108
{
109-
text: "使用ProfilingMemory分析内存",
109+
text: "ProfilingMemory分析内存",
110110
link: "/Design/UsingMemoryProfiler",
111111
},
112112
{ text: "压缩纹理优化", link: "/Design/CompressedTexture" },

Design/DevelopmentQAList.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
#### 11.开发者工具提示`pluginid: wx7a727ff7d940bb3f, permission deny`字样错误
4343
Q:
4444

45-
<image src="../image/rank-demo/addplugin.png" width="400"/>
45+
<img src='../image/rank-demo/addplugin.png' width="500"/>
4646

4747
A: 新版导出插件使用小游戏插件来渲染关系链数据,因此需要添加插件。可通过微信开发者工具控制台-添加插件的报错信息添加插件,即可正常使用。同时需要注意**实际未使用关系链数据时请删掉game.json中plugins.Layout配置**。如果开发者工具控制台没有添加插件的入口请手动在MP端[添加插件](https://mp.weixin.qq.com/wxopen/plugindevdoc?appid=wx7a727ff7d940bb3f)或者升级至最新版本的开发者工具。
4848

Design/WasmSplit.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -304,7 +304,7 @@ iOS 高性能模式由于加载子包的实现不同,刚开始收集时又基
304304

305305
> 请勿使用小游戏版微信开发者工具,会出现插件无法正常更新或安装。请前往:适配文档-安装与使用,下载stable版本微信开发者工具。
306306
307-
<image src="../image/wasmsplit/check-version.png"/>
307+
<img src="../image/wasmsplit/check-version.png"/>
308308

309309
### 分包插件安装失败
310310

0 commit comments

Comments
 (0)