Skip to content

Commit

Permalink
docs(plugins/memosplus/): 完善README,0.1.4
Browse files Browse the repository at this point in the history
  • Loading branch information
yiyungent committed Mar 11, 2023
1 parent 6ec261f commit e29f2fc
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 9 deletions.
4 changes: 2 additions & 2 deletions plugins/MemosPlus/MemosPlus.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
<PackageId>PluginCore.MemosPlus</PackageId>
<Version>0.1.3</Version>
<FileVersion>0.1.3.0</FileVersion>
<Version>0.1.4</Version>
<FileVersion>0.1.4.0</FileVersion>
<AssemblyVersion>1.0.0.0</AssemblyVersion>
<Company>yiyun</Company>
<Authors>yiyun</Authors>
Expand Down
16 changes: 10 additions & 6 deletions plugins/MemosPlus/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,14 @@

- [x] 注入 `memos` 默认前端
- [ ] 具体功能待添加
- [x] 备份 `memos` 内容到 `GitHub` 仓库 指定文件夹
- [x] 纯文本内容 (包括 `markdown`)
- [x] 自定义模版 (默认适配 `Hexo post` 风格)
- [ ] 资源库 `二进制文件`
- [x] 定时同步 `memos` 内容到 `GitHub` 仓库 指定文件夹
- [x] 纯文本内容 (包含 `markdown`)
- [x] 自定义模版 (默认适配 `Hexo post` 风格, 配合 `GitHub Actions` 即可实现 `memos` 同步发布到 `Hexo`)
- [ ] 资源库 (`二进制文件`)

## 使用

## 1. 嵌入 memos 默认前端
### 1. 嵌入 memos 默认前端

> `系统` -> `自定义脚本`
Expand Down Expand Up @@ -40,10 +40,14 @@


<!-- Matomo Image Tracker-->
<img referrerpolicy="no-referrer-when-downgrade" src="https://matomo.moeci.com/matomo.php?idsite=2&amp;rec=1&amp;action_name=Plugins.MemosPlus-v0.1.3.README" style="border:0" alt="" />
<img referrerpolicy="no-referrer-when-downgrade" src="https://matomo.moeci.com/matomo.php?idsite=2&amp;rec=1&amp;action_name=Plugins.MemosPlus-v0.1.4.README" style="border:0" alt="" />
<!-- End Matomo -->


### 其它

> `设置``SecondsPeriod``定时周期`: 单位为 ``

<!-- ## 临时 -->

Expand Down
2 changes: 1 addition & 1 deletion plugins/MemosPlus/info.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@
"DisplayName": "memos+",
"Description": "提升 memos 体验",
"Author": "yiyun",
"Version": "0.1.3",
"Version": "0.1.4",
"SupportedVersions": [ "0.0.1" ]
}

0 comments on commit e29f2fc

Please sign in to comment.