Skip to content

Commit

Permalink
release: v4.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ourongxing committed Nov 7, 2022
1 parent 7d7ac13 commit ee44e91
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 6 deletions.
9 changes: 5 additions & 4 deletions README.md
Expand Up @@ -2,9 +2,9 @@
![OhMyMN](assets/banner2.png#gh-dark-mode-only)

<p align="center">
<a href="https://github.com/marginnoteapp/ohmymn/network/members"><img src="https://img.shields.io/github/forks/marginnoteapp/ohmymn.svg?style=flat" alt="forks"></a>
<a href="https://github.com/marginnoteapp/ohmymn/stargazers"><img src="https://img.shields.io/github/stars/marginnoteapp/ohmymn.svg?style=flat" alt="stars"></a>
<a href="https://github.com/marginnoteapp/ohmymn/blob/main/package.json"><img src="https://img.shields.io/badge/version-v4.0.16-yellow" alt="version"></a>
<a href="https://github.com/marginnoteapp/ohmymn/blob/main/package.json"><img src="https://img.shields.io/badge/version-v4.1.0-yellow" alt="version"></a>
<a href="https://www.npmjs.com/package/marginnote"><img src="https://img.shields.io/badge/api-v0.9.19-blue" alt="marginnote-api-version"></a>
<a href="https://www.marginnote.com/store-v2"><img src="https://img.shields.io/badge/MarginNote-v3.7.21-blue" alt="marginnote-version"></a>
<a href="https://github.com/marginnoteapp/ohmymn/blob/main/LICENSE"><img src="https://img.shields.io/badge/license-MIT-green" alt="license"></a>
</p>

Expand All @@ -22,7 +22,8 @@
- [mn-addon-api](https://github.com/aidenlx/mn-addon-api) Original MN addon API declaration files.
- [pangu.js](https://github.com/vinta/pangu.js) Add spaces between Chinese and English for AutoFormat.
- [ECDICT](https://github.com/skywind3000/ECDICT) & [API](http://dict.e.opac.vip/dict.php) Provide data support for AutoComplete.

- [OpenCC](https://github.com/BYVoid/OpenCC) Provide data support for AutoSimplify.
- [mustache.js](https://github.com/janl/mustache.js/) The template engine which OhMyMN uses now.
## License

<a href="https://github.com/marginnoteapp/ohmymn/blob/main/LICENSE">MIT</a> © <a href="https://github.com/marginnoteapp"><img src="https://testmnbbs.oss-cn-zhangjiakou.aliyuncs.com/pic/mn.png?x-oss-process=base_webp" alt="MarginNote" width="80"></a>
4 changes: 2 additions & 2 deletions package.json
Expand Up @@ -4,7 +4,7 @@
"contributors": [
"ourongxing<https://github.com/ourongxing>"
],
"version": "4.0.16",
"version": "4.1.0",
"license": "MIT",
"description": "MarginNote Addon Development Framework",
"scripts": {
Expand Down Expand Up @@ -54,7 +54,7 @@
"unplugin-auto-import": "^0.11.2"
},
"dependencies": {
"marginnote": "0.9.18",
"marginnote": "0.9.19",
"query-string": "^7.1.1",
"semver": "^7.3.7"
}
Expand Down

0 comments on commit ee44e91

Please sign in to comment.