From aa326e69b18a4390ffbc97268eaec4793761f083 Mon Sep 17 00:00:00 2001 From: "1992414357@qq.com" <1992414357@qq.com> Date: Wed, 11 Jun 2025 18:32:48 +0800 Subject: . --- .cargo/config.toml | 2 +- .idea/runConfigurations/Build_All__Dev_.xml | 2 +- .idea/runConfigurations/Export_Project.xml | 2 +- .idea/runConfigurations/Export_Project__Dev_.xml | 4 +- .idea/runConfigurations/Generate_Documents.xml | 17 + Cargo.lock | 1593 +------------------- LICENSE-THIRD-PARTY | 4 - console/Cargo.toml | 4 +- console/src/bin/padc.rs | 132 +- console/src/gui/controller_app.rs | 38 - console/src/gui/mod.rs | 1 - console/src/lib.rs | 3 +- core/src/data/controller/cli/cli_command.rs | 6 +- core/src/service/cli_addition/runtime_consoles.rs | 64 +- core/src/service/tcp_network/long_connection.rs | 4 +- export/dev/LICENSE-THIRD-PARTY | 4 - .../completeion/install_completion_powershell.ps1 | 39 + export/dev/bin/padc.exe | Bin 15830528 -> 6470144 bytes src/logger_utils.rs | 2 +- 19 files changed, 241 insertions(+), 1680 deletions(-) create mode 100644 .idea/runConfigurations/Generate_Documents.xml delete mode 100644 console/src/gui/controller_app.rs delete mode 100644 console/src/gui/mod.rs create mode 100644 export/dev/bin/completeion/install_completion_powershell.ps1 diff --git a/.cargo/config.toml b/.cargo/config.toml index cb27ad5..96a2c0c 100644 --- a/.cargo/config.toml +++ b/.cargo/config.toml @@ -1,6 +1,6 @@ [alias] dev = ["run", "--manifest-path", "./export/Cargo.toml", "--profile", "dev", "--bin", "export_project", "dev"] -export = ["run", "--manifest-path", "./export/Cargo.toml", "--profile", "release", "--release", "--bin", "export_project"] +export = ["run", "--manifest-path", "./export/Cargo.toml", "--profile", "release", "--bin", "export_project"] padc = ["run", "--manifest-path", "./console/Cargo.toml", "--profile", "dev", "--quiet", "--bin", "padc"] diff --git a/.idea/runConfigurations/Build_All__Dev_.xml b/.idea/runConfigurations/Build_All__Dev_.xml index fa6eb36..4e55ed1 100644 --- a/.idea/runConfigurations/Build_All__Dev_.xml +++ b/.idea/runConfigurations/Build_All__Dev_.xml @@ -1,5 +1,5 @@ - +