From 9b799ab38b2076ef694cc237e3bda738b8f8a112 Mon Sep 17 00:00:00 2001 From: Rui Wu Date: Mon, 23 Sep 2024 16:25:32 +0800 Subject: [PATCH] docs: title --- docs/.vitepress/config.ts | 2 +- docs/guide/why.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/.vitepress/config.ts b/docs/.vitepress/config.ts index b82c23b..6a9859e 100644 --- a/docs/.vitepress/config.ts +++ b/docs/.vitepress/config.ts @@ -54,7 +54,7 @@ export default defineConfig({ { text: "指南", items: [ - { text: "为什么是 @uni-helper/uni-typed?", link: "/guide/why" }, + { text: "为什么?", link: "/guide/why" }, { text: "起步", link: "/guide/getting-started" }, { text: "uni-app-types", link: "/guide/uni-app-types" }, { text: "uni-cloud-types", link: "/guide/uni-cloud-types" }, diff --git a/docs/guide/why.md b/docs/guide/why.md index 36c882b..8accd80 100644 --- a/docs/guide/why.md +++ b/docs/guide/why.md @@ -1,4 +1,4 @@ -# 为什么是 @uni-helper/uni-typed? +# 为什么? 很长一段时间,DCloud 公司(也就是 uni-app 官方)对于 TypeScript 支持只有 @dcloudio/types,它提供了脚本部分的 TypeScript 支持,但模板部分的 TypeScript 支持迟迟没有到位。