ims-template-config 1.13.0 → 1.14.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
|
@@ -20,8 +20,6 @@ node 版本 v18.13.0
|
|
|
20
20
|
|
|
21
21
|
[![ docs by dumi][dumi-url]](https://d.umijs.org/) [![Build With father][father-url]](https://github.com/umijs/father/)
|
|
22
22
|
|
|
23
|
-

|
|
24
|
-
|
|
25
23
|
<!-- gitpod url -->
|
|
26
24
|
|
|
27
25
|
[gitpod-badge]: https://img.shields.io/badge/Gitpod-ready--to--code-blue?logo=gitpod
|
|
@@ -57,12 +55,7 @@ node 版本 v18.13.0
|
|
|
57
55
|
|
|
58
56
|
## 简介
|
|
59
57
|
|
|
60
|
-
这是一个
|
|
61
|
-
|
|
62
|
-
- 🏗️ **基于 father4 的构建工具**:本项目采用了基于 father4 的构建工具,可以更高效地构建项目,提高开发效率;
|
|
63
|
-
- 📖 **基于 dumi2 的文档工具**:本项目采用了基于 dumi2 的文档工具,可以更方便地编写和管理文档,提高文档的可读性和可维护性;
|
|
64
|
-
- 🚀 **基于 vercel 自动化触发文档站构建**:本项目使用 vercel 自动化触发文档站构建,可以更快地更新文档站,提高用户的使用体验;
|
|
65
|
-
- 📦 **基于 semantic-release 实现 npm 包的自动化发布**:本项目使用 semantic-release 实现 npm 包的自动化发布,可以更方便地管理和发布 npm 包,提高开发效率。
|
|
58
|
+
这是一个 ims 项目相关配置及脚本的管理中心
|
|
66
59
|
|
|
67
60
|
## 快速上手
|
|
68
61
|
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/components/footer/index.tsx"],"names":[],"mappings":"AAAA,eAAO,MAAM,MAAM;;;;;;;;;;;;;;;;;;;
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/components/footer/index.tsx"],"names":[],"mappings":"AAAA,eAAO,MAAM,MAAM;;;;;;;;;;;;;;;;;;;IAuGlB,CAAC"}
|
|
@@ -32,6 +32,10 @@ export var footer = [{
|
|
|
32
32
|
title: '@ims-view/editor',
|
|
33
33
|
url: 'https://ims-editor.vercel.app/',
|
|
34
34
|
openExternal: true
|
|
35
|
+
}, {
|
|
36
|
+
title: 'ims-react-directive',
|
|
37
|
+
url: 'https://github.com/eternallycyf/ims-react-directive',
|
|
38
|
+
openExternal: true
|
|
35
39
|
}]
|
|
36
40
|
}, {
|
|
37
41
|
title: '帮助',
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/components/footer/index.tsx"],"names":[],"mappings":"AAAA,eAAO,MAAM,MAAM;;;;;;;;;;;;;;;;;;;
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/components/footer/index.tsx"],"names":[],"mappings":"AAAA,eAAO,MAAM,MAAM;;;;;;;;;;;;;;;;;;;IAuGlB,CAAC"}
|
|
@@ -65,6 +65,11 @@ var footer = [
|
|
|
65
65
|
title: "@ims-view/editor",
|
|
66
66
|
url: "https://ims-editor.vercel.app/",
|
|
67
67
|
openExternal: true
|
|
68
|
+
},
|
|
69
|
+
{
|
|
70
|
+
title: "ims-react-directive",
|
|
71
|
+
url: "https://github.com/eternallycyf/ims-react-directive",
|
|
72
|
+
openExternal: true
|
|
68
73
|
}
|
|
69
74
|
]
|
|
70
75
|
},
|