feat: gate the language world behind number verification

This commit is contained in:
冰朔 2026-08-19 22:52:10 +08:00
commit f8c8db4d48
39 changed files with 1445 additions and 129 deletions

View file

@ -10,6 +10,7 @@ mod dynamic_capability_routing;
mod education_translation;
mod education_workspace;
mod enterprise_work_channel;
mod external_ai_gateway;
mod glp_envelope;
mod gls_bootstrap_compiler;
mod gls_protocol_kernel;
@ -53,6 +54,10 @@ pub fn run_connector() -> Result<(), String> {
direct_local_broker::run_connector()
}
pub fn run_mcp() -> Result<(), String> {
external_ai_gateway::run_mcp()
}
#[cfg_attr(mobile, tauri::mobile_entry_point)]
pub fn run() {
tauri::Builder::default()