Skip to content

Commit 5b57888

Browse files
committed
2026-04-30 sync
1 parent d24b3e2 commit 5b57888

55 files changed

Lines changed: 229 additions & 112 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

Migrations/02 - BaseLib 至 RitsuLib/README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
将你的`BaseLib`开发的mod与`RitsuLib`开发的mod相互迁移的指南。
22

3+
善用`ctrl+shift+h`全局替换。
4+
35
## 注册内容
46

57
两个库都支持自动注册内容。

_config.kira.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,6 +81,10 @@ docsTree:
8181
title: 09 添加时间线,
8282
path: /docs/04-ritsulib/04-09-add-timeline/,
8383
},
84+
{
85+
title: 10 添加音频,
86+
path: /docs/04-ritsulib/04-10-add-audio/,
87+
},
8488
{
8589
title: 11 添加新怪物,
8690
path: /docs/04-ritsulib/04-11-add-monster/,
@@ -205,7 +209,7 @@ docsTree:
205209
children:
206210
[
207211
{
208-
title: 01 卡图&皮肤替换,
212+
title: 01 卡图&Spine,
209213
path: /docs/05-card-art-and-skin-replacement/,
210214
},
211215
{

source/_posts/01-env-setup.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: 01 环境配置
2+
title: 环境配置
33
date: 2026-03-15 00:00:00
44
permalink: docs/01-env-setup/
55
categories:

source/_posts/02-install-view-source-and-patch.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: 02 常见问题
2+
title: 常见问题
33
date: 2026-03-15 00:00:00
44
permalink: docs/02-install-view-source-and-patch/
55
categories:

source/_posts/03-baselib.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: 03 BaseLib
2+
title: BaseLib
33
date: 2026-03-15 00:00:00
44
permalink: docs/03-baselib/
55
categories:

source/_posts/03-baselib/03-01-add-card.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: 03-01 添加卡牌
2+
title: 添加卡牌
33
date: 2026-04-02 00:00:00
44
permalink: docs/03-baselib/03-01-add-card/
55
categories:

source/_posts/03-baselib/03-02-mod-config.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: 03-02 自定义模组配置
2+
title: 自定义模组配置
33
date: 2026-04-02 00:00:00
44
permalink: docs/03-baselib/03-02-mod-config/
55
categories:

source/_posts/03-baselib/03-03-add-relic.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: 03-03 添加新遗物
2+
title: 添加新遗物
33
date: 2026-04-02 00:00:00
44
permalink: docs/03-baselib/03-03-add-relic/
55
categories:

source/_posts/03-baselib/03-04-card-properties.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: 03-04 添加卡牌属性
2+
title: 添加卡牌属性
33
date: 2026-04-02 00:00:00
44
permalink: docs/03-baselib/03-04-card-properties/
55
categories:

source/_posts/03-baselib/03-05-add-power.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: 03-05 添加新能力
2+
title: 添加新能力
33
date: 2026-04-02 00:00:00
44
permalink: docs/03-baselib/03-05-add-power/
55
categories:

0 commit comments

Comments
 (0)