create-tengits-app 1.0.6 → 1.0.7

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.
package/README.md CHANGED
@@ -122,6 +122,9 @@ my-awesome-project/
122
122
 
123
123
  在项目目录中,你可以运行:
124
124
 
125
+ ### pnpm
126
+ 版本:9.15.9
127
+
125
128
  ### `pnpm start`
126
129
  启动开发服务器,通常在 [http://localhost:3000](http://localhost:3000) 访问
127
130
 
package/USAGE.md CHANGED
@@ -42,7 +42,7 @@ pnpm start
42
42
  - ✅ 路由系统 (React Router)
43
43
  - ✅ 状态管理 (React Query)
44
44
  - ✅ 国际化支持 (i18next)
45
- - ✅ HTTP 请求 (Axios)
45
+ - ✅ HTTP 请求 (fetch)
46
46
  - ✅ 响应式设计
47
47
  - ✅ 深色/浅色主题
48
48
  - ✅ TypeScript 完整支持
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "create-tengits-app",
3
- "version": "1.0.6",
3
+ "version": "1.0.7",
4
4
  "description": "🚀 快速创建基于 React + Rsbuild + TypeScript + Tailwind CSS + Antd 的现代前端项目脚手架",
5
5
  "author": "",
6
6
  "license": "MIT",
@@ -14,8 +14,6 @@
14
14
  "preview": "rsbuild preview"
15
15
  },
16
16
  "dependencies": {
17
- "antd": "^5.24.7",
18
- "axios": "^1.7.9",
19
17
  "react": "18",
20
18
  "react-dom": "18",
21
19
  "react-query": "3.39.3",
@@ -5,3 +5,4 @@ declare module 'react-markdown'
5
5
  declare module 'react-markdown-reader'
6
6
  declare module 'dayjs'
7
7
  declare module 'bisheng'
8
+ declare module 'tengits-ui5'