Add escude script export support

This commit is contained in:
2025-06-02 21:38:38 +08:00
parent 24192050dc
commit abf30c8a55
14 changed files with 1454 additions and 27 deletions

View File

@@ -45,8 +45,10 @@ pub enum TextEncoding {
Auto,
/// UTF-8 encoding
Utf8,
#[value(alias("jis"))]
/// Shift-JIS encoding
Cp932,
#[value(alias("gbk"))]
/// GB2312 encoding
Gb2312,
}
@@ -185,6 +187,10 @@ pub enum ScriptType {
#[value(alias("ethornell"))]
/// Buriko General Interpreter/Ethornell Script
BGI,
/// Escude bin archive
EscudeArc,
/// Escude bin script
Escude,
}
#[derive(Debug, Serialize, Deserialize)]