This commit is contained in:
Ctrlcvs 2023-05-28 14:01:50 +08:00
commit fa1d710372
10 changed files with 26 additions and 3 deletions

View File

@ -89,6 +89,7 @@
- 珊瑚宫心海 - 珊瑚宫心海
- 托马 - 托马
- 鹿野院平藏 - 鹿野院平藏
- 绮良良
繁荣: 繁荣:
- 璃月 - 璃月
- - 申鹤 - - 申鹤
@ -113,6 +114,7 @@
- 圣显之钥 - 圣显之钥
- 西福斯的月光 - 西福斯的月光
- 裁叶萃光 - 裁叶萃光
- 鹮穿之喙
远海夷地: 远海夷地:
- 稻妻 - 稻妻
- - 雾切之回光 - - 雾切之回光

View File

@ -72,3 +72,4 @@
艾尔海森: 艾尔海森:
卡维: 卡维:
白术: 白术:
绮良良:

View File

@ -149,3 +149,4 @@
竭泽: 竭泽:
王下近侍: 王下近侍:
冬极白星: 冬极白星:
鹮穿之喙:

View File

@ -15,7 +15,7 @@
- 匣里龙吟 - 匣里龙吟
- 西风长枪 - 西风长枪
- 祭礼弓 - 祭礼弓
endTime: "2023-05-22 18:00:00" endTime: "2023-05-20 18:00:00"
- up4: - up4:
- 久岐忍 - 久岐忍
- 多莉 - 多莉

View File

@ -41,7 +41,7 @@
- 赤沙之杖 - 赤沙之杖
four: four:
- 暗巷闪光 - 暗巷闪光
- 猎手 - 猎手
- 祭礼大剑 - 祭礼大剑
- 匣里灭辰 - 匣里灭辰
- 昭心 - 昭心

View File

@ -780,3 +780,16 @@
- 白大夫 - 白大夫
- 白医生 - 白医生
- 白求恩 - 白求恩
10000061:
- 绮良良
- Kirara
- kirara
- 琦良良
- 崎良良
- 草猫
- 猫又
- 宅急便
- 草猫宅急便
- 送货员
- 快递员
- 草猫快递

View File

@ -85,6 +85,7 @@ four:
- 10000050 - 10000050
- 10000055 - 10000055
- 10000059 - 10000059
- 10000061
- 10000064 - 10000064
- 10000065 - 10000065
- 10000068 - 10000068

View File

@ -42,6 +42,7 @@ sortName:
磐岩结绿: 绿剑 磐岩结绿: 绿剑
裁叶萃光: 萃光 裁叶萃光: 萃光
流浪的晚星: 流浪晚星 流浪的晚星: 流浪晚星
鹮穿之喙: 鸟弓
角斗士的终幕礼: 角斗士 角斗士的终幕礼: 角斗士
流浪大地的乐团: 流浪乐团 流浪大地的乐团: 流浪乐团
@ -71,3 +72,4 @@ actWeapon:
- 风信之锋 - 风信之锋
- 东花坊时雨 - 东花坊时雨
- 饰铁之花 - 饰铁之花
- 鹮穿之喙

View File

@ -18,7 +18,7 @@ export default class base {
* @param pluResPath 插件资源路径 * @param pluResPath 插件资源路径
*/ */
get screenData () { get screenData () {
let headImg = '白术' let headImg = '宵宫'
return { return {
saveId: this.userId, saveId: this.userId,

View File

@ -41,6 +41,9 @@ export default class User extends base {
let user = await this.user() let user = await this.user()
let set = gsCfg.getConfig('mys', 'set') let set = gsCfg.getConfig('mys', 'set')
if (this.ck && !this.e.ck) {
this.e.ck = this.ck
}
if (!this.e.ck) { if (!this.e.ck) {
await this.e.reply(`请【私聊】发送米游社cookie获取教程\n${set.cookieDoc}`) await this.e.reply(`请【私聊】发送米游社cookie获取教程\n${set.cookieDoc}`)
return return