befly-tpl 3.10.45 → 3.10.46

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
@@ -210,7 +210,7 @@ DB_NAME=:memory:
210
210
 
211
211
  - **`packages/core`** - Befly 核心框架包(发布到 npm)
212
212
  - **`packages/tpl`** - API 项目模板示例
213
- - **`packages/admin`** - 后台管理系统(Vue3 + TinyVue + 自动导入)
213
+ - **`packages/admin`** - 后台管理系统(Vue3 + TDesign Vue Next + 自动导入)
214
214
 
215
215
  ## 🚀 快速启动
216
216
 
@@ -99,7 +99,6 @@ export default {
99
99
 
100
100
  const result = await befly.db.getList<UserTable>({
101
101
  table: 'user',
102
- fields: ['id', 'email', 'nickname', 'createdAt'],
103
102
  where: where,
104
103
  orderBy: ['createdAt#DESC'],
105
104
  page: 1,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "befly-tpl",
3
- "version": "3.10.45",
3
+ "version": "3.10.46",
4
4
  "description": "Befly 3.0 TypeScript Template",
5
5
  "private": false,
6
6
  "publishConfig": {
@@ -29,11 +29,11 @@
29
29
  ],
30
30
  "type": "module",
31
31
  "dependencies": {
32
- "@befly-addon/admin": "^1.1.29",
33
- "befly": "^3.9.37"
32
+ "@befly-addon/admin": "^1.1.30",
33
+ "befly": "^3.9.38"
34
34
  },
35
35
  "engines": {
36
36
  "bun": ">=1.3.0"
37
37
  },
38
- "gitHead": "e078b94f087ddf21f289b55ab86c0b8dce105807"
38
+ "gitHead": "8cb371928961c63d6c3c416c6dd667f8fe285376"
39
39
  }