mm_os 4.0.8 → 4.0.9

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.
@@ -22,17 +22,17 @@ class Template extends Index {
22
22
  * 标题
23
23
  * @type {string}
24
24
  */
25
- title: 'sql管理',
25
+ title: 'template管理',
26
26
  /**
27
27
  * 描述
28
28
  * @type {string}
29
29
  */
30
- description: '这是sql管理器',
30
+ description: '这是template管理器',
31
31
  /**
32
32
  * 检索文件名
33
33
  * @type {string}
34
34
  */
35
- filename: 'sql.json',
35
+ filename: 'template.json',
36
36
  /**
37
37
  * 模板目录
38
38
  * @type {string}
@@ -42,12 +42,12 @@ class Template extends Index {
42
42
  * 基础目录
43
43
  * @type {string}
44
44
  */
45
- base_dir: '../common/sql'.fullname(__dirname),
45
+ base_dir: '../common/template'.fullname(__dirname),
46
46
  /**
47
47
  * 自定义目录,加载项目自定义资源
48
48
  * @type {string}
49
49
  */
50
- dir: './app'.fullname(),
50
+ dir: './static/template'.fullname(),
51
51
  /**
52
52
  * 搜索模式 dir按目录搜索 | file按文件名搜索
53
53
  * @type {string}
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "mm_os",
3
3
  "description": "MM_OS服务端架构,用于快速构建应用程序,支持网站建设、小程序后台、AI应用、物联网(IOT/AIOT)、游戏服务端等多种场景。",
4
- "version": "4.0.8",
4
+ "version": "4.0.9",
5
5
  "main": "index.js",
6
6
  "keywords": [
7
7
  "AI",