From 5ebd788cef062b343ff214a7ff9022fb2ba178d1 Mon Sep 17 00:00:00 2001 From: shanyuanzz <46706605+shanyuanzz@users.noreply.github.com> Date: 星期日, 28 五月 2023 14:01:51 +0800 Subject: [PATCH] 优化低倍速下zoom变倍速率 --- src/main/resources/application.yml | 4 +++- 1 files changed, 3 insertions(+), 1 deletions(-) diff --git a/src/main/resources/application.yml b/src/main/resources/application.yml index 3d7808a..3f47844 100644 --- a/src/main/resources/application.yml +++ b/src/main/resources/application.yml @@ -1,3 +1,5 @@ spring: + application: + name: wvp profiles: - active: dev + active: local \ No newline at end of file -- Gitblit v1.8.0