diff --git a/.changeset/config.json b/.changeset/config.json
index 36735f0..dcd3d8b 100644
--- a/.changeset/config.json
+++ b/.changeset/config.json
@@ -5,7 +5,7 @@
"fixed": [],
"linked": [],
"access": "public",
- "baseBranch": "origin/master",
+ "baseBranch": "master",
"updateInternalDependencies": "patch",
"ignore": []
}
diff --git a/.npmrc b/.npmrc
index 64f955f..b4458c8 100644
--- a/.npmrc
+++ b/.npmrc
@@ -1,3 +1,4 @@
+registry="https://registry.npm.taobao.org/"
@zhst:registry="http://10.0.0.77:4874"
strict-peer-dependencies=false
ignore-workspace-root-check=true
diff --git a/.vscode/settings.json b/.vscode/settings.json
new file mode 100644
index 0000000..b9685e3
--- /dev/null
+++ b/.vscode/settings.json
@@ -0,0 +1,8 @@
+{
+ "cSpell.words": [
+ "ahooks",
+ "antd",
+ "COMPATER",
+ "zhst"
+ ]
+}
diff --git a/docs/index.md b/docs/index.md
index 465a724..d5e9a0a 100644
--- a/docs/index.md
+++ b/docs/index.md
@@ -4,10 +4,10 @@ hero:
description: 前端工具库合集
actions:
- text: 快速上手
- link: /hooks
+ link: /bizs
features:
- title: biz
- emoji: 🌈
+ emoji: 🍑
description: 业务库
- title: hooks
emoji: 💎
@@ -15,4 +15,49 @@ features:
- title: func
emoji: 🌈
description: 常用函数库
+ - title: meta
+ emoji: 🧸
+ description: 原子组件库
---
+
+## 本文档食用说明
+
+目前在开发中的项目为:@zhst/bizs、@zhst/hooks、@zhst/meta、@zhst/func。
+
+bizs: 基于@zhst/hooks、@zhst/meta、@zhst/func 开发,基本贴近于业务。