新增第44章:白色废墟,多样小怪战斗,技能组合使用
This commit is contained in:
parent
8f00a1d464
commit
4c5d3641cf
5
alacarte-novel-website/data/chapter-44.json
Normal file
5
alacarte-novel-website/data/chapter-44.json
Normal file
File diff suppressed because one or more lines are too long
@ -43,6 +43,7 @@
|
||||
{"id": 40, "title": "万年雪山·冰心少年", "subtitle": "冰心查理", "desc": "抵达班图族营地,购买新武器细雪之舞,遭遇被冰龙侵蚀的查理,团队配合制服暴走。", "date": "2026-03-25"},
|
||||
{"id": 41, "title": "敏泰的加入", "subtitle": "队伍调整", "desc": "艾伦退场返回赫顿玛尔,敏泰加入队伍,奥菲利亚转为后勤,新队伍前往利库天井。", "date": "2026-03-25"},
|
||||
{"id": 42, "title": "山脊·野兽师", "subtitle": "后宫互动", "desc": "挑战山脊BOSS野兽师鲁乌格,赛丽亚受伤,深夜教导敏泰如何成为林克的女人。", "date": "2026-03-25"},
|
||||
{"id": 43, "title": "番外·雪山温泉", "subtitle": "敏泰献身", "desc": "班图族温泉中,赛丽亚引导敏泰向林克献身,三人共度温馨之夜。", "date": "2026-03-25"}
|
||||
{"id": 43, "title": "番外·雪山温泉", "subtitle": "敏泰献身", "desc": "班图族温泉中,赛丽亚引导敏泰向林克献身,三人共度温馨之夜。", "date": "2026-03-25"},
|
||||
{"id": 44, "title": "白色废墟", "subtitle": "雪魈王", "desc": "探索白色废墟,遭遇雪魈、冰精灵、被控制的班图族战士,配合击败雪魈王。", "date": "2026-03-25"}
|
||||
]
|
||||
}
|
||||
@ -42,7 +42,8 @@ const chaptersData = [
|
||||
{ id: 40, title: "第四十章:万年雪山·冰心少年", subtitle: "冰心查理", desc: "抵达班图族营地,购买新武器细雪之舞,遭遇被冰龙侵蚀的查理,团队配合制服暴走。", status: "已完结", date: "2026-03-25" },
|
||||
{ id: 41, title: "第四十一章:敏泰的加入", subtitle: "队伍调整", desc: "艾伦退场返回赫顿玛尔,敏泰加入队伍,奥菲利亚转为后勤,新队伍前往利库天井。", status: "已完结", date: "2026-03-25" },
|
||||
{ id: 42, title: "第四十二章:山脊·野兽师", subtitle: "后宫互动", desc: "挑战山脊BOSS野兽师鲁乌格,赛丽亚受伤,深夜教导敏泰如何成为林克的女人。", status: "已完结", date: "2026-03-25" },
|
||||
{ id: 43, title: "第四十三章:番外·雪山温泉", subtitle: "敏泰献身", desc: "班图族温泉中,赛丽亚引导敏泰向林克献身,三人共度温馨之夜。", status: "已完结", date: "2026-03-25" }
|
||||
{ id: 43, title: "第四十三章:番外·雪山温泉", subtitle: "敏泰献身", desc: "班图族温泉中,赛丽亚引导敏泰向林克献身,三人共度温馨之夜。", status: "已完结", date: "2026-03-25" },
|
||||
{ id: 44, title: "第四十四章:白色废墟", subtitle: "雪魈王", desc: "探索白色废墟,遭遇雪魈、冰精灵、被控制的班图族战士,配合击败雪魈王。", status: "已完结", date: "2026-03-25" }
|
||||
];
|
||||
|
||||
// DOM加载完成后初始化
|
||||
|
||||
Loading…
Reference in New Issue
Block a user