From 9e21e4aa2967829bd4a70856aad5100e91c483a9 Mon Sep 17 00:00:00 2001
From: snowtafir <fengxuehuayue@gmail.com>
Date: Mon, 23 Dec 2024 23:30:13 +0800
Subject: [PATCH] update README: add environment

---
 README.md    | 22 ++++++++++++++++++++++
 package.json | 11 ++++++-----
 2 files changed, 28 insertions(+), 5 deletions(-)

diff --git a/README.md b/README.md
index 69b2980..7c27abf 100644
--- a/README.md
+++ b/README.md
@@ -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
+```
+
 # 🌰一、安装插件
 
 ## 选择安装方式
diff --git a/package.json b/package.json
index 095d8f9..ec11530 100644
--- a/package.json
+++ b/package.json
@@ -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",
@@ -26,12 +26,12 @@
     "chokidar": "^4.0.1",
     "jsdom": "^25.0.1",
     "json5": "^2.2.3",
-    "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",
@@ -61,13 +61,13 @@
     "husky": "^9.1.6",
     "jsdom": "^25.0.1",
     "json5": "^2.2.3",
-    "jsxp": "1.0.4",
+    "jsxp": "1.0.8",
     "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",
@@ -78,6 +78,7 @@
     "rollup-plugin-dts": "^6.1.1",
     "rollup-plugin-ignore": "^1.0.10",
     "typescript": "^5.5.4",
+    "tsx": "4.19.2",
     "yaml": "^2.6.1",
     "yunzaijs": "^1.0.0-rc.5"
   }