From 40f09a27e1f8dd12f225b13c999aebf78f499493 Mon Sep 17 00:00:00 2001 From: DCloud_LXH <283700113@qq.com> Date: Mon, 22 Jul 2024 16:04:29 +0800 Subject: [PATCH] chore: sidebar --- docs/_sidebar.md | 2 +- docs/api/_sidebar.md | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/_sidebar.md b/docs/_sidebar.md index 8153fda9..b65ee595 100644 --- a/docs/_sidebar.md +++ b/docs/_sidebar.md @@ -36,7 +36,7 @@ * [uts插件iOS Debug](https://uniapp.dcloud.net.cn/tutorial/debug/uni-uts-debug-ios.html) * [性能优化](performance.md) * [uni错误规范](https://uniapp.dcloud.net.cn/tutorial/err-spec.html) -* [暗黑模式](api/theme.md) +* [暗黑模式](api/theme-change.md) * [国际化](i18n.md) * [源码和示例](sample.md) * [跨平台框架及原生对比](select.md) diff --git a/docs/api/_sidebar.md b/docs/api/_sidebar.md index 17c10808..1361563f 100644 --- a/docs/api/_sidebar.md +++ b/docs/api/_sidebar.md @@ -79,8 +79,8 @@ * 推送 * [push](uni-push.md) * 支付 - * [发起支付](request-payment.md) - * [苹果内购](virtual-payment.md) + * [支付(requestPayment)](request-payment.md) + * [虚拟支付(requestVirtualPayment)](virtual-payment.md) * 绘画 * [canvasToTempFilePath](canvas-to-temp-file-path.md) * [canvasGetImageData](canvas-get-image-data.md) -- GitLab