Skip to content

Commit

Permalink
docs(plugins/webmonitorplugin/): rEADME.md,info.json:Matomo Image Tra…
Browse files Browse the repository at this point in the history
…cker
  • Loading branch information
yiyungent committed Jan 21, 2023
1 parent d42cf27 commit 5779eac
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 2 deletions.
11 changes: 10 additions & 1 deletion plugins/WebMonitorPlugin/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -184,4 +184,13 @@ if (oldFirstDynamicText != newFirstDynamicText) {

// 保存最新的动态数据
localStorage.setItem("WebMonitorPlugin.Storage.FirstDynamicText", newFirstDynamicText);
```
```
## 相关
> 项目地址: [https://github.com/yiyungent/KnifeHub/tree/main/plugins/WebMonitorPlugin](https://github.com/yiyungent/KnifeHub/tree/main/plugins/WebMonitorPlugin)
<!-- 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.WebMonitorPlugin.README" style="border:0" alt="" />
<!-- End Matomo -->
2 changes: 1 addition & 1 deletion plugins/WebMonitorPlugin/info.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@
"DisplayName": "网页监控",
"Description": "网页监控,看文档",
"Author": "yiyun",
"Version": "0.4.1",
"Version": "0.4.2",
"SupportedVersions": [ "0.0.1" ]
}

0 comments on commit 5779eac

Please sign in to comment.