@nocobase/plugin-map 1.4.0-alpha.5 → 1.4.0-alpha.7

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,13 +1,30 @@
1
- # map
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
- ```bash
10
- yarn pm enable map
11
- ```
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!
12
12
 
13
- ## 使用方法
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
@@ -8,10 +8,10 @@
8
8
  */
9
9
 
10
10
  module.exports = {
11
- "@nocobase/client": "1.4.0-alpha.5",
11
+ "@nocobase/client": "1.4.0-alpha.7",
12
12
  "react": "18.2.0",
13
- "@nocobase/server": "1.4.0-alpha.5",
14
- "@nocobase/test": "1.4.0-alpha.5",
13
+ "@nocobase/server": "1.4.0-alpha.7",
14
+ "@nocobase/test": "1.4.0-alpha.7",
15
15
  "@formily/react": "2.3.0",
16
16
  "lodash": "4.17.21",
17
17
  "@ant-design/icons": "5.2.6",
@@ -22,6 +22,6 @@ module.exports = {
22
22
  "ahooks": "3.7.8",
23
23
  "@formily/core": "2.3.0",
24
24
  "react-i18next": "11.18.6",
25
- "@nocobase/actions": "1.4.0-alpha.5",
26
- "@nocobase/database": "1.4.0-alpha.5"
25
+ "@nocobase/actions": "1.4.0-alpha.7",
26
+ "@nocobase/database": "1.4.0-alpha.7"
27
27
  };
package/package.json CHANGED
@@ -2,7 +2,7 @@
2
2
  "name": "@nocobase/plugin-map",
3
3
  "displayName": "Block: Map",
4
4
  "displayName.zh-CN": "区块:地图",
5
- "version": "1.4.0-alpha.5",
5
+ "version": "1.4.0-alpha.7",
6
6
  "description": "Map block, support Gaode map and Google map, you can also extend more map types.",
7
7
  "description.zh-CN": "地图区块,支持高德地图和 Google 地图,你也可以扩展更多地图类型。",
8
8
  "license": "AGPL-3.0",
@@ -36,7 +36,7 @@
36
36
  "@nocobase/test": "1.x",
37
37
  "@nocobase/utils": "1.x"
38
38
  },
39
- "gitHead": "101d541ccb57037bb28c11a0c33b56266da1840b",
39
+ "gitHead": "52bb98fe5fd95cc25baeaaef5aeae9cdd1a0e2fa",
40
40
  "keywords": [
41
41
  "Blocks"
42
42
  ]
package/README.zh-CN.md DELETED
@@ -1,13 +0,0 @@
1
- # map
2
-
3
- [English](./README.md) | 中文
4
-
5
- 地图插件。
6
-
7
- ## 安装激活
8
-
9
- ```bash
10
- yarn pm enable map
11
- ```
12
-
13
- ## 使用方法