From 46bfc26eaed817414c3702a91616d4c765f04716 Mon Sep 17 00:00:00 2001 From: caiyuchao Date: Tue, 17 Jun 2025 18:29:58 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E5=8F=91=E7=A5=A8=E5=92=8C=E6=8F=90?= =?UTF-8?q?=E9=86=92=E9=85=8D=E7=BD=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../wfc-user/src/main/resources/application.yml | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/wfc-modules/wfc-user/src/main/resources/application.yml b/wfc-modules/wfc-user/src/main/resources/application.yml index a50285e..09a579c 100644 --- a/wfc-modules/wfc-user/src/main/resources/application.yml +++ b/wfc-modules/wfc-user/src/main/resources/application.yml @@ -72,3 +72,14 @@ omada: client-id: '5036e77c81a74008821c694a715fe2b8' client-secret: '29faa06fb7f244b094377b48eb3083a7' +invoice: + path: /opt/wfc/templates + +reminder: + trafficEnable: true + trafficThreshold: 10 + balanceEnable: true + balanceThreshold: 5 + trafficTitle: 'Traffic Reminder' + balanceTitle: 'Balance Reminder' +