mirror of
https://github.com/Zhuym07/Tsumugiboshi.git
synced 2025-05-20 14:07:28 +08:00
更新label.json,修改地图相关标签和描述;修正index.html中的OpenGraph标签图片路径
This commit is contained in:
parent
339383f852
commit
8738f1992e
@ -41,7 +41,7 @@
|
|||||||
"mapstock": {
|
"mapstock": {
|
||||||
"tab": {
|
"tab": {
|
||||||
"index": 2,
|
"index": 2,
|
||||||
"label": "🗺️存入Stock",
|
"label": "⏲️存入Stock",
|
||||||
"description": "保存 99km Stocks 到账户"
|
"description": "保存 99km Stocks 到账户"
|
||||||
},
|
},
|
||||||
"endpoint": "/mapstock",
|
"endpoint": "/mapstock",
|
||||||
@ -60,8 +60,8 @@
|
|||||||
"map": {
|
"map": {
|
||||||
"tab": {
|
"tab": {
|
||||||
"index": 3,
|
"index": 3,
|
||||||
"label": "🗺️领取宝物",
|
"label": "🏃➡️一键跑图",
|
||||||
"description": "## 地图宝物领取\n\n可以领取的地图列表:\n- 新手教程(ID: 10001)\n- 樱之林(ID: 10002)\n- 海底遗迹(ID: 10003)\n\n输入地图ID和用户ID即可一键领取该地图所有宝物。"
|
"description": "## 一键完成区域\n\n可以领取的地图列表:\n-\n\n输入地图ID和用户ID即可一键领取该区域所有收藏品。"
|
||||||
},
|
},
|
||||||
"endpoint": "/map",
|
"endpoint": "/map",
|
||||||
"method": "GET",
|
"method": "GET",
|
||||||
|
@ -13,7 +13,7 @@
|
|||||||
<!-- OpenGraph 标签 -->
|
<!-- OpenGraph 标签 -->
|
||||||
<meta property="og:title" content="TsumugiBoshi|纺星">
|
<meta property="og:title" content="TsumugiBoshi|纺星">
|
||||||
<meta property="og:description" content="神秘API调试工具">
|
<meta property="og:description" content="神秘API调试工具">
|
||||||
<meta property="og:image" content="image/og-image.png">
|
<meta property="og:image" content="/image/og-image.png">
|
||||||
<meta property="og:type" content="website">
|
<meta property="og:type" content="website">
|
||||||
|
|
||||||
<title>TsumugiBoshi|纺星</title>
|
<title>TsumugiBoshi|纺星</title>
|
||||||
@ -705,7 +705,7 @@
|
|||||||
{/* 移动后端选择器到底部 */}
|
{/* 移动后端选择器到底部 */}
|
||||||
<Paper elevation={3} className="backend-selector">
|
<Paper elevation={3} className="backend-selector">
|
||||||
<Typography variant="h6" gutterBottom>
|
<Typography variant="h6" gutterBottom>
|
||||||
后端设置
|
⚙️ 后端设置
|
||||||
</Typography>
|
</Typography>
|
||||||
<FormControl fullWidth>
|
<FormControl fullWidth>
|
||||||
<InputLabel>选择后端地址</InputLabel>
|
<InputLabel>选择后端地址</InputLabel>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user