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;
+4
View File
@@ -31,6 +31,10 @@ namespace AibisDream
#region
public string title;
[Tooltip("章节面板显示用本地化 Key,对应 ChapterInfo 表条目;为空则回退 title")]
public string titleKey;
public string description;
public Sprite coverPic;
public string chapter;