TimeRainStarSky / Yunzai

Yunzai 应用端,支持多账号,支持协议端:go-cqhttp、ComWeChat、GSUIDCore、ICQQ、QQBot、QQ频道、微信、KOOK、Telegram、Discord
GNU General Public License v3.0
333 stars 29 forks source link

与Miao-Yunzai的gitignore不同步导致部分功能缺失 #117

Closed mkroen closed 1 month ago

mkroen commented 1 month ago

plugins/.gitignore文件不同步,导致plugins目录下的genshin文件夹不能正常拉取。 genshin/app/user.js新增了绝区零绑定,这边无法同步更新。 其次根目录的gitignore文件也不同步,暂时未发现影响。

TimeRainStarSky commented 1 month ago

具体点

mkroen commented 1 month ago

具体点

TRSS-Yunzai/plugin/.gitignore

*
!.gitignore
!adapter
!adapter/**
!system
!system/**
!other
!other/**
!example/package.json
!example/一言.js
!example/主动复读.js
!example/进群退群通知.js

Miao-Yunzai/plugin/.gitignore

*
!.gitignore

!genshin
!genshin/**
genshin/config/*

!system
!system/**

!other
other/**
!other/restart.js
!other/sendLog.js
!other/update.js
!other/setPubCk.js
!other/version.js

!example
example/**
!example/一言.js
!example/主动复读.js
!example/进群退群通知.js

*.psd
*.map

这边没有跟踪/plugins/genshin文件夹

TimeRainStarSky commented 1 month ago

genshin文件夹本来就不包含在内,不知道你在说什么

mkroen commented 1 month ago

genshin文件夹本来就不包含在内,不知道你在说什么

理解了,这边把genshin独立出了一个项目,需要独立更新,我以为和Miao-Yunzai一样是项目内一起更新的。我的问题,不好意思。祝大佬生活愉快。