补充今日素材相关的资源

This commit is contained in:
Kokomi 2023-08-31 04:02:36 +08:00
parent 1eff2b1eee
commit 37f485a6c1
12 changed files with 29 additions and 8 deletions

View File

@ -1,3 +1,9 @@
# 3.1.1
* 初步适配原神4.0版本,增加对应资源及信息展示,感谢**Ca(HCO₃)₂**、**@touchscale**、**@teriri7**
* 升级`#探索`内容,支持更多内容展示 **@bangbanbab**
* 增加 `#全部抽卡记录` **@story-x**
# 3.1.0
* 重构CK与UID管理逻辑
@ -23,4 +29,4 @@
# 3.0.0
* 我的
* Yunzai-Bot

View File

@ -1,32 +1,47 @@
# 成就
achievement: 1037
# 角色数
avatar: 70
# 等级
level: 60
# 总宝箱
all_chest: 5682
# 奇馈宝箱
magic_chest: 186
# 华丽宝箱
luxurious_chest: 224
luxurious_chest: 218
# 珍贵宝箱
precious_chest: 593
precious_chest: 566
# 精致宝箱
exquisite_chest: 1896
exquisite_chest: 1839
# 普通宝箱
common_chest: 2759
common_chest: 2767
# 传送点
way_point: 348
# 秘境
domain: 54
# 风神瞳
anemoculus: 66
# 岩神瞳
geoculus: 131
# 雷神瞳
electroculus: 181
# 草神瞳
dendroculus: 271
# 水神瞳
hydroculus: 85

View File

@ -326,7 +326,7 @@ export default class RoleIndex extends base {
}
dayCount(num) {
let daysDifference = Math.floor((new Date() - new Date('2020-09-28')) / (1000 * 60 * 60 * 24))
let daysDifference = Math.floor((new Date() - new Date('2020-09-15')) / (1000 * 60 * 60 * 24))
let days = Math.floor(num)
let msg = '活跃天数:' + days + `/${daysDifference}`
return msg
@ -389,11 +389,11 @@ export default class RoleIndex extends base {
}
explor2 = explor2.concat([
{ lable: '水神瞳', num: stats.hydroculus_number },
{ lable: '草神瞳', num: stats.dendroculus_number },
{ lable: '雷神瞳', num: stats.electroculus_number },
{ lable: '岩神瞳', num: stats.geoculus_number },
{ lable: '风神瞳', num: stats.anemoculus_number },
{ lable: '水神瞳', num: stats.hydroculus_number },
{ lable: '秘境', num: stats.domain_number }
])
@ -469,7 +469,7 @@ export default class RoleIndex extends base {
? 'A'
: 'S') + `[${percentage}%]`
let daysDifference = Math.floor((new Date() - new Date('2020-09-28')) / (1000 * 60 * 60 * 24))
let daysDifference = Math.floor((new Date() - new Date('2020-09-15')) / (1000 * 60 * 60 * 24))
let line = [
[

Binary file not shown.

After

Width:  |  Height:  |  Size: 21 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 23 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 23 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 20 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 22 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 21 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 19 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 22 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 21 KiB