modified: README.md
This commit is contained in:
@@ -32,6 +32,10 @@ git clone https://gitee.com/yeyang52/yenai-plugin.git ./plugins/yenai-plugin
|
||||
git clone https://github.com/yeyang52/yenai-plugin.git ./plugins/yenai-plugin
|
||||
```
|
||||
|
||||
安装依赖:**Yunzai-Bot根目录**下执行`pnpm add systeminformation -w`或使用cnpm、npm等包管理工具安装systeminformation库
|
||||
|
||||
---
|
||||
|
||||
## 功能介绍
|
||||
|
||||
> Yenai-Plugin为您提供以下功能
|
||||
|
||||
44
package-lock.json
generated
44
package-lock.json
generated
@@ -1,44 +0,0 @@
|
||||
{
|
||||
"name": "yenai-plugin",
|
||||
"version": "1.0.0",
|
||||
"lockfileVersion": 2,
|
||||
"requires": true,
|
||||
"packages": {
|
||||
"": {
|
||||
"name": "yenai-plugin",
|
||||
"version": "1.0.0",
|
||||
"license": "ISC",
|
||||
"dependencies": {
|
||||
"systeminformation": "^5.16.5"
|
||||
}
|
||||
},
|
||||
"node_modules/systeminformation": {
|
||||
"version": "5.16.9",
|
||||
"resolved": "https://registry.npmmirror.com/systeminformation/-/systeminformation-5.16.9.tgz",
|
||||
"integrity": "sha512-QTlv3GGSromPeLVW3pzM6uxU8RbkacW9e0+ZX23GAXaX+XE0UToSygAxCJDHSty6RB9lAFHCHg+FfiXFChi/+w==",
|
||||
"os": [
|
||||
"darwin",
|
||||
"linux",
|
||||
"win32",
|
||||
"freebsd",
|
||||
"openbsd",
|
||||
"netbsd",
|
||||
"sunos",
|
||||
"android"
|
||||
],
|
||||
"bin": {
|
||||
"systeminformation": "lib/cli.js"
|
||||
},
|
||||
"engines": {
|
||||
"node": ">=8.0.0"
|
||||
}
|
||||
}
|
||||
},
|
||||
"dependencies": {
|
||||
"systeminformation": {
|
||||
"version": "5.16.9",
|
||||
"resolved": "https://registry.npmmirror.com/systeminformation/-/systeminformation-5.16.9.tgz",
|
||||
"integrity": "sha512-QTlv3GGSromPeLVW3pzM6uxU8RbkacW9e0+ZX23GAXaX+XE0UToSygAxCJDHSty6RB9lAFHCHg+FfiXFChi/+w=="
|
||||
}
|
||||
}
|
||||
}
|
||||
22
package.json
22
package.json
@@ -1,22 +0,0 @@
|
||||
{
|
||||
"name": "yenai-plugin",
|
||||
"version": "1.0.0",
|
||||
"description": "Yunzai-Bot的扩展",
|
||||
"main": "index.js",
|
||||
"type": "module",
|
||||
"dependencies": {
|
||||
"systeminformation": "^5.16.5"
|
||||
},
|
||||
"scripts": {
|
||||
"test": "echo \"Error: no test specified\" && exit 1"
|
||||
},
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "https://gitee.com/yeyang52/yenai-plugin.git"
|
||||
},
|
||||
"keywords": [
|
||||
"yenai"
|
||||
],
|
||||
"author": "yeyang",
|
||||
"license": "ISC"
|
||||
}
|
||||
Reference in New Issue
Block a user