-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathannouncements.json
More file actions
49 lines (49 loc) · 2 KB
/
announcements.json
File metadata and controls
49 lines (49 loc) · 2 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
{
"announcements": [
{
"id": "welcome-guide",
"enabled": true,
"title": "欢迎来到 Sync the Spire!",
"content": "不知道如何使用?我们为你准备了[使用文档](https://sts.rkto.cc/guide/getting-started)!\n\n*关闭本公告后,你可以在关于页面中找到使用文档的链接。*",
"type": "info",
"expires_at": null,
"dismissible": true
},
{
"id": "260315-085046",
"enabled": false,
"title": "🎉上架Microsoft Store!",
"content": "Sync the spire现已上架Windows应用商店,前往应用商店搜索\"Sync the spire\"即可下载(现在排名比较靠后,也许得往后翻翻),获得更方便的更新和使用体验。",
"type": "info",
"expires_at": null,
"dismissible": true
},
{
"id": "260319-235000",
"enabled": false,
"title": "存档合并功能更新",
"content": "由于存档合并和游戏存档同步机制冲突,会导致游戏启动时云存档覆盖本地存档,进而导致无限回档,最新版本使用存档重定向功能代替了存档合并,开启后游戏会在启用MOD的情况下依然读取原版存档,推荐开启。",
"type": "info",
"expires_at": null,
"dismissible": true
},
{
"id": "260319-175036",
"enabled": false,
"title": "BUG提醒",
"content": "目前存档合并功能存在问题,会导致游戏结束后云存档覆盖本地存档,导致无限回档。\n目前此问题尚在调查中,请暂时不要使用存档合并,改为手动拷贝MOD和普通存档。如已合并可以使用取消合并功能。",
"type": "warning",
"expires_at": null,
"dismissible": false
},
{
"id": "example-notice",
"enabled": false,
"title": "示例公告标题",
"content": "这是一条示例公告,发布前将 enabled 改为 true。",
"type": "info",
"expires_at": null,
"dismissible": true
}
]
}