feat(ui): 添加终端章节面板标题本地化

This commit is contained in:
2026-07-05 00:16:34 +08:00
parent 84764d7b6b
commit f87dcc687f
34 changed files with 383 additions and 8 deletions
@@ -34,6 +34,7 @@ namespace AibisDream
{
chapterSo = chapterSo,
title = chapterSo.title,
titleKey = chapterSo.titleKey,
chapter = chapterSo.chapter,
desc = chapterSo.description,
pic = chapterSo.coverPic,
@@ -122,6 +123,7 @@ namespace AibisDream
public struct ChapterVo
{
public string title;
public string titleKey;
public string chapter;
public string desc;
public Sprite pic;