diff --git a/package.json b/package.json index d0e50bb..5dd8f3d 100644 --- a/package.json +++ b/package.json @@ -1,8 +1,8 @@ { "name": "siyuan-plugin-table-view", - "version": "0.1.0", + "version": "0.2.0", "type": "module", - "description": "This is a sample plugin based on vite and svelte for Siyuan (https://b3log.org/siyuan)", + "description": "抽取笔记内容生成表格,汇总概念及其属性", "repository": "", "homepage": "", "author": "", diff --git a/plugin.json b/plugin.json index 33956c9..1c43804 100644 --- a/plugin.json +++ b/plugin.json @@ -2,37 +2,24 @@ "name": "siyuan-plugin-table-view", "author": "dualwind", "url": "https://github.com/etchnight/siyuan-plugin-table-view", - "version": "0.1.0", + "version": "0.2.0", "minAppVersion": "2.11.4", - "backends": [ - "windows", - "linux", - "darwin", - "ios", - "android" - ], - "frontends": [ - "desktop", - "browser-desktop", - "desktop-window" - ], + "backends": ["windows", "linux", "darwin", "ios", "android"], + "frontends": ["desktop", "browser-desktop", "desktop-window"], "displayName": { "en_US": "Table View", "zh_CN": "表格预览" }, "description": { - "en_US": "Use tags to generate a table of note content", - "zh_CN": "利用标签生成笔记内容表格" + "en_US": "Extract the content of the notes to generate a table that summarizes concepts and their attributes", + "zh_CN": "抽取笔记内容生成表格,汇总概念及其属性" }, "readme": { "en_US": "README_en_US.md", "zh_CN": "README.md" }, "funding": { - "custom": [ - ] + "custom": [] }, - "keywords": [ - "plugin", "sample", "插件样例" - ] + "keywords": ["plugin", "sample", "插件样例"] } diff --git a/src/VueApp.vue b/src/VueApp.vue index 31a1d9c..1374fbf 100644 --- a/src/VueApp.vue +++ b/src/VueApp.vue @@ -1,36 +1,50 @@