-
Notifications
You must be signed in to change notification settings - Fork 376
Expand file tree
/
Copy pathannouncement.json
More file actions
52 lines (52 loc) · 2.32 KB
/
Copy pathannouncement.json
File metadata and controls
52 lines (52 loc) · 2.32 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
50
51
52
{
"announcements": [
{
"id": "2026-05-19-v2-major-upgrade-notice",
"enabled": true,
"level": "warning",
"title": "v2.0.0 大版本升级提醒",
"summary": "v2.0.0 已发布:本次为大版本升级,涉及登录、滑块、在线客服、商品发布和历史订单等重要调整,建议查看说明后手动升级。",
"message": "v2.0.0 已发布,本次包含登录、扫码、滑块验证、Token刷新、在线客服、商品发布、历史订单同步和数据库结构等较大调整。由于涉及依赖、浏览器自动化和运行环境变化,不建议仅通过在线热更新完成升级。升级前请先备份 data 目录。源码部署用户请拉取最新代码后执行 pip install -r requirements.txt、playwright install chromium 并重启服务;Docker 镜像部署用户请拉取最新镜像并重启容器;本地源码构建 Docker 的用户请重新构建容器。若在线更新后出现登录、扫码、滑块或页面异常,请改用手动方式重新部署。",
"dismissible": true,
"published_at": "2026-05-19T02:00:00+08:00",
"start_at": "2026-05-19T02:00:00+08:00",
"end_at": "",
"action_type": "url",
"action_text": "查看项目说明",
"action_url": "https://github.com/GuDong2003/xianyu-auto-reply-fix"
},
{
"id": "2026-04-08-issue-feedback",
"enabled": true,
"level": "info",
"title": "问题反馈",
"message": "如有问题请 issue 反馈",
"dismissible": false,
"published_at": "2026-04-08T11:00:00+08:00",
"start_at": "2026-04-08T11:00:00+08:00",
"end_at": ""
},
{
"id": "2026-04-08-dashboard-announcement",
"enabled": true,
"level": "info",
"title": "系统公告",
"message": "这是第一条公告",
"dismissible": true,
"published_at": "2026-04-08T10:30:00+08:00",
"start_at": "2026-04-08T10:30:00+08:00",
"end_at": "2026-04-08T10:59:59+08:00"
},
{
"id": "2026-04-07-dashboard-history-test",
"enabled": true,
"level": "warning",
"title": "历史公告测试",
"message": "历史公告测试",
"dismissible": true,
"published_at": "2026-04-07T10:00:00+08:00",
"start_at": "2026-04-07T10:00:00+08:00",
"end_at": "2026-04-07T23:59:59+08:00"
}
]
}