mirror of
https://github.com/lifegpc/msg-tool.git
synced 2026-06-10 08:08:47 +08:00
Add multiple chat key support for scn script
This commit is contained in:
@@ -302,7 +302,7 @@ pub struct ExtraConfig {
|
||||
#[cfg(feature = "kirikiri")]
|
||||
/// Kirikiri chat message key. For example, CIRCUS's key is "comumode". Yuzusoft's key is "phonechat".
|
||||
/// If not specified, "comumode" will be used.
|
||||
pub kirikiri_chat_key: Option<String>,
|
||||
pub kirikiri_chat_key: Option<Vec<String>>,
|
||||
#[cfg(feature = "kirikiri")]
|
||||
/// Kirikiri chat message translation. The outter object's key is filename(`global` is a special key).
|
||||
/// The inner object: key is original text, value is (translated text, original text count).
|
||||
|
||||
Reference in New Issue
Block a user