zhengw
|
f11f4c8000
|
精简页面初始化代码
|
2026-02-06 15:30:07 +08:00 |
|
zhengw
|
9ce21008a3
|
精简搜索函数, 添加页面
|
2026-02-06 14:49:13 +08:00 |
|
zhengw
|
8960c8ea73
|
完善销售订单, 添加订单排序页
|
2026-01-28 17:18:43 +08:00 |
|
zhengw
|
7ff1a911dd
|
添加组件及页面
|
2026-01-21 17:05:30 +08:00 |
|
zhengw
|
b1ecd88641
|
feat: 添加组件配置文件并优化页面结构
- 新增 components.d.json 文件,包含所有组件的属性配置
- 添加 card-item-plugin 组件及其相关文件(json、ts、wxml、wxss)
- 在 app.json 中添加新的生产流程管理页面路径
- 添加多个SVG图标文件用于菜单项
- 重构 popup-plugin 组件样式和关闭逻辑
- 更新 tab-bar-plugin 的激活状态逻辑
- 优化 search-popup 使用全局样式类
- 在首页添加菜单配置和页面跳转功能
- 调整组件样式细节和间距
|
2026-01-14 16:54:47 +08:00 |
|
zhengw
|
f0c68126dc
|
feat: 将多个页面从JavaScript转换为TypeScript
- 将 agreement.js、no-auth-plugin.js、processEntry.js、https.js、
menuConfig.js、voiceUtil.js 文件重命名为对应的 .ts 扩展名
- 在 agreement.ts 中引入配置并动态设置标题
- 在 no-auth-plugin.ts 中使用工具函数替代硬编码跳转
- 为 processEntry.ts 添加类型注解并重构代码结构
- 为 https.ts 添加类型定义并优化错误处理
- 创建 menuConfig.ts 并迁移导航配置
- 为 voiceUtil.ts 添加类型注解
|
2026-01-12 10:59:13 +08:00 |
|