mirror of
https://github.com/BTMuli/TeyvatGuide.git
synced 2025-12-12 09:18:14 +08:00
🍱 添加contentId
This commit is contained in:
@@ -5491,7 +5491,7 @@
|
||||
},
|
||||
{
|
||||
"id": 15514,
|
||||
"contentId": 0,
|
||||
"contentId": 503390,
|
||||
"dropDays": [3, 6, 7],
|
||||
"name": "星鹫赤羽",
|
||||
"itemType": "weapon",
|
||||
@@ -7888,7 +7888,7 @@
|
||||
},
|
||||
{
|
||||
"id": 11432,
|
||||
"contentId": 0,
|
||||
"contentId": 503608,
|
||||
"dropDays": [2, 5, 7],
|
||||
"name": "厄水之祸",
|
||||
"itemType": "weapon",
|
||||
@@ -10285,7 +10285,7 @@
|
||||
},
|
||||
{
|
||||
"id": 15430,
|
||||
"contentId": 0,
|
||||
"contentId": 503391,
|
||||
"dropDays": [3, 6, 7],
|
||||
"name": "缀花之翎",
|
||||
"itemType": "weapon",
|
||||
@@ -11407,7 +11407,7 @@
|
||||
},
|
||||
{
|
||||
"id": 14430,
|
||||
"contentId": 0,
|
||||
"contentId": 503389,
|
||||
"dropDays": [1, 4, 7],
|
||||
"name": "乘浪的回旋",
|
||||
"itemType": "weapon",
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
[
|
||||
{
|
||||
"id": 15514,
|
||||
"contentId": 0,
|
||||
"contentId": 503390,
|
||||
"name": "星鹫赤羽",
|
||||
"star": 5,
|
||||
"bg": "/icon/bg/5-Star.webp",
|
||||
@@ -478,7 +478,7 @@
|
||||
},
|
||||
{
|
||||
"id": 15430,
|
||||
"contentId": 0,
|
||||
"contentId": 503391,
|
||||
"name": "缀花之翎",
|
||||
"star": 4,
|
||||
"bg": "/icon/bg/4-Star.webp",
|
||||
@@ -703,7 +703,7 @@
|
||||
},
|
||||
{
|
||||
"id": 14430,
|
||||
"contentId": 0,
|
||||
"contentId": 503389,
|
||||
"name": "乘浪的回旋",
|
||||
"star": 4,
|
||||
"bg": "/icon/bg/4-Star.webp",
|
||||
@@ -1279,7 +1279,7 @@
|
||||
},
|
||||
{
|
||||
"id": 11432,
|
||||
"contentId": 0,
|
||||
"contentId": 503608,
|
||||
"name": "厄水之祸",
|
||||
"star": 4,
|
||||
"bg": "/icon/bg/4-Star.webp",
|
||||
|
||||
@@ -1,22 +1,22 @@
|
||||
/**
|
||||
* @file web/constant/bbs.ts
|
||||
* @description 常量-应用数据
|
||||
* @since Beta v0.6.3
|
||||
* @since Beta v0.6.5
|
||||
*/
|
||||
|
||||
export const BBS_VERSION = "2.77.2";
|
||||
export const BBS_VERSION = "2.78.1";
|
||||
export const BBS_UA_PC = `Mozilla/5.0 (Windows NT 10.0; Win64; x64) miHoYoBBS/${BBS_VERSION}`;
|
||||
export const BBS_UA_MOBILE = `Mozilla/5.0 (Linux; Android 12) Mobile miHoYoBBS/${BBS_VERSION}`;
|
||||
export const BBS_APP_ID = "bll8iq97cem8";
|
||||
|
||||
/**
|
||||
* @description salt 值
|
||||
* @version 2.77.2
|
||||
* @since Beta v0.6.3
|
||||
* @version 2.78.1
|
||||
* @since Beta v0.6.5
|
||||
*/
|
||||
export const BBS_SALT = {
|
||||
K2: "TKAsNctXTFctUMIgTfkHncRKJjvvRuOf",
|
||||
LK2: "LfWCPiYcIZyzGUgeFUbuJZNOyqpLoNlv",
|
||||
K2: "GuODIETRPuJxpiUQoZairQxHtmzZKYFl",
|
||||
LK2: "ACDpsiiEFSqqLiEpzXMuXNsLNqGkrIQc",
|
||||
X4: "xV8v4Qu54lUKrEYFZkJhB8cuOh9Asafs",
|
||||
X6: "t0qEgfub6cvueAPgR5m9aQWWVciEer7v",
|
||||
PROD: "t0qEgfub6cvueAPgR5m9aQWWVciEer7v",
|
||||
|
||||
Reference in New Issue
Block a user