From ce9866e14fbf1634c0e47a058a18d30c10b1b8a6 Mon Sep 17 00:00:00 2001 From: Burt Date: Mon, 6 Jan 2025 15:03:16 +0800 Subject: [PATCH] =?UTF-8?q?docs:=20=E5=B0=8F=E7=A8=8B=E5=BA=8F=E6=A0=87?= =?UTF-8?q?=E8=AF=86?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docs/.vitepress/config.mts | 1 + docs/base/16-terminology.md | 15 +++++++++++++++ 2 files changed, 16 insertions(+) create mode 100644 docs/base/16-terminology.md diff --git a/docs/.vitepress/config.mts b/docs/.vitepress/config.mts index c2de364..0bbcaf9 100644 --- a/docs/.vitepress/config.mts +++ b/docs/.vitepress/config.mts @@ -141,6 +141,7 @@ export default defineConfig({ { text: 'hbx 模板', link: '13-hbx' }, { text: '常见问题', link: '14-faq' }, { text: '常见问题2', link: '15-faq' }, + { text: '小程序标识', link: '16-terminology' }, { text: '最佳实践', link: '20-best' }, ], }, diff --git a/docs/base/16-terminology.md b/docs/base/16-terminology.md new file mode 100644 index 0000000..9530da81 --- /dev/null +++ b/docs/base/16-terminology.md @@ -0,0 +1,15 @@ +# 小程序的标识 + +目前有以下 `7` 种小程序标识,对应小程序平台类型如下: + +| 类型 | 标识 | +| ------------ | ----------- | +| 微信小程序 | mp-weixin | +| 支付宝小程序 | mp-alipay | +| 抖音小程序 | mp-toutiao | +| 飞书小程序 | mp-lark | +| QQ小程序 | mp-qq | +| 百度小程序 | mp-baidu | +| 快手小程序 | mp-kuaishou | + +> 注意: `mp-toutiao` 就是抖音小程序,其他的都很好辨别。