From 2e0a2633bc401c5eb59bc6df5cdd2d5f4706e16f Mon Sep 17 00:00:00 2001 From: BBIT-Kai <2911862937@qq.com> Date: Tue, 28 Oct 2025 16:33:54 +0800 Subject: [PATCH] =?UTF-8?q?=E8=BF=81=E7=A7=BB=E6=9C=8D=E5=8A=A1=E5=99=A8?= =?UTF-8?q?=EF=BC=9B=E5=88=86=E5=BC=80=E5=BC=80=E5=8F=91=E7=AB=AF=E4=B8=8E?= =?UTF-8?q?=E7=94=9F=E4=BA=A7=E7=AB=AF=EF=BC=9B=E5=8E=BB=E9=99=A4=E5=BA=9F?= =?UTF-8?q?=E5=BC=83=E6=8E=A5=E5=8F=A3=EF=BC=9B=E5=AF=B9=E8=B1=A1=E5=AD=98?= =?UTF-8?q?=E5=82=A8=E3=80=81Kong=E7=BD=91=E5=85=B3=E4=BD=BF=E7=94=A8SSL?= =?UTF-8?q?=EF=BC=9B=E4=BF=AE=E6=94=B9=E6=89=80=E6=9C=89=E4=BD=BF=E7=94=A8?= =?UTF-8?q?=E5=86=85=E7=BD=91=E5=9C=B0=E5=9D=80=E7=9A=84=E4=BB=A3=E7=A0=81?= =?UTF-8?q?=EF=BC=9B=E5=88=87=E6=8D=A2=E5=9F=9F=E5=90=8D=EF=BC=9B=E6=9B=B4?= =?UTF-8?q?=E6=96=B0Ktor=E3=80=81ws-scrcpy=E5=90=AF=E5=8A=A8=E6=9C=8D?= =?UTF-8?q?=E5=8A=A1=EF=BC=9B=E4=BF=AE=E6=94=B9Prometheus=E9=85=8D?= =?UTF-8?q?=E7=BD=AE=EF=BC=9B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- bbit_ai/.idea/misc.xml | 3 ++ bbit_ai/app/app.py | 6 +-- bbit_ai/app/config/app.py | 2 - bbit_ai/app/config/milvus.py | 21 ++++---- bbit_ai/app/config/minIO.py | 5 +- bbit_ai/app/config/pgDb.py | 9 ++-- bbit_ai/app/config/rabbitMQ.py | 2 +- bbit_ai/app/routers/F8.py | 54 ------------------- bbit_ai/docker/Dockerfiledev | 45 ++++++++++++++++ .../ink/snowflake/server/controller/User.kt | 2 +- .../ink/snowflake/server/utils/OSSUtils.kt | 3 +- .../snowflake/server/utils/plugins/CORS.kt | 2 +- ktor/src/main/resources/application.yaml | 4 +- .../docker/config/prometheus/prometheus.yml | 11 ++-- server/docker/docker-compose.yaml | 8 +-- server/docker/infra-compose.yaml | 51 +++++++++++++++--- server/service/ktor.service | 6 +-- server/service/ws-scrcpy.service | 10 ++-- vue/apps/web-antd/.env.production | 4 +- .../src/router/routes/modules/dashboard.ts | 2 +- .../web-antd/src/router/routes/modules/out.ts | 2 +- .../web-antd/src/router/routes/modules/set.ts | 18 ++++--- vue/apps/web-antd/src/views/remote/index.vue | 2 +- 23 files changed, 153 insertions(+), 119 deletions(-) delete mode 100644 bbit_ai/app/routers/F8.py create mode 100644 bbit_ai/docker/Dockerfiledev diff --git a/bbit_ai/.idea/misc.xml b/bbit_ai/.idea/misc.xml index 5756918..cd0f033 100644 --- a/bbit_ai/.idea/misc.xml +++ b/bbit_ai/.idea/misc.xml @@ -6,4 +6,7 @@