diff --git a/README-zh.md b/README-zh.md index ae0ea15..10612e7 100644 --- a/README-zh.md +++ b/README-zh.md @@ -77,11 +77,10 @@ Contents Below ``` 模板使用如下: -![](https://img.jxpeng.dev/2023/08/5ba5e7aeb86650c060c620786371717c.mp4) +![](https://minioapi.pjx.ac.cn/img1/2023/09/354b950e5777b48832c2475e4a31f2cc.gif) **插件预览如下** -![](https://img.jxpeng.dev/2023/08/7edefe36899b7431a65db891f429a137.mp4) - +![](https://minioapi.pjx.ac.cn/img1/2023/09/d6199619b68fab218fca8ae0cebece78.gif) --- diff --git a/README.md b/README.md index b8d12f4..1120174 100644 --- a/README.md +++ b/README.md @@ -28,7 +28,7 @@ Before installing the plugin, you must have set up the following: - password - icon -In version 0.0.6, I also add the following contents: +From version 0.0.6, I also add the following contents: - titleicon: the unique icon for each post, it can only support emoji currently. - cover url: the cover image for each post, it should be end with a type of image, such as .jpg, .png, .gif, etc. @@ -76,10 +76,10 @@ Contents Below ``` Usage of the template is as follows: -![](https://img.jxpeng.dev/2023/08/189384bf03c562030f4828343e1b7a6c.gif) +![](https://minioapi.pjx.ac.cn/img1/2023/09/354b950e5777b48832c2475e4a31f2cc.gif) **Plugin preview is shown below** -![](https://img.jxpeng.dev/2023/08/6063dd06eea4ee6939b5058dd129a698.gif) +![](https://minioapi.pjx.ac.cn/img1/2023/09/d6199619b68fab218fca8ae0cebece78.gif) --- diff --git a/manifest.json b/manifest.json index 0d8d226..3a89af8 100644 --- a/manifest.json +++ b/manifest.json @@ -1,9 +1,9 @@ { "id": "share-to-notionnext", "name": "Share to NotionNext", - "version": "0.1.5", + "version": "0.1.6", "minAppVersion": "0.0.1", - "description": "Shares obsidian md file to notion with notion api for NotionNext web deploy, motivated by EasyChris/obsidian-to-notion.", + "description": "Shares obsidian md file to notion with notion api for NotionNext web deploy, originally created by EasyChris/obsidian-to-notion.", "author": "EasyChris, jxpeng98", "authorUrl": "https://github.com/jxpeng98", "isDesktopOnly": false diff --git a/package.json b/package.json index dc75780..d0c5753 100644 --- a/package.json +++ b/package.json @@ -1,8 +1,8 @@ { "name": "share-to-notionnext", - "version": "0.1.5", + "version": "0.1.6", "type": "module", - "description": "Shares obsidian md file to notion with notion api for NotionNext web deploy, motivated by EasyChris/obsidian-to-notion.", + "description": "Shares obsidian md file to notion with notion api for NotionNext web deploy, originally created by EasyChris/obsidian-to-notion.", "main": "main.js", "scripts": { "dev": "node esbuild.config.mjs",