This commit is contained in:
azw 2023-10-30 13:18:26 +00:00
parent b890957b71
commit 79e3944fbd
2 changed files with 4 additions and 3 deletions

View File

@ -5,7 +5,8 @@ pub mod app;
pub mod mt;
pub mod cs_msgid;
pub mod cs_proto;
pub mod cs_auto_gen;
//pub mod cs_auto_gen;
pub mod mtb;
fn main() {
App::instance().borrow_mut().init(
@ -14,5 +15,5 @@ fn main() {
App::instance().borrow_mut().run();
App::instance().borrow_mut().uninit();
let data: Vec<u8> = Vec::new();
let psystem = crate::mt::AliKeyConf::parse_from_bytes(&data).unwrap();
// let psystem = crate::mt::AliKeyConf::parse_from_bytes(&data).unwrap();
}

View File

@ -164,7 +164,7 @@ func init() {
});
data += `
}`;
fs.writeFileSync('./src/cs_auto_gen.rs', data);
//fs.writeFileSync('./src/cs_auto_gen.rs', data);
}
async genSsAutoGen() {