Skip to content

Commit f3c2fcc

Browse files
committed
docs: 更新个人赞助名单
1 parent 281d5d1 commit f3c2fcc

3 files changed

Lines changed: 13 additions & 7 deletions

File tree

docs/01.指南/04.其他/01.赞助.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -108,6 +108,7 @@ article: false
108108
| \*| `15` | 找了好几天终于找到了一个满意的框架,重要的是还有文档,怎么说呢,写的很用心,对小白很友好,一杯咖啡,纯粹是一点心意。 | 非常感谢哥们 ❤️ |
109109
| \*| `15` | 请你喝咖啡,找了几天前端模板,就你这个文档最全而且简单实用 | 非常感谢哥们 ❤️ |
110110
| \*| `12` | `vue-pure-admin`如何适配`mobile``pc`| 媒体查询+视窗单位+[useResizeObserver](https://pure-admin-utils.netlify.app/hooks/useResizeObserver/useResizeObserver)+[deviceDetection](https://pure-admin-utils.netlify.app/utils/device/device#devicedetection) |
111+
| \*| `11` | 钦佩作者。偶尔我也会记录工作中的点滴,[博客地址](https://blog.csdn.net/fillwang) | 非常感谢哥们 ❤️ |
111112
| \*\*| `10` | | |
112113
| \*| `10` | |
113114
| \*| `10` | |

package.json

Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,9 @@
66
"build": "cross-env NODE_OPTIONS=--openssl-legacy-provider vuepress build docs",
77
"preview": "cross-env NODE_OPTIONS=--openssl-legacy-provider esno preview"
88
},
9+
"engines": {
10+
"pnpm": ">=11"
11+
},
912
"license": "MIT",
1013
"devDependencies": {
1114
"@better-scroll/core": "^2.5.1",
@@ -43,12 +46,5 @@
4346
"dependencies": {
4447
"babel-plugin-component": "^1.1.1",
4548
"core-js": "2.6.11"
46-
},
47-
"pnpm": {
48-
"peerDependencyRules": {
49-
"ignoreMissing": [
50-
"vue"
51-
]
52-
}
5349
}
5450
}

pnpm-workspace.yaml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,11 @@
11
packages:
22
- "theme-vdoing/"
3+
allowBuilds:
4+
core-js: true
5+
esbuild: true
6+
fsevents: true
7+
highlight.js: true
8+
vuepress: true
9+
peerDependencyRules:
10+
ignoreMissing:
11+
- vue

0 commit comments

Comments
 (0)