🧩 simple-weather
简明天气是适用于Vela的长期天气存储快应用
- 倒数日 项目
- WaiJade
- xinghengCN
com.application.zaona.weather
在 src/services/debug-service.js 中
const DEBUG_MODE = true // 发版时改为 false在 src/pages/index/index.ux 中
// 🔧 调试模式:注入模拟数据(可选)
// 取消下面的注释可启用模拟数据注入
// await DebugService.injectMockData()开发
npm install
npm run start
构建
npm run build
npm run release
格式化
npm run format