Skip to content

Commit c3c167d

Browse files
committed
fix: update school color
1 parent 6e03f35 commit c3c167d

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

data/xf/colors.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
"刀宗":"#6bb7f2",
2222
"万灵":"#ffde7b",
2323
"段氏":"#96b4cc",
24-
"无相":"#000000"
24+
"无相":"#A18DE3"
2525
},
2626
"colors_by_mount_name":{
2727
"通用":"#c3c5c1",
@@ -57,6 +57,6 @@
5757
"孤锋诀":"#6bb7f2",
5858
"山海心诀":"#ffde7b",
5959
"周天功":"#96b4cc",
60-
"幽罗引":"#000000"
60+
"幽罗引":"#A18DE3"
6161
}
6262
}

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@jx3box/jx3box-data",
3-
"version": "3.8.9",
3+
"version": "3.9.0",
44
"description": "静态数据库,自动同步至OSS,OSS CDN需手动处理",
55
"main": "index.js",
66
"repository": {

0 commit comments

Comments
 (0)