@nocobase/plugin-field-china-region 1.3.47-beta → 1.3.48-beta

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
@@ -1,11 +1,30 @@
1
- # china-region
1
+ # NocoBase
2
2
 
3
- English | [中文](./README.zh-CN.md)
3
+ <video width="100%" controls>
4
+ <source src="https://static-docs.nocobase.com/NocoBase0510.mp4" type="video/mp4">
5
+ </video>
4
6
 
5
- 中国行政区划插件。
6
7
 
7
- ## 安装激活
8
+ ## What is NocoBase
8
9
 
9
- 内置插件无需手动安装激活。
10
+ NocoBase is a scalability-first, open-source no-code development platform.
11
+ Instead of investing years of time and millions of dollars in research and development, deploy NocoBase in a few minutes and you'll have a private, controllable, and extremely scalable no-code development platform!
10
12
 
11
- ## 使用方法
13
+ Homepage:
14
+ https://www.nocobase.com/
15
+
16
+ Online Demo:
17
+ https://demo.nocobase.com/new
18
+
19
+ Documents:
20
+ https://docs.nocobase.com/
21
+
22
+ Commericial license & plugins:
23
+ https://www.nocobase.com/en/commercial
24
+
25
+ License agreement:
26
+ https://www.nocobase.com/en/agreement
27
+
28
+
29
+ ## Contact Us:
30
+ hello@nocobase.com
@@ -10,8 +10,8 @@
10
10
  module.exports = {
11
11
  "@formily/core": "2.3.0",
12
12
  "@formily/react": "2.3.0",
13
- "@nocobase/client": "1.3.47-beta",
14
- "@nocobase/server": "1.3.47-beta",
13
+ "@nocobase/client": "1.3.48-beta",
14
+ "@nocobase/server": "1.3.48-beta",
15
15
  "china-division": "2.7.0",
16
- "@nocobase/database": "1.3.47-beta"
16
+ "@nocobase/database": "1.3.48-beta"
17
17
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@nocobase/plugin-field-china-region",
3
- "version": "1.3.47-beta",
3
+ "version": "1.3.48-beta",
4
4
  "displayName": "Administrative divisions of China",
5
5
  "displayName.zh-CN": "中国行政区划",
6
6
  "description": "Provides data and field type for administrative divisions of China.",
@@ -22,7 +22,7 @@
22
22
  "@nocobase/server": "1.x",
23
23
  "@nocobase/test": "1.x"
24
24
  },
25
- "gitHead": "dcc260ecf21d9fcb04ef56f2ec8c4de23a8484f3",
25
+ "gitHead": "25f9e965a1ffe48a24e5d6ef18a6142abcf38ec3",
26
26
  "keywords": [
27
27
  "Fields"
28
28
  ]
package/README.zh-CN.md DELETED
@@ -1,11 +0,0 @@
1
- # china-region
2
-
3
- [English](./README.md) | 中文
4
-
5
- 中国行政区划插件。
6
-
7
- ## 安装激活
8
-
9
- 内置插件无需手动安装激活。
10
-
11
- ## 使用方法