From 74ae78388493c2f6299ebf6de4d14f68cb17cf7c Mon Sep 17 00:00:00 2001 From: DCloud_LXH <283700113@qq.com> Date: Thu, 7 Dec 2023 17:55:42 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20plugin=E3=80=81worktile=20=5Fsidebar?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docs/plugin/_sidebar.md | 14 +++++++------- docs/worktile/_sidebar.md | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/docs/plugin/_sidebar.md b/docs/plugin/_sidebar.md index 58ad83e0..e51ec602 100644 --- a/docs/plugin/_sidebar.md +++ b/docs/plugin/_sidebar.md @@ -1,11 +1,11 @@ -* [插件全景描述](/uni-app-x/plugin/) +* [插件全景描述](README.md) * [插件市场介绍](https://uniapp.dcloud.net.cn/plugin/plugin-ext-introduction.html) * [uni_modules](https://uniapp.dcloud.net.cn/plugin/uni_modules.html) * uts插件 - * [uts插件开发入门](/plugin/uts-plugin.md) - * [uts页面组件开发入门](/plugin/uts-component.md) - * [uts中使用uni api](/plugin/uts-uni-api.md) - * [Android平台uts开发指南](/plugin/uts-for-android.md) - * [iOS平台uts开发指南](/plugin/uts-for-ios.md) - * [使用CocoaPods依赖](/plugin/uts-ios-cocoapods.md) + * [uts插件开发入门](https://uniapp.dcloud.net.cn/plugin/uts-plugin.html) + * [uts页面组件开发入门](https://uniapp.dcloud.net.cn/plugin/uts-component.html) + * [uts中使用uni api](https://uniapp.dcloud.net.cn/plugin/uts-uni-api.html) + * [Android平台uts开发指南](https://uniapp.dcloud.net.cn/plugin/uts-for-android.html) + * [iOS平台uts开发指南](https://uniapp.dcloud.net.cn/plugin/uts-for-ios.html) + * [使用CocoaPods依赖](https://uniapp.dcloud.net.cn/plugin/uts-ios-cocoapods.html) * [插件作者专区](https://uniapp.dcloud.net.cn/plugin/publish.html) diff --git a/docs/worktile/_sidebar.md b/docs/worktile/_sidebar.md index 26207322..374e2ac3 100644 --- a/docs/worktile/_sidebar.md +++ b/docs/worktile/_sidebar.md @@ -1,4 +1,4 @@ -* [概述](/uni-app-x/worktile/) +* [概述](README.md) * [Git/SVN](https://uniapp.dcloud.net.cn/worktile/git-svn.html) * [编译运行环境](https://uniapp.dcloud.net.cn/worktile/running-env.html) * [自动化测试](https://uniapp.dcloud.net.cn/worktile/auto/quick-start.html) \ No newline at end of file -- GitLab