mirror of
https://github.com/Megghy/vtsuru.live.git
synced 2025-12-07 02:46:55 +08:00
- 在api-models.ts中将goodsId字段更改为goods,以更好地表示商品信息 - 在多个组件中添加NEllipsis组件以优化文本显示 - 在AddressDisplay.vue中调整模板格式,提升可读性 - 在PointOrderCard.vue中更新订单信息的显示逻辑 - 在PointOrderManage.vue中添加批量更新订单状态的功能
29 lines
881 B
Plaintext
29 lines
881 B
Plaintext
- @src/api/api-models.ts: 定义了系统中使用的数据模型
|
|
- @src/api/query.ts: 提供了API请求的基础函数
|
|
- @src/api/account.ts: 账户管理相关API
|
|
|
|
## 主要目录结构
|
|
|
|
- `src/`: 源代码目录
|
|
- `api/`: API调用和模型定义
|
|
- `assets/`: 静态资源文件
|
|
- `client/`: 客户端相关组件和服务
|
|
- `components/`: Vue组件
|
|
- `composables/`: Vue组合式API函数
|
|
- `data/`: 数据相关模块,包括聊天和弹幕客户端
|
|
- `router/`: 路由配置
|
|
- `store/`: 状态管理
|
|
- `views/`: 页面视图组件
|
|
- `open_live/`: 直播相关视图,包括点歌系统
|
|
- `obs/`: OBS相关视图组件
|
|
- `public/`: 公共静态资源
|
|
|
|
## 项目使用的库
|
|
|
|
- @vueuse/core: 提供了一系列的 Vue 3 的实用函数
|
|
- @vicons/fluent: 图标
|
|
- naive-ui: 组件库
|
|
- pinia: 状态管理
|
|
- vue-router: 路由
|
|
- vue-echarts: 图表
|