From 7f9e99ebf00633ebf9bd2f24fcb0827e95ec5248 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?=E6=B2=88=E5=94=81?= <52o@qq52o.cn>
Date: Thu, 8 Dec 2022 09:36:33 +0800
Subject: [PATCH] docs: remove Code Fund plugin. (#42)
---
plugins.md | 19 ++-----------------
1 file changed, 2 insertions(+), 17 deletions(-)
diff --git a/plugins.md b/plugins.md
index 27596b5..00b2e23 100644
--- a/plugins.md
+++ b/plugins.md
@@ -194,11 +194,13 @@ docsify的分页导航插件,由[@imyelo](https://github.com/imyelo)提供。
它提供了统计中文汉字和英文单词的功能,并且排除了一些markdown语法的特殊字符例如*、-等
**Add JS**
+
```html
```
**Add settings**
+
```js
window.$docsify = {
count:{
@@ -212,23 +214,6 @@ window.$docsify = {
check [document](https://github.com/827652549/docsify-count)
-
-## Code Fund
-
-帮你快速接入[Code Fund](https://codesponsor.io/)的[插件](https://github.com/njleonzhang/docsify-plugin-codefund), 由[@njleonzhang](https://github.com/njleonzhang)提供。
-
-> Code Fund 以前叫 codesponsor
-
-```
-
-
-window.$docsify = {
- plugins: [
- DocsifyCodefund.create('51d43327-eea3-4e27-bd44-e075e67a84fb') // 把这个id改成你的codefund id
- ]
-}
-```
-
## Tabs
这个插件用来在 Markdown 中显示选项卡。