@nocobase/plugin-block-markdown 2.0.0-beta.9 → 2.0.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.
@@ -8,7 +8,7 @@
8
8
  */
9
9
 
10
10
  module.exports = {
11
- "@nocobase/flow-engine": "2.0.0-beta.9",
12
- "@nocobase/client": "2.0.0-beta.9",
13
- "@nocobase/server": "2.0.0-beta.9"
11
+ "@nocobase/flow-engine": "2.0.0",
12
+ "@nocobase/client": "2.0.0",
13
+ "@nocobase/server": "2.0.0"
14
14
  };
@@ -1,3 +1,4 @@
1
1
  {
2
- "Markdown block settings": "Markdown block settings"
2
+ "Markdown block settings": "Markdown block settings",
3
+ "vditor.uploadError.message": "Unable to upload files to the current storage. You are trying to upload files to the Markdown editor, but the current storage configuration does not support this operation. To enable upload functionality, please complete the following settings: 1. Go to \"File Manager\". 2. Select the storage currently in use ({{storageTitle}}). 3. Set \"Base URL\" and enable the \"Public access\" option."
3
4
  }
@@ -1,3 +1,4 @@
1
1
  {
2
- "Markdown block settings": "Markdown block settings"
2
+ "Markdown block settings": "Markdown block settings",
3
+ "vditor.uploadError.message": "Unable to upload files to the current storage. You are trying to upload files to the Markdown editor, but the current storage configuration does not support this operation. To enable upload functionality, please complete the following settings: 1. Go to \"File Manager\". 2. Select the storage currently in use ({{storageTitle}}). 3. Set \"Base URL\" and enable the \"Public access\" option."
3
4
  }
@@ -1,3 +1,4 @@
1
1
  {
2
- "Markdown block settings": "Markdown block settings"
2
+ "Markdown block settings": "Markdown block settings",
3
+ "vditor.uploadError.message": "Unable to upload files to the current storage. You are trying to upload files to the Markdown editor, but the current storage configuration does not support this operation. To enable upload functionality, please complete the following settings: 1. Go to \"File Manager\". 2. Select the storage currently in use ({{storageTitle}}). 3. Set \"Base URL\" and enable the \"Public access\" option."
3
4
  }
@@ -1,3 +1,4 @@
1
1
  {
2
- "Markdown block settings": "Markdown 区块设置"
2
+ "Markdown block settings": "Markdown 区块设置",
3
+ "vditor.uploadError.message": "无法上传文件到当前存储。您正在尝试上传文件到 Markdown 编辑器,但当前的存储配置不支持此操作。要启用上传功能,请完成以下设置:1. 前往「文件管理器」。2. 选择当前正在使用的存储({{storageTitle}})。3. 设置「基础 URL」并启用「公开访问」选项。"
3
4
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@nocobase/plugin-block-markdown",
3
- "version": "2.0.0-beta.9",
3
+ "version": "2.0.0",
4
4
  "main": "dist/server/index.js",
5
5
  "displayName": "Block: Markdown",
6
6
  "displayName.zh-CN": "Markdown",
@@ -17,5 +17,5 @@
17
17
  "keywords": [
18
18
  "Blocks"
19
19
  ],
20
- "gitHead": "36ef50291e22fe1024c819b8748d51a59a5ea4f8"
20
+ "gitHead": "3590c0087a56f0f285a5357f43a80bdc62b11bec"
21
21
  }