diff --git a/docs/.vitepress/config.mts b/docs/.vitepress/config.mts
index c85337f..f371cff 100644
--- a/docs/.vitepress/config.mts
+++ b/docs/.vitepress/config.mts
@@ -30,6 +30,10 @@ export default defineConfig({
{
text: 'uni-app插件package.json生成',
link: '/tools/uni-plugin-pkg'
+ },
+ {
+ text: 'uni-app(x)离线打包工具辅助',
+ link: '/tools/uni-pkg-cli'
}
]
}
diff --git a/docs/components/uni-pkg-cli.vue b/docs/components/uni-pkg-cli.vue
new file mode 100644
index 0000000..1686017
--- /dev/null
+++ b/docs/components/uni-pkg-cli.vue
@@ -0,0 +1,6 @@
+
+ uni-pkg
+
+
+
\ No newline at end of file
diff --git a/docs/tools/uni-pkg-cli.md b/docs/tools/uni-pkg-cli.md
new file mode 100644
index 0000000..c2e5775
--- /dev/null
+++ b/docs/tools/uni-pkg-cli.md
@@ -0,0 +1,13 @@
+---
+outline: deep
+---
+
+# uni-app(x)离线打包工具辅助
+
+---
+
+
+
+
\ No newline at end of file