Skip to content

Commit

Permalink
update README: add environment
Browse files Browse the repository at this point in the history
  • Loading branch information
snowtafir committed Dec 23, 2024
1 parent 7480577 commit 76f861f
Show file tree
Hide file tree
Showing 2 changed files with 28 additions and 5 deletions.
22 changes: 22 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,28 @@

[![访问量](https://profile-counter.glitch.me/yuki-plugin/count.svg)](https://github.com/snowtafir/yuki-plugin)


# 🚩运行环境:
1. 系统:
* windows 10/11+,
* Linux推荐:Ubuntu 24.04.1 LTS+, CentOS Stream 8 +, Debian 12+, Fedora 35+

2. node v22+ 下载地址:https://nodejs.org/zh-cn/download/

3. 推荐使用chrome或chromium浏览器,其他浏览器可能存在兼容性问题。
* chrome 浏览器 v131+ win_x64下载地址:https://www.google.cn/chrome/
* chromium 浏览器 v128+ Linux/win手动下载安装:https://download-chromium.appspot.com

> linux命令行安装chromiun浏览器:
```sh
sudo apt-get install chromium-browser # Ubuntu/Debian
sudo dnf install chromium # Fedora
sudo yum install chromium # CentOS Stream 8

#查看版本
chromium-browser --version
```

# 🌰一、安装插件

## 选择安装方式
Expand Down
11 changes: 6 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "yuki-plugin",
"version": "2.0.6-1",
"version": "2.0.6-2",
"author": "snowtafir",
"description": "优纪插件,yunzai-V4 关于 微博推送、B站推送 等功能的拓展插件",
"main": "./index",
Expand All @@ -25,12 +25,12 @@
"axios": "^1.7.9",
"chokidar": "^4.0.1",
"jsdom": "^25.0.1",
"jsxp": "1.0.4",
"jsxp": "1.0.8",
"lodash": "^4.17.21",
"md5": "^2.3.0",
"moment": "^2.30.1",
"node-fetch": "^3.3.2",
"puppeteer": "^23.10.1",
"puppeteer": "^23.11.1",
"qrcode": "^1.5.4",
"react": "^18.3.1",
"react-dom": "^18.3.1",
Expand Down Expand Up @@ -59,14 +59,14 @@
"axios": "^1.7.9",
"chokidar": "^4.0.1",
"husky": "^9.1.6",
"jsxp": "1.0.4",
"jsxp": "1.0.8",
"jsdom": "^25.0.1",
"lodash": "^4.17.21",
"md5": "^2.3.0",
"node-fetch": "^3.3.2",
"pm2": "^5.4.2",
"prettier": "^3.4.2",
"puppeteer": "^23.10.1",
"puppeteer": "^23.11.1",
"qrcode": "^1.5.4",
"react": "^18.3.1",
"react-dom": "^18.3.1",
Expand All @@ -78,6 +78,7 @@
"rollup-plugin-ignore": "^1.0.10",
"typescript": "^5.6.3",
"yaml": "^2.6.1",
"tsx": "4.19.2",
"json5": "^2.2.3"
}
}

0 comments on commit 76f861f

Please sign in to comment.