1
This commit is contained in:
parent
b890957b71
commit
79e3944fbd
@ -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();
|
||||
}
|
||||
|
@ -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() {
|
||||
|
Loading…
x
Reference in New Issue
Block a user