Go to file
ozh ae767adbdf feat(event): 事件页筛选抽屉与时间日历重构,tabbar 增加图标
- 新增 components/patched-calendar 本地补丁版日历组件,pages.json easycom
  优先匹配 up-calendar,修复弹层嵌套下高度/滚动/底部按钮问题
- 时间筛选改为自绘钉底确定按钮 + pendingRange 临时选择,支持 31 天范围限制
  与过去一年动态 monthNum;场所列表改走 /scene/list 接口
- 筛选项选中态高亮、抽屉样式优化,增加空列表提示文案
- pages.json 为三个 tab 配置图标(static/tabbar),mine 页裁剪未开放入口
- manifest 应用名改为 SEC_Warehouse
2026-08-19 15:27:28 +08:00
api feat(index): 添加设备按钮改为右下角圆形加号悬浮按钮 2026-08-19 09:28:47 +08:00
components/patched-calendar feat(event): 事件页筛选抽屉与时间日历重构,tabbar 增加图标 2026-08-19 15:27:28 +08:00
constants feat(scene): 注册场景选择页路由 2026-08-18 17:21:44 +08:00
docs fix(ble): 协议一致性修复、WiFi面板超时修复、搜索行为优化 2026-04-30 11:21:41 +08:00
hooks refactor(ble): 移除密钥鉴权流程,改为厂家确认的连接订阅流程 2026-08-19 10:06:35 +08:00
pages feat(event): 事件页筛选抽屉与时间日历重构,tabbar 增加图标 2026-08-19 15:27:28 +08:00
static feat(event): 事件页筛选抽屉与时间日历重构,tabbar 增加图标 2026-08-19 15:27:28 +08:00
store fix(scene): 错误态图标合法性、响应数组校验与持久化字段归一化 2026-08-18 17:38:58 +08:00
styles feat(ble): 新增蓝牙核心功能模块 2026-04-17 16:09:14 +08:00
utils refactor(ble): 移除密钥鉴权流程,改为厂家确认的连接订阅流程 2026-08-19 10:06:35 +08:00
.editorconfig style(ble): 格式化蓝牙模块代码并添加注释 2026-04-23 17:24:14 +08:00
.gitignore refactor(ble): BLE 模块重构与协议时序修复 2026-06-24 17:09:25 +08:00
App.vue feat(ui): 集成 uview-plus 组件库并重构界面 2026-04-20 11:08:55 +08:00
index.html 初始化 2026-04-17 14:45:13 +08:00
main.js feat(ui): 集成 uview-plus 组件库并重构界面 2026-04-20 11:08:55 +08:00
manifest.json feat(event): 事件页筛选抽屉与时间日历重构,tabbar 增加图标 2026-08-19 15:27:28 +08:00
package-lock.json feat(ui): 集成 uview-plus 组件库并重构界面 2026-04-20 11:08:55 +08:00
package.json feat(ui): 集成 uview-plus 组件库并重构界面 2026-04-20 11:08:55 +08:00
pages.json feat(event): 事件页筛选抽屉与时间日历重构,tabbar 增加图标 2026-08-19 15:27:28 +08:00
uni.promisify.adaptor.js feat(ble): 新增蓝牙核心功能模块 2026-04-17 16:09:14 +08:00
uni.scss feat(ui): 集成 uview-plus 组件库并重构界面 2026-04-20 11:08:55 +08:00