@@ -5,6 +5,7 @@ export default defineConfig({
5
5
title : "微信小游戏团结/Unity快适配" ,
6
6
description : "Wechat Mini Game Unity engine adapter documents." ,
7
7
themeConfig : {
8
+ logo : '/image/vitepress/6ws3f1.svg' ,
8
9
nav : [
9
10
{ text : "主页" , link : "/" } ,
10
11
{
@@ -71,15 +72,15 @@ export default defineConfig({
71
72
} ,
72
73
{ text : "资源按需加载概述" , link : "/Design/ResourcesLoading" } ,
73
74
{
74
- text : "AssetBundle 按需加载" ,
75
+ text : "使用 AssetBundle 按需加载" ,
75
76
link : "/Design/UsingAssetBundle" ,
76
77
} ,
77
78
{
78
- text : "Addressable 按需加载" ,
79
+ text : "使用 Addressable 按需加载" ,
79
80
link : "/Design/UsingAddressable" ,
80
81
} ,
81
82
{
82
- text : "AutoStreaming 按需加载" ,
83
+ text : "使用 AutoStreaming 按需加载" ,
83
84
link : "/Design/InstantGameGuide" ,
84
85
} ,
85
86
{ text : "定制启动封面" , link : "/Design/CustomLoading" } ,
@@ -95,16 +96,16 @@ export default defineConfig({
95
96
{
96
97
text : "运行性能" ,
97
98
items : [
98
- { text : "优化Unity WebGL的运行性能 " , link : "/Design/OptimizationPerformence" } ,
99
+ { text : "优化 Unity WebGL 的运行性能 " , link : "/Design/OptimizationPerformence" } ,
99
100
{
100
- text : "Android CPU Profiler调优 " ,
101
+ text : "Android CPU Profiler 性能调优 " ,
101
102
link : "/Design/AndroidProfile" ,
102
103
} ,
103
104
{
104
- text : "Unity Profiler调优 " ,
105
+ text : "Unity Profiler 性能调优 " ,
105
106
link : "/Design/UnityProfiler" ,
106
107
} ,
107
- { text : "优化Unity WebGL的内存 " , link : "/Design/OptimizationMemory" } ,
108
+ { text : "优化 Unity WebGL 的内存 " , link : "/Design/OptimizationMemory" } ,
108
109
{
109
110
text : "ProfilingMemory分析内存" ,
110
111
link : "/Design/UsingMemoryProfiler" ,
0 commit comments