From c2ca7eb6d7e89d873c4bf3ca266a397badb497b2 Mon Sep 17 00:00:00 2001 From: zeaslity Date: Thu, 27 Mar 2025 23:26:39 +0800 Subject: [PATCH] =?UTF-8?q?=E5=88=A0=E9=99=A4=E5=A4=9A=E4=B8=AA=E4=B8=8D?= =?UTF-8?q?=E5=86=8D=E4=BD=BF=E7=94=A8=E7=9A=84=E9=85=8D=E7=BD=AE=E6=96=87?= =?UTF-8?q?=E4=BB=B6=E5=92=8C=E8=84=9A=E6=9C=AC=EF=BC=8C=E6=9B=B4=E6=96=B0?= =?UTF-8?q?=E5=B7=A5=E4=BD=9C=E5=8C=BA=E9=85=8D=E7=BD=AE=EF=BC=8C=E4=BC=98?= =?UTF-8?q?=E5=8C=96=E6=9E=84=E5=BB=BA=E5=92=8C=E4=B8=8A=E4=BC=A0=E8=84=9A?= =?UTF-8?q?=E6=9C=AC=EF=BC=8C=E5=A2=9E=E5=BC=BA=E9=A1=B9=E7=9B=AE=E7=BB=93?= =?UTF-8?q?=E6=9E=84=E7=9A=84=E6=B8=85=E6=99=B0=E5=BA=A6=E5=92=8C=E5=8F=AF?= =?UTF-8?q?=E7=BB=B4=E6=8A=A4=E6=80=A7=E3=80=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .idea/WddSuperAgent.iml | 17 ++ .idea/libraries/k8s_nfs.xml | 9 + .idea/libraries/sdejpt.xml | 9 + .idea/libraries/sdejpt2.xml | 9 + .idea/libraries/zjyd_app_yaml.xml | 9 + .idea/misc.xml | 6 + .idea/modules.xml | 8 + .idea/workspace.xml | 90 ++++--- agent-wdd/{ => a_run}/agent-wdd-config.yaml | 0 agent-wdd/a_run/one-build-and-upload.ps1 | 17 +- agent-wdd/build/agent-wdd_linux_amd64 | Bin 14851291 -> 15359616 bytes agent-wdd/cmd/Acme.go | 8 +- agent-wdd/cmd/Config.go | 46 ++-- agent-wdd/cmd/Proxy.go | 4 +- agent-wdd/config/CPU.go | 177 ------------- agent-wdd/config/Config.go | 206 --------------- agent-wdd/config/Disk.go | 114 -------- agent-wdd/config/Memory.go | 140 ---------- agent-wdd/config/Network.go | 273 -------------------- agent-wdd/config/OS.go | 117 --------- agent-wdd/one-build-and-run.ps1 | 29 --- agent-wdd/test/one-click-build-run.ps1 | 38 --- agent-wdd/test/readme_help.txt | 43 --- agent-wdd/test/run_test.sh | 67 ----- agent-wdd/test/test-shell.sh | 135 ---------- 25 files changed, 157 insertions(+), 1414 deletions(-) create mode 100644 .idea/WddSuperAgent.iml create mode 100644 .idea/libraries/k8s_nfs.xml create mode 100644 .idea/libraries/sdejpt.xml create mode 100644 .idea/libraries/sdejpt2.xml create mode 100644 .idea/libraries/zjyd_app_yaml.xml create mode 100644 .idea/misc.xml create mode 100644 .idea/modules.xml rename agent-wdd/{ => a_run}/agent-wdd-config.yaml (100%) delete mode 100644 agent-wdd/config/CPU.go delete mode 100644 agent-wdd/config/Config.go delete mode 100644 agent-wdd/config/Disk.go delete mode 100644 agent-wdd/config/Memory.go delete mode 100644 agent-wdd/config/Network.go delete mode 100644 agent-wdd/config/OS.go delete mode 100644 agent-wdd/one-build-and-run.ps1 delete mode 100644 agent-wdd/test/one-click-build-run.ps1 delete mode 100644 agent-wdd/test/readme_help.txt delete mode 100644 agent-wdd/test/run_test.sh delete mode 100644 agent-wdd/test/test-shell.sh diff --git a/.idea/WddSuperAgent.iml b/.idea/WddSuperAgent.iml new file mode 100644 index 0000000..9009fed --- /dev/null +++ b/.idea/WddSuperAgent.iml @@ -0,0 +1,17 @@ + + + + + + + + + + + + + \ No newline at end of file diff --git a/.idea/libraries/k8s_nfs.xml b/.idea/libraries/k8s_nfs.xml new file mode 100644 index 0000000..7ec7ad7 --- /dev/null +++ b/.idea/libraries/k8s_nfs.xml @@ -0,0 +1,9 @@ + + + + + + + + + \ No newline at end of file diff --git a/.idea/libraries/sdejpt.xml b/.idea/libraries/sdejpt.xml new file mode 100644 index 0000000..a266cf1 --- /dev/null +++ b/.idea/libraries/sdejpt.xml @@ -0,0 +1,9 @@ + + + + + + + + + \ No newline at end of file diff --git a/.idea/libraries/sdejpt2.xml b/.idea/libraries/sdejpt2.xml new file mode 100644 index 0000000..a64cfe7 --- /dev/null +++ b/.idea/libraries/sdejpt2.xml @@ -0,0 +1,9 @@ + + + + + + + + + \ No newline at end of file diff --git a/.idea/libraries/zjyd_app_yaml.xml b/.idea/libraries/zjyd_app_yaml.xml new file mode 100644 index 0000000..2637d55 --- /dev/null +++ b/.idea/libraries/zjyd_app_yaml.xml @@ -0,0 +1,9 @@ + + + + + + + + + \ No newline at end of file diff --git a/.idea/misc.xml b/.idea/misc.xml new file mode 100644 index 0000000..52e316d --- /dev/null +++ b/.idea/misc.xml @@ -0,0 +1,6 @@ + + + + + + \ No newline at end of file diff --git a/.idea/modules.xml b/.idea/modules.xml new file mode 100644 index 0000000..618bcd3 --- /dev/null +++ b/.idea/modules.xml @@ -0,0 +1,8 @@ + + + + + + + + \ No newline at end of file diff --git a/.idea/workspace.xml b/.idea/workspace.xml index f042fd2..ec8c315 100644 --- a/.idea/workspace.xml +++ b/.idea/workspace.xml @@ -4,7 +4,37 @@