diff --git a/doc/界面原型.bmpr b/doc/界面原型.bmpr index b2006a8..b7cf9a0 100644 Binary files a/doc/界面原型.bmpr and b/doc/界面原型.bmpr differ diff --git a/package.json b/package.json index fd5018c..8c66e86 100644 --- a/package.json +++ b/package.json @@ -6,8 +6,6 @@ "scripts": { "dev": "vite", "build": "vite build", - "build:patch": "npm version patch && npm run build", - "build:minor": "vnpm version minor && npm run build", "lint": "eslint . --ext js,jsx --report-unused-disable-directives --max-warnings 0", "preview": "vite preview" },