Skip to content

Commit

Permalink
feat: pages
Browse files Browse the repository at this point in the history
  • Loading branch information
nebulaliu committed Apr 9, 2024
1 parent 046016b commit b1bc73f
Show file tree
Hide file tree
Showing 2 changed files with 52 additions and 52 deletions.
102 changes: 51 additions & 51 deletions .config/.vitepress/config.mts
Original file line number Diff line number Diff line change
Expand Up @@ -29,128 +29,128 @@ export default defineConfig({

sidebar: [
{
text: "基本信息",
text: "基本",
items: [
{ text: "简介", link: "/markdown-examples" },
{ text: "安装与使用", link: "/api-examples" },
{ text: "入门指南", link: "/api-examples" },
{ text: "优秀案例", link: "/api-examples" },
{ text: "简介", link: "/README" },//
{ text: "安装与使用", link: "/Design/SDKInstaller" },
{ text: "入门指南", link: "/Design/Guide" },
{ text: "优秀案例", link: "/Design/ShowCase" },//
],
},
{
text: "方案概述与兼容性",
items: [
{ text: "技术原理", link: "/markdown-examples" },
{ text: "兼容性评估", link: "/api-examples" },
{ text: "推荐引擎版本", link: "/api-examples" },
{ text: "技术原理", link: "/Design/Summary" },
{ text: "兼容性评估", link: "/Design/Evaluation" },
{ text: "推荐引擎版本", link: "/Design/UnityVersion" },
],
},
{
text: "性能优化",
items: [
{
text: "性能优化总览",
link: "",
link: "/Design/PerfOptimization",
},
{
text: "性能优化评估标准",
link: "",
link: "/Design/PerfMeasure",
},
{
text: "启动性能",
items: [
{
text: "提升 Unity WebGL 游戏启动速度",
link: "/markdown-examples",
link: "/Design/StartupOptimization",
},
{ text: "启动流程与时序", link: "/api-examples" },
{ text: "启动流程与时序", link: "/Design/Startup" },
{
text: "使用 Loader 进行游游戏加载",
link: "/markdown-examples",
link: "/Design/UsingLoader",
},
{ text: "资源按需加载概述", link: "/api-examples" },
{ text: "资源按需加载概述", link: "/Design/ResourcesLoading" },
{
text: "使用 AssetBundle 进行资源按需加载",
link: "/markdown-examples",
link: "/Design/UsingAssetBundle",
},
{
text: "使用 Addressable 进行资源按需加载",
link: "/api-examples",
link: "/Design/UsingAddressable",
},
{
text: "使用 AutoStreaming 进行资源按需加载",
link: "/markdown-examples",
link: "/Design/InstantGameGuide",
},
{ text: "定制启动封面", link: "/api-examples" },
{ text: "设计启动剧情", link: "/markdown-examples" },
{ text: "使用预下载功能", link: "/api-examples" },
{ text: "首场景启动优化", link: "/api-examples" },
{ text: "使用代码分包工具", link: "/api-examples" },
{ text: "启动留存数据上报统计", link: "/api-examples" },
{ text: "最佳实践检测工具", link: "/api-examples" },
{ text: "微信系统字体", link: "/api-examples" },
{ text: "定制启动封面", link: "/Design/CustomLoading" },
{ text: "设计启动剧情", link: "/Design/LaunchOpera" },
{ text: "使用预下载功能", link: "/Design/UsingPreload" },
{ text: "首场景启动优化", link: "/Design/FirstSceneOptimization" },
{ text: "使用代码分包工具", link: "/Design/WasmSplit" },
{ text: "启动留存数据上报统计", link: "/Design/ReportStartupStat" },
{ text: "最佳实践检测工具", link: "/Design/PerformanceMonitor" },
{ text: "微信系统字体", link: "/Design/WXFont" },
],
},
{
text: "运行性能",
items: [
{ text: "优化Unity WebGL的运行性能", link: "/markdown-examples" },
{ text: "优化Unity WebGL的运行性能", link: "/Design/OptimizationPerformence" },
{
text: "使用 Android CPU Profiler 性能调优",
link: "/api-examples",
link: "/Design/AndroidProfile",
},
{
text: "使用 Unity Profiler 性能调优",
link: "/markdown-examples",
link: "/Design/UnityProfiler",
},
{ text: "优化Unity WebGL的内存", link: "/api-examples" },
{ text: "优化Unity WebGL的内存", link: "/Design/OptimizationMemory" },
{
text: "使用ProfilingMemory分析内存",
link: "/markdown-examples",
link: "/Design/UsingMemoryProfiler",
},
{ text: "压缩纹理优化", link: "/api-examples" },
{ text: "资源优化工具与建议", link: "/markdown-examples" },
{ text: "iOS高性能 与 高性能+ 模式", link: "/api-examples" },
{ text: "优化Unity WebGL的渲染性能", link: "/markdown-examples" },
{ text: "定制微信小游戏的 URP 管线", link: "/markdown-examples" },
{ text: "WebGL2.0渲染支持说明", link: "/markdown-examples" },
{ text: "压缩纹理优化", link: "/Design/CompressedTexture" },
{ text: "资源优化工具与建议", link: "/Design/AssetOptimization" },
{ text: "iOS高性能 与 高性能+ 模式", link: "/Design/iOSOptimization" },
{ text: "优化Unity WebGL的渲染性能", link: "/Design/RenderOptimization" },
{ text: "定制微信小游戏的 URP 管线", link: "/Design/CustomURP" },
{ text: "WebGL2.0渲染支持说明", link: "/Design/WebGL2" },
],
},
],
},
{
text: "版本更新与资源部署",
items: [
{ text: "小游戏资源部署", link: "/markdown-examples" },
{ text: "小游戏资源缓存", link: "" },
{ text: "小游戏版本更新", link: "/api-examples" },
{ text: "小游戏资源部署", link: "/Design/DataCDN" },
{ text: "小游戏资源缓存", link: "/Design/FileCache" },
{ text: "小游戏版本更新", link: "/Design/Update" },
],
},
{
text: "能力适配",
items: [
{ text: "WX SDK 平台能力适配", link: "/markdown-examples" },
{ text: "屏幕适配", link: "/markdown-examples" },
{ text: "输入法适配", link: "/markdown-examples" },
{ text: "排行榜与微信关系数据", link: "/markdown-examples" },
{ text: "后端服务指引", link: "/markdown-examples" },
{ text: "网络通信适配", link: "/markdown-examples" },
{ text: "使用水印保护代码包安全", link: "/markdown-examples" },
{ text: "WX SDK 平台能力适配", link: "/Design/WX_SDK" },
{ text: "屏幕适配", link: "/Design/fixScreen" },
{ text: "输入法适配", link: "/Design/InputAdaptation" },
{ text: "排行榜与微信关系数据", link: "/Design/OpenData" },
{ text: "后端服务指引", link: "/Design/BackendServiceStartup" },
{ text: "网络通信适配", link: "/Design/UsingNetworking" },
{ text: "使用水印保护代码包安全", link: "/Design/wasmWaterMark" },
],
},
{
text: "调试与异常处理",
items: [
{ text: "开发错误调试与排查", link: "/markdown-examples" },
{ text: "现网错误日志上报与排查", link: "/api-examples" },
{ text: "开发错误调试与排查", link: "/Design/DebugAndException" },
{ text: "现网错误日志上报与排查", link: "/Design/IssueForProduction" },
],
},
{
text: "其他",
items: [
{ text: "技术常见问题QA", link: "/api-examples" },
{ text: "问题反馈与联系我们", link: "/markdown-examples" },
{ text: "技术沙龙", link: "/markdown-examples" },
{ text: "技术常见问题QA", link: "/Design/DevelopmentQAList" },
{ text: "问题反馈与联系我们", link: "/Design/IssueAndContact" },
{ text: "技术沙龙", link: "/" }, //
],
},
],
Expand Down
2 changes: 1 addition & 1 deletion index.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ hero:
link: /Design/Guide
- theme: alt
text: 优秀案例
link: /markdown-examples
link: /Design/ShowCase
- theme: alt
text: 在 GitHub 上查看
link: https://github.com/wechat-miniprogram/minigame-unity-webgl-transform
Expand Down

0 comments on commit b1bc73f

Please sign in to comment.