@nocobase/plugin-block-iframe 1.4.0-alpha.6 → 1.4.0-alpha.8

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
- # iframe-block
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
- Iframe 区块插件。
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,14 +10,14 @@
10
10
  module.exports = {
11
11
  "@formily/react": "2.3.0",
12
12
  "@formily/shared": "2.3.2",
13
- "@nocobase/client": "1.4.0-alpha.6",
13
+ "@nocobase/client": "1.4.0-alpha.8",
14
14
  "react": "18.2.0",
15
15
  "react-i18next": "11.18.6",
16
16
  "antd": "5.12.8",
17
17
  "@ant-design/icons": "5.2.6",
18
18
  "@formily/antd-v5": "1.1.9",
19
- "@nocobase/server": "1.4.0-alpha.6",
20
- "@nocobase/test": "1.4.0-alpha.6",
21
- "@nocobase/actions": "1.4.0-alpha.6",
22
- "@nocobase/database": "1.4.0-alpha.6"
19
+ "@nocobase/server": "1.4.0-alpha.8",
20
+ "@nocobase/test": "1.4.0-alpha.8",
21
+ "@nocobase/actions": "1.4.0-alpha.8",
22
+ "@nocobase/database": "1.4.0-alpha.8"
23
23
  };
package/package.json CHANGED
@@ -4,7 +4,7 @@
4
4
  "displayName.zh-CN": "区块:iframe",
5
5
  "description": "Create an iframe block on the page to embed and display external web pages or content.",
6
6
  "description.zh-CN": "在页面上创建和管理iframe,用于嵌入和展示外部网页或内容。",
7
- "version": "1.4.0-alpha.6",
7
+ "version": "1.4.0-alpha.8",
8
8
  "license": "AGPL-3.0",
9
9
  "main": "./dist/server/index.js",
10
10
  "homepage": "https://docs.nocobase.com/handbook/block-iframe",
@@ -25,7 +25,7 @@
25
25
  "@nocobase/server": "1.x",
26
26
  "@nocobase/test": "1.x"
27
27
  },
28
- "gitHead": "7d8583704a1f7ae0caeab72a19fd0bce0a4cec0f",
28
+ "gitHead": "aa36bd20b2028c5e133a59e922c2f1ab22c86dde",
29
29
  "keywords": [
30
30
  "Blocks"
31
31
  ]
package/README.zh-CN.md DELETED
@@ -1,11 +0,0 @@
1
- # iframe-block
2
-
3
- [English](./README.md) | 中文
4
-
5
- Iframe 区块插件。
6
-
7
- ## 安装激活
8
-
9
- 内置插件无需手动安装激活。
10
-
11
- ## 使用方法