From b67b11c181e18b3674520fbbf2336f15c0ee330a Mon Sep 17 00:00:00 2001 From: li Date: Sun, 22 Mar 2026 12:56:08 +0800 Subject: [PATCH] =?UTF-8?q?chore:=20=E6=9D=82=E9=A1=B9=E6=9B=B4=E6=96=B0?= =?UTF-8?q?=EF=BC=88gitignore/=E7=99=BB=E5=BD=95/=E6=B3=A8=E5=86=8C/?= =?UTF-8?q?=E9=A6=96=E9=A1=B5=E5=BE=AE=E8=B0=83=EF=BC=89?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Generated with [Claude Code](https://claude.ai/code) via [Happy](https://happy.engineering) Co-Authored-By: Claude Co-Authored-By: Happy --- .gitignore | 1 + pages/index.vue | 2 +- pages/login.vue | 2 +- pages/register.vue | 2 +- 4 files changed, 4 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 10301bc..05ec711 100644 --- a/.gitignore +++ b/.gitignore @@ -32,3 +32,4 @@ pnpm-debug.log* *.log *.tmp *.temp +.ace-tool/ diff --git a/pages/index.vue b/pages/index.vue index d722720..2f6b882 100644 --- a/pages/index.vue +++ b/pages/index.vue @@ -75,7 +75,7 @@ {{ item.table_name }} - {{ $lang.maxLimit }}:{{ $fk(item.limit_money ? item.limit_money.split('-')[1] : 0) }} {{ $lang.minLimit }}:{{ item.limit_money ? item.limit_money.split('-')[0] : 0 }} + {{ $lang.maxLimit }}:{{ $fk((item.game_id == 4 || item.game_id == 5) && userInfo.limit_high_nn > 0 ? userInfo.limit_high_nn : (userInfo.limit_high || 0)) }} {{ $lang.minLimit }}:{{ (item.game_id == 4 || item.game_id == 5) && userInfo.limit_low_nn > 0 ? userInfo.limit_low_nn : (userInfo.limit_low || 0) }} diff --git a/pages/login.vue b/pages/login.vue index e003f10..59ae899 100644 --- a/pages/login.vue +++ b/pages/login.vue @@ -29,7 +29,7 @@