Commit Graph
2 Commits
Author SHA1 Message Date
liguigong 9802ad9812 refactor(report): 重构报告页面 API 调用
-将 pages/report/api.js 中的 API 定义移动到 sheep/api/report/index.js
- 更新 pages/report/index.vue 中的 API 调用引用
- 删除 pages/report/api.js 中的未使用 API 定义
- 优化 sheep/api/report/index.js 中的 API 定义结构
2025-09-15 11:38:40 +08:00
liguigong b91b273686 feat: 初始化项目配置和样式- 添加项目环境变量配置文件 (.env)
- 创建代码忽略文件列表 (.gitignore)
- 设置代码格式化规则 (.prettierrc)- 添加各种样式文件,包括背景、边框、按钮、卡片等组件样式
- 创建暗黑主题样式文件
- 添加表单和代码样式文件
2025-09-12 09:53:45 +08:00