更新项目标题为“PDF 模块”,修改版本号至 0.0.3,调整路由基础路径,优化 Home 组件代码格式

This commit is contained in:
2026-02-04 19:44:39 +08:00
parent 87d48e6fc3
commit f858d1aa5b
5 changed files with 12 additions and 9 deletions

View File

@@ -1,7 +1,7 @@
{
"name": "@kevisual/pdf",
"private": true,
"version": "0.0.1",
"version": "0.0.3",
"type": "module",
"basename": "/root/pdf",
"scripts": {
@@ -9,7 +9,7 @@
"build": "vite build",
"preview": "vite preview",
"ui": "pnpm dlx shadcn@latest add ",
"pub": "envision deploy ./dist -k pdf -v 0.0.1 -y y -u"
"pub": "envision deploy ./dist -k pdf -v 0.0.4 -y y -u"
},
"files": [
"dist"