From eeada99dbb802bef4e7030c80daa07222e94de7d Mon Sep 17 00:00:00 2001 From: BBIT-Kai <2911862937@qq.com> Date: Mon, 24 Nov 2025 09:01:48 +0800 Subject: [PATCH] =?UTF-8?q?=E9=80=82=E5=BA=94=E6=96=B0=E6=95=B0=E6=8D=AE?= =?UTF-8?q?=E6=A0=BC=E5=BC=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../kotlin/ink/snowflake/server/Application.kt | 2 +- .../ink/snowflake/server/utils/dao/ImageDao.kt | 2 +- readme.md | 16 ++++++++++++++-- 3 files changed, 16 insertions(+), 4 deletions(-) diff --git a/ktor/src/main/kotlin/ink/snowflake/server/Application.kt b/ktor/src/main/kotlin/ink/snowflake/server/Application.kt index 3e21a84..1d6d267 100644 --- a/ktor/src/main/kotlin/ink/snowflake/server/Application.kt +++ b/ktor/src/main/kotlin/ink/snowflake/server/Application.kt @@ -20,7 +20,7 @@ import io.ktor.server.application.* import io.ktor.server.tomcat.jakarta.* -//const val VIDEO_INPUT_PATH = "/tmp/" +//const val VIDEO_INPUT_PATH = "./tmp/" const val VIDEO_INPUT_PATH = "C:/tmp/" /** diff --git a/ktor/src/main/kotlin/ink/snowflake/server/utils/dao/ImageDao.kt b/ktor/src/main/kotlin/ink/snowflake/server/utils/dao/ImageDao.kt index 060cb8c..82a96ac 100644 --- a/ktor/src/main/kotlin/ink/snowflake/server/utils/dao/ImageDao.kt +++ b/ktor/src/main/kotlin/ink/snowflake/server/utils/dao/ImageDao.kt @@ -33,7 +33,7 @@ object ImageDao { fun getImageList(name: String): List { return transaction { ScaImagesTable.selectAll() - .where { ScaImagesTable.name like "%$name%" } + .where { ScaImagesTable.name like "%用例$name%" } .orderBy(ScaImagesTable.upload_datetime, SortOrder.DESC) .map { ImageAnalyticsRequest( diff --git a/readme.md b/readme.md index 5b40a15..482b64b 100644 --- a/readme.md +++ b/readme.md @@ -237,8 +237,18 @@ docker image prune -f | Redis | 11835 | | | Prometheus | 19268 | | | 主机 中文版 | 8919 | | + | Kong | 7424 | | - +- MinIO + + ``` + Minio 交换机路由配置 + 交换机video_exchange + 路由/sca + 队列/sca_queue + ``` + + ## 五、其他 @@ -424,4 +434,6 @@ http-server -p 8080 pnpm preview ``` - \ No newline at end of file + + +[https://grafana.com/grafana/dashboards/]: \ No newline at end of file