Skip to content

Commit

Permalink
fix:添加uni-pkg-cli
Browse files Browse the repository at this point in the history
  • Loading branch information
snice committed Sep 26, 2024
1 parent 5d8ad18 commit f92abea
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions docs/.vitepress/config.mts
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,10 @@ export default defineConfig({
{
text: 'uni-app插件package.json生成',
link: '/tools/uni-plugin-pkg'
},
{
text: 'uni-app(x)离线打包工具辅助',
link: '/tools/uni-pkg-cli'
}
]
}
Expand Down
2 changes: 1 addition & 1 deletion docs/tools/uni-pkg-cli.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,4 @@ outline: deep
import UniPkgCli from '../components/uni-pkg-cli.vue'
</script>

<uni-package />
<uni-pkg-cli />

0 comments on commit f92abea

Please sign in to comment.