Skip to content

Commit

Permalink
修改readme和manifest
Browse files Browse the repository at this point in the history
  • Loading branch information
guopenghui committed Dec 7, 2022
1 parent 330c270 commit 4f2d1bc
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
6 changes: 2 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
## 安装

+ 从realease下载压缩包`obsidian-language-leaner.zip`
+ 解压到obsidian库的`.obsidian/plugins/`文件夹下,即保证`main.js`的路径为`.obsidian/plugins/obsidian-language-leaner/main.js`
+ 解压到obsidian库的`.obsidian/plugins/`文件夹下,即保证`main.js`的路径为`.obsidian/plugins/obsidian-language-learner/main.js`
+ 打开obsidian,在插件中启用本插件`Language Learner`.
+ 配置见[使用指南](#使用指南)
## 自行构建
Expand All @@ -62,10 +62,8 @@ git clone https://github.com/guopenghui/obsidian-language-learner.git
cd obsidian-language-learner
# 安装依赖
npm install
# 构建
# 构建 会自动压缩代码体积
npm run build
# 压缩体积(可选,可以加快加载速度,然后把生成的main.min.js改名为main.js)
npm run minify
```

## 问题或建议
Expand Down
2 changes: 1 addition & 1 deletion manifest.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"id": "obsidian-language-learner",
"name": "Language Learner",
"version": "0.2.3",
"version": "0.2.4",
"minAppVersion": "0.12.17",
"description": "阅读、查词、复习、使用、统计全部合一的语言学习插件",
"author": "the_tree",
Expand Down

0 comments on commit 4f2d1bc

Please sign in to comment.