Files
billai/web/README.md

35 lines
645 B
Markdown
Raw Permalink Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
# BillAI Web
BillAI 的前端 Web 应用,基于 SvelteKit + Tailwind提供账单分析/复核/管理等界面。
## 开发
```sh
yarn install
yarn dev
```
常用命令:
```sh
yarn check
yarn lint
yarn format
```
## 构建
```sh
yarn build
yarn preview
```
## API 访问
- 开发环境下通过 SvelteKit/Vite 代理访问后端(统一使用相对路径,例如 `/api/...`
- Docker 部署时由 `docker-compose.yaml` 将前端容器与后端容器联通
## 说明
前端展示层使用统一账单模型 `UIBill`camelCase 字段 + `amount:number`),分析链路与详情编辑弹窗避免多种账单类型混用。