ims-template-config 1.0.0 → 1.1.0

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
@@ -6,8 +6,6 @@
6
6
 
7
7
  <h1>ims-template-config</h1>
8
8
 
9
- 一个开发 npm 项目的模板
10
-
11
9
  node 版本 v18.13.0
12
10
 
13
11
  [Changelog](./CHANGELOG.md) · [Report Bug][issues-url] · [Request Feature][issues-url]
@@ -59,7 +57,7 @@ node 版本 v18.13.0
59
57
 
60
58
  ## 简介
61
59
 
62
- 这是一个开发 npm 项目的模板,具有以下特点:
60
+ 这是一个 npm 项目的模板配置管理中心
63
61
 
64
62
  - 🏗️ **基于 father4 的构建工具**:本项目采用了基于 father4 的构建工具,可以更高效地构建项目,提高开发效率;
65
63
  - 📖 **基于 dumi2 的文档工具**:本项目采用了基于 dumi2 的文档工具,可以更方便地编写和管理文档,提高文档的可读性和可维护性;
@@ -76,10 +74,6 @@ node 版本 v18.13.0
76
74
  pnpm i ims-template-config -S
77
75
  ```
78
76
 
79
- ### 使用
80
-
81
- 基于该仓库模板可以快速创建一个 npm 包的工程化脚手架。
82
-
83
77
  详情:[CHANGELOG](./CHANGELOG.md)
84
78
 
85
79
  ## 🤝 Contributing
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/components/footer/index.tsx"],"names":[],"mappings":"AAAA,eAAO,MAAM,MAAM;;;;;;;;;;;;;;;;;;;IA6FlB,CAAC"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/components/footer/index.tsx"],"names":[],"mappings":"AAAA,eAAO,MAAM,MAAM;;;;;;;;;;;;;;;;;;;IAkGlB,CAAC"}
@@ -28,6 +28,10 @@ export var footer = [{
28
28
  title: '@ims-view/components',
29
29
  url: 'https://github.com/eternallycyf/components',
30
30
  openExternal: true
31
+ }, {
32
+ title: '@ims-view/editor',
33
+ url: 'https://ims-editor.vercel.app/',
34
+ openExternal: true
31
35
  }]
32
36
  }, {
33
37
  title: '帮助',
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/components/footer/index.tsx"],"names":[],"mappings":"AAAA,eAAO,MAAM,MAAM;;;;;;;;;;;;;;;;;;;IA6FlB,CAAC"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/components/footer/index.tsx"],"names":[],"mappings":"AAAA,eAAO,MAAM,MAAM;;;;;;;;;;;;;;;;;;;IAkGlB,CAAC"}
@@ -60,6 +60,11 @@ var footer = [
60
60
  title: "@ims-view/components",
61
61
  url: "https://github.com/eternallycyf/components",
62
62
  openExternal: true
63
+ },
64
+ {
65
+ title: "@ims-view/editor",
66
+ url: "https://ims-editor.vercel.app/",
67
+ openExternal: true
63
68
  }
64
69
  ]
65
70
  },
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ims-template-config",
3
- "version": "1.0.0",
3
+ "version": "1.1.0",
4
4
  "description": "ims 一些配置",
5
5
  "keywords": [
6
6
  "config"