@seafile/sdoc-editor 1.0.209 → 1.0.211-test-0.1

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/dist/context.js CHANGED
@@ -36,6 +36,7 @@ class Context {
36
36
  (0, _defineProperty2.default)(this, "uploadLocalImage", imageFiles => {
37
37
  const docUuid = this.getSetting('docUuid');
38
38
  return this.api.uploadSdocImage(docUuid, imageFiles).then(res => {
39
+ console.log('res', res);
39
40
  const {
40
41
  relative_path
41
42
  } = res.data;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@seafile/sdoc-editor",
3
- "version": "1.0.209",
3
+ "version": "1.0.211-test-0.1",
4
4
  "private": false,
5
5
  "description": "This is a sdoc editor",
6
6
  "main": "dist/index.js",
@@ -606,5 +606,7 @@
606
606
  "Ask_AI": "Ask AI",
607
607
  "Enter_reply": "Enter reply",
608
608
  "Processing_content_cannot_be_empty": "Processing content cannot be empty",
609
- "AI_error_message": "Request error, please try again"
609
+ "AI_error_message": "Request error, please try again",
610
+ "Image_cannot_be_copied_Please_download_the_source_image": "Image cannot be copied. Please download the source image,",
611
+ "And_select_insert_-_image_to_upload": "and select 「insert」 - 「image」 to upload."
610
612
  }