@atooyu/uxto-cli 1.0.9 → 1.1.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/CHANGELOG.md +10 -0
  2. package/package.json +5 -3
package/CHANGELOG.md ADDED
@@ -0,0 +1,10 @@
1
+ # UXTO CLI 更新记录
2
+
3
+ ## v1.0.0 (2026-03-31)
4
+
5
+ ### 新特性
6
+ - 初始版本发布
7
+ - 支持 iOS、Android、鸿蒙多平台
8
+ - 默认生成三个底部导航菜单(首页、UXTO、我的)
9
+ - 使用 uni CLI 命令运行项目
10
+ - 完善的项目结构
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atooyu/uxto-cli",
3
- "version": "1.0.9",
3
+ "version": "1.1.1",
4
4
  "description": "UXTO UniApp 项目脚手架工具 - 支持 iOS、Android、鸿蒙",
5
5
  "type": "module",
6
6
  "bin": {
@@ -9,7 +9,9 @@
9
9
  "main": "./dist/index.js",
10
10
  "types": "./dist/index.d.ts",
11
11
  "files": [
12
- "dist"
12
+ "dist",
13
+ "README.md",
14
+ "CHANGELOG.md"
13
15
  ],
14
16
  "scripts": {
15
17
  "dev": "tsc --watch",
@@ -31,7 +33,7 @@
31
33
  "author": "atooyu <chujingu@163.com>",
32
34
  "license": "MIT",
33
35
  "dependencies": {
34
- "@atooyu/uxto-fronted": "^1.0.8",
36
+ "@atooyu/uxto-fronted": "^1.0.9",
35
37
  "chalk": "^5.3.0",
36
38
  "commander": "^12.0.0",
37
39
  "fs-extra": "^11.2.0",