From 41f683ce6c5685d4e338d27b83f62cb2532b2223 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=85=AC=E6=98=8E?= <83812544+Ed1s0nZ@users.noreply.github.com> Date: Sun, 12 Jul 2026 13:27:31 +0800 Subject: [PATCH] Update config.example.yaml --- config.example.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.example.yaml b/config.example.yaml index 57579b58..bc15ed92 100644 --- a/config.example.yaml +++ b/config.example.yaml @@ -10,7 +10,7 @@ # ============================================ # 前端显示的版本号(可选,不填则显示默认版本) -version: "v1.7.1" +version: "v1.7.2" # 服务器配置 server: host: 0.0.0.0 # 监听地址,0.0.0.0 表示监听所有网络接口