forked from xingguangcuican6666/ABK
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathannouncement.json
More file actions
56 lines (56 loc) · 1.67 KB
/
Copy pathannouncement.json
File metadata and controls
56 lines (56 loc) · 1.67 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
53
54
55
56
{
"items": [
{
"date": "2026-03-25",
"content_md": [
"## 📖 New: Beginner's Guide",
"",
"If this is your first time here, we recommend checking out the **Fork & Custom Build Guide** to get started.",
"",
"The guide walks you through:",
"- Forking the repository",
"- Enabling GitHub Actions",
"- Running a custom kernel build",
"- Downloading your build artifacts",
"",
"👉 [Open the Guide](guide.html)"
],
"content_zh_md": [
"## 📖 新手教程已上线",
"",
"如果你是第一次使用本项目,建议先阅读 **Fork 与自定义编译指南**。",
"",
"教程涵盖:",
"- Fork 仓库到你的账号",
"- 启用 GitHub Actions",
"- 运行自定义内核构建",
"- 下载构建产物",
"",
"👉 [打开教程](guide.html)"
]
},
{
"date": "2026-02-21",
"content_md": [
"## GKI Kernel Version Tracker",
"",
"Dashboard is now live. You can view all maintained branches in one place.",
"",
"- Supports Android 12/13/14/15",
"- Incremental update every week",
"",
"Details: [GitHub Repository](https://github.com/xingguangcuican6666/ABK)"
],
"content_zh_md": [
"## GKI 内核版本追踪器",
"",
"页面已上线,可在同一处查看所有维护分支。",
"",
"- 支持 Android 12/13/14/15",
"- 每周自动增量更新",
"",
"详情:[GitHub 仓库](https://github.com/xingguangcuican6666/ABK)"
]
}
]
}