VerifVATInvoice/webapp/vite-project
liuxiaoqing 31404cf225 refactor(webapp): 优化发票验证流程和界面
- 修改验证流程初始步骤为第3步- 更新验证结果展示方式,使用 Ant Design Result 组件
-优化上传页面样式,增加顶部间距
- 调整验证接口返回格式,统一错误处理
2025-08-19 22:42:38 +08:00
..
public feat(webapp): 初始化项目结构和功能 2025-08-17 13:24:36 +08:00
src refactor(webapp): 优化发票验证流程和界面 2025-08-19 22:42:38 +08:00
.gitignore feat(webapp): 初始化项目结构和功能 2025-08-17 13:24:36 +08:00
index.html feat(webapp): 初始化项目结构和功能 2025-08-17 13:24:36 +08:00
package-lock.json feat(webapp): 初始化项目结构和功能 2025-08-17 13:24:36 +08:00
package.json feat(webapp): 初始化项目结构和功能 2025-08-17 13:24:36 +08:00
README.md feat(webapp): 初始化项目结构和功能 2025-08-17 13:24:36 +08:00
tsconfig.app.json feat(webapp): 初始化项目结构和功能 2025-08-17 13:24:36 +08:00
tsconfig.json feat(webapp): 初始化项目结构和功能 2025-08-17 13:24:36 +08:00
tsconfig.node.json feat(webapp): 初始化项目结构和功能 2025-08-17 13:24:36 +08:00
vite.config.ts refactor(webapp): 更新 API地址并添加测试请求 2025-08-18 22:19:28 +08:00

Vue 3 + TypeScript + Vite

This template should help get you started developing with Vue 3 and TypeScript in Vite. The template uses Vue 3 <script setup> SFCs, check out the script setup docs to learn more.

Learn more about the recommended Project Setup and IDE Support in the Vue Docs TypeScript Guide.