跳到主要内容

2025-01-06 CLI新增帮助支持,优化基础模块结构

CLI

新增帮助命令

yarn duxapp -h
yarn duxapp --help

yarn duxapp icon -h
yarn duxapp icon create -h

基础库

  • 完善所有函数和组件的Types
  • 移除 Detail 组件
  • 移除 checkLocationPermission 方法
  • 移除 duxapp/utils/app.js 有关于模块的方法
  • 移除 Queue 队列功能
  • 移除 recursionSetValue 方法
  • 移除 verifyValueInArray 方法
  • 移除事件系统的的 off 方法

UI库

  • 完善Types
  • 优化组件结构