更改README,增加提示
This commit is contained in:
parent
29c7700d13
commit
3905e918f2
10
README.md
10
README.md
|
@ -1,8 +1,13 @@
|
|||
# Miao-Yunzai v3
|
||||
基于原版云崽v3.0改造,尝试解决登录等问题,尚不可用
|
||||
基于乐神版[云崽v3.0](https://gitee.com/le-niao/Yunzai-Bot) 改造
|
||||
在原版的基础上使用icqq登录,去除了较为敏感的签到等功能
|
||||
|
||||
【尚未完全稳定,暂不建议使用】
|
||||
|
||||
|
||||
项目仅供学习交流使用,严禁用于任何商业用途和非法行为
|
||||
|
||||
|
||||
## 使用方法
|
||||
>环境准备: Windows or Linux,Node.js([版本至少v16以上](http://nodejs.cn/download/)),[Redis](https://redis.io/docs/getting-started/installation/)
|
||||
|
||||
|
@ -28,7 +33,8 @@ node app
|
|||
|
||||
## 致谢
|
||||
| Nickname | Contribution |
|
||||
| :----------------------------------------------------------: | ----------------------------------- |
|
||||
|:-------------------------------------------------------------:|-------------------|
|
||||
| [Yunzai v3.0](https://gitee.com/le-niao/Yunzai-Bot) | 乐神的Yunzai-Bot V3 |
|
||||
| [GardenHamster](https://github.com/GardenHamster/GenshinPray) | 模拟抽卡背景素材来源 |
|
||||
| [西风驿站](https://bbs.mihoyo.com/ys/collection/839181) | 角色攻略图来源 |
|
||||
| [米游社友人A](https://bbs.mihoyo.com/ys/collection/428421) | 角色突破素材图来源 |
|
||||
|
|
|
@ -29,6 +29,7 @@
|
|||
"node-fetch": "^3.2.6",
|
||||
"node-schedule": "^2.1.0",
|
||||
"node-xlsx": "^0.21.0",
|
||||
"oicq": "^2.3.1",
|
||||
"patch-package": "^6.5.0",
|
||||
"pm2": "^5.2.2",
|
||||
"puppeteer": "^13.7.0",
|
||||
|
|
|
@ -255,9 +255,6 @@ export class update extends plugin {
|
|||
if (log.length <= 0) return ''
|
||||
|
||||
let end = ''
|
||||
if (!plugin) {
|
||||
end = '更多详细信息,请前往github查看\nhttps://github.com/Le-niao/Yunzai-Bot/commits/main'
|
||||
}
|
||||
|
||||
log = await this.makeForwardMsg(`${plugin || 'Yunzai-Bot'}更新日志,共${line}条`, log, end)
|
||||
|
||||
|
|
|
@ -2,6 +2,9 @@ lockfileVersion: 5.4
|
|||
|
||||
patchedDependencies: null
|
||||
|
||||
importers:
|
||||
|
||||
.:
|
||||
specifiers:
|
||||
art-template: ^4.13.2
|
||||
chalk: ^5.0.1
|
||||
|
@ -24,12 +27,12 @@ specifiers:
|
|||
node-fetch: ^3.2.6
|
||||
node-schedule: ^2.1.0
|
||||
node-xlsx: ^0.21.0
|
||||
oicq: ^2.3.1
|
||||
patch-package: ^6.5.0
|
||||
pm2: ^5.2.2
|
||||
puppeteer: ^13.7.0
|
||||
redis: ^4.1.0
|
||||
yaml: ^2.1.1
|
||||
|
||||
dependencies:
|
||||
art-template: 4.13.2
|
||||
chalk: 5.0.1
|
||||
|
@ -45,12 +48,12 @@ dependencies:
|
|||
node-fetch: 3.2.6
|
||||
node-schedule: 2.1.0
|
||||
node-xlsx: 0.21.0
|
||||
oicq: registry.npmmirror.com/oicq/2.3.1
|
||||
patch-package: 6.5.0
|
||||
pm2: registry.npmmirror.com/pm2/5.2.2
|
||||
puppeteer: 13.7.0
|
||||
redis: 4.1.0
|
||||
yaml: 2.1.1
|
||||
|
||||
devDependencies:
|
||||
eslint: 8.18.0
|
||||
eslint-config-standard: 17.0.0_73zqogbxxwb3ijehtqwxiag47y
|
||||
|
@ -169,7 +172,7 @@ packages:
|
|||
engines: {node: '>=4.0'}
|
||||
dependencies:
|
||||
async: 2.6.4
|
||||
axios: 0.21.4_debug@4.3.4
|
||||
axios: registry.npmmirror.com/axios/0.21.4_debug@4.3.4
|
||||
debug: 4.3.4
|
||||
eventemitter2: 6.4.5
|
||||
ws: 7.5.8
|
||||
|
@ -422,14 +425,6 @@ packages:
|
|||
resolution: {integrity: sha512-iAB+JbDEGXhyIUavoDl9WP/Jj106Kz9DEn1DPgYw5ruDn0e3Wgi3sKFm55sASdGBNOQB8F59d9qQ7deqrHA8wQ==}
|
||||
dev: false
|
||||
|
||||
/axios/0.21.4_debug@4.3.4:
|
||||
resolution: {integrity: sha512-ut5vewkiu8jjGBdqpM44XxjuCjq9LAKeHVmoVfHVzy8eHgxxq8SbAVQNovDA8mVi05kP0Ea/n/UzcSHcTJQfNg==}
|
||||
dependencies:
|
||||
follow-redirects: 1.15.1_debug@4.3.4
|
||||
transitivePeerDependencies:
|
||||
- debug
|
||||
dev: false
|
||||
|
||||
/balanced-match/1.0.2:
|
||||
resolution: {integrity: sha512-3oSeUO0TMV67hN1AmbXsK4yaqU7tjiHlbxRDZOpH0KW9+CeX4bRAaX0Anxt0tx2MrpRpWwQaPwIlISEJhYU5Pw==}
|
||||
|
||||
|
@ -1387,18 +1382,6 @@ packages:
|
|||
/flatted/3.2.5:
|
||||
resolution: {integrity: sha512-WIWGi2L3DyTUvUrwRKgGi9TwxQMUEqPOPQBVi71R96jZXJdFskXEmf54BoZaS1kknGODoIGASGEzBUYdyMCBJg==}
|
||||
|
||||
/follow-redirects/1.15.1_debug@4.3.4:
|
||||
resolution: {integrity: sha512-yLAMQs+k0b2m7cVxpS1VKJVvoz7SS9Td1zss3XRwXj+ZDH00RJgnuLx7E44wx02kQLrdM3aOOy+FpzS7+8OizA==}
|
||||
engines: {node: '>=4.0'}
|
||||
peerDependencies:
|
||||
debug: '*'
|
||||
peerDependenciesMeta:
|
||||
debug:
|
||||
optional: true
|
||||
dependencies:
|
||||
debug: 4.3.4
|
||||
dev: false
|
||||
|
||||
/formdata-polyfill/4.0.10:
|
||||
resolution: {integrity: sha512-buewHzMvYL29jdeQTVILecSaZKnt/RJWjoZCF5OW60Z67/GmSLBkOFM7qh1PI3zFNtJbaZL5eQu1vLfazOwj4g==}
|
||||
engines: {node: '>=12.20.0'}
|
||||
|
@ -2067,16 +2050,11 @@ packages:
|
|||
picomatch: 2.3.1
|
||||
dev: false
|
||||
|
||||
/mime-db/1.52.0:
|
||||
resolution: {integrity: sha512-sPU4uV7dYlvtWJxwwxHD0PuihVNiE7TyAbQ5SWxDCB9mUYvOgroQOwYQQOKPJ8CIbE+1ETVlOoK1UC2nU3gYvg==}
|
||||
engines: {node: '>= 0.6'}
|
||||
dev: true
|
||||
|
||||
/mime-types/2.1.35:
|
||||
resolution: {integrity: sha512-ZDY+bPm5zTTF+YpCrAU9nK0UgICYPT0QtT1NZWFv4s++TNkcgVaT0g6+4R2uI4MjQjzysHB1zxuWL50hzaeXiw==}
|
||||
engines: {node: '>= 0.6'}
|
||||
dependencies:
|
||||
mime-db: 1.52.0
|
||||
mime-db: registry.npmmirror.com/mime-db/1.52.0
|
||||
dev: true
|
||||
|
||||
/mime/1.6.0:
|
||||
|
@ -3388,6 +3366,28 @@ packages:
|
|||
version: 0.4.0
|
||||
dev: false
|
||||
|
||||
registry.npmmirror.com/axios/0.21.4_debug@4.3.4:
|
||||
resolution: {integrity: sha512-ut5vewkiu8jjGBdqpM44XxjuCjq9LAKeHVmoVfHVzy8eHgxxq8SbAVQNovDA8mVi05kP0Ea/n/UzcSHcTJQfNg==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/axios/-/axios-0.21.4.tgz}
|
||||
id: registry.npmmirror.com/axios/0.21.4
|
||||
name: axios
|
||||
version: 0.21.4
|
||||
dependencies:
|
||||
follow-redirects: registry.npmmirror.com/follow-redirects/1.15.1_debug@4.3.4
|
||||
transitivePeerDependencies:
|
||||
- debug
|
||||
dev: false
|
||||
|
||||
registry.npmmirror.com/axios/0.27.2:
|
||||
resolution: {integrity: sha512-t+yRIyySRTp/wua5xEr+z1q60QmLq8ABsS5O9Me1AsE5dfKqgnCFzwiCZZ/cGNd1lq4/7akDWMxdhVlucjmnOQ==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/axios/-/axios-0.27.2.tgz}
|
||||
name: axios
|
||||
version: 0.27.2
|
||||
dependencies:
|
||||
follow-redirects: registry.npmmirror.com/follow-redirects/1.15.1
|
||||
form-data: registry.npmmirror.com/form-data/4.0.0
|
||||
transitivePeerDependencies:
|
||||
- debug
|
||||
dev: false
|
||||
|
||||
registry.npmmirror.com/axios/1.3.4:
|
||||
resolution: {integrity: sha512-toYm+Bsyl6VC5wSkfkbbNB6ROv7KY93PEBBL6xyDczaIHasAiv4wPqQ/c4RjoQzipxRD2W5g21cOqQulZ7rHwQ==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/axios/-/axios-1.3.4.tgz}
|
||||
name: axios
|
||||
|
@ -3499,6 +3499,21 @@ packages:
|
|||
optional: true
|
||||
dev: false
|
||||
|
||||
registry.npmmirror.com/follow-redirects/1.15.1_debug@4.3.4:
|
||||
resolution: {integrity: sha512-yLAMQs+k0b2m7cVxpS1VKJVvoz7SS9Td1zss3XRwXj+ZDH00RJgnuLx7E44wx02kQLrdM3aOOy+FpzS7+8OizA==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/follow-redirects/-/follow-redirects-1.15.1.tgz}
|
||||
id: registry.npmmirror.com/follow-redirects/1.15.1
|
||||
name: follow-redirects
|
||||
version: 1.15.1
|
||||
engines: {node: '>=4.0'}
|
||||
peerDependencies:
|
||||
debug: '*'
|
||||
peerDependenciesMeta:
|
||||
debug:
|
||||
optional: true
|
||||
dependencies:
|
||||
debug: 4.3.4
|
||||
dev: false
|
||||
|
||||
registry.npmmirror.com/form-data/4.0.0:
|
||||
resolution: {integrity: sha512-ETEklSGi5t0QMZuiXoA/Q6vcnxcLQP5vdugSpuAyi6SVGi2clPPp+xgEhuMaHC+zGgn31Kd235W35f7Hykkaww==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/form-data/-/form-data-4.0.0.tgz}
|
||||
name: form-data
|
||||
|
@ -3639,7 +3654,6 @@ packages:
|
|||
name: mime-db
|
||||
version: 1.52.0
|
||||
engines: {node: '>= 0.6'}
|
||||
dev: false
|
||||
|
||||
registry.npmmirror.com/mime-types/2.1.35:
|
||||
resolution: {integrity: sha512-ZDY+bPm5zTTF+YpCrAU9nK0UgICYPT0QtT1NZWFv4s++TNkcgVaT0g6+4R2uI4MjQjzysHB1zxuWL50hzaeXiw==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/mime-types/-/mime-types-2.1.35.tgz}
|
||||
|
@ -3681,6 +3695,22 @@ packages:
|
|||
- supports-color
|
||||
dev: false
|
||||
|
||||
registry.npmmirror.com/oicq/2.3.1:
|
||||
resolution: {integrity: sha512-mRw/GgdRKFMylnrlnnywzCIwvad6fF5E4WZfIlval070wEc3w9yMV49i9epFltWkU/JGNMDS4t5wWdZEYzW0EQ==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/oicq/-/oicq-2.3.1.tgz}
|
||||
name: oicq
|
||||
version: 2.3.1
|
||||
engines: {node: '>= v14'}
|
||||
dependencies:
|
||||
axios: registry.npmmirror.com/axios/0.27.2
|
||||
log4js: registry.npmmirror.com/log4js/6.5.2
|
||||
long: registry.npmmirror.com/long/4.0.0
|
||||
pngjs: registry.npmmirror.com/pngjs/6.0.0
|
||||
probe-image-size: registry.npmmirror.com/probe-image-size/7.2.3
|
||||
transitivePeerDependencies:
|
||||
- debug
|
||||
- supports-color
|
||||
dev: false
|
||||
|
||||
registry.npmmirror.com/pm2-sysmonit/1.2.8:
|
||||
resolution: {integrity: sha512-ACOhlONEXdCTVwKieBIQLSi2tQZ8eKinhcr9JpZSUAL8Qy0ajIgRtsLxG/lwPOW3JEKqPyw/UaHmTWhUzpP4kA==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/pm2-sysmonit/-/pm2-sysmonit-1.2.8.tgz}
|
||||
name: pm2-sysmonit
|
||||
|
|
Loading…
Reference in New Issue