From a14b31cd9e85fb20f14835dc17bf993486a3f051 Mon Sep 17 00:00:00 2001 From: caiyuchao Date: Tue, 17 Jun 2025 19:03:47 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E6=8F=90=E9=86=92=E9=85=8D=E7=BD=AE?= =?UTF-8?q?=E9=A1=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../docker/wfc/modules/user/conf/default/application.yml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/build/docker/wfc/modules/user/conf/default/application.yml b/build/docker/wfc/modules/user/conf/default/application.yml index 949ceee..8328f24 100644 --- a/build/docker/wfc/modules/user/conf/default/application.yml +++ b/build/docker/wfc/modules/user/conf/default/application.yml @@ -57,3 +57,11 @@ swagger: title: 系统模块接口文档 license: Powered By wfc licenseUrl: https://wfc.vip + +reminder: + trafficEnable: true + trafficThreshold: 10 + balanceEnable: true + balanceThreshold: 5 + trafficTitle: 'Traffic Reminder' + balanceTitle: 'Balance Reminder' \ No newline at end of file