From bdb8d425ebbc5b8ea2cd8cc2829671937b1bd6b5 Mon Sep 17 00:00:00 2001
From: nepiedg <806669289@qq.com>
Date: Tue, 10 Mar 2026 23:00:37 +0800
Subject: [PATCH] =?UTF-8?q?feat:=20=E6=94=AF=E6=8C=81=E5=A4=9A=E9=A1=B5?=
=?UTF-8?q?=E9=9D=A2=E5=88=86=E4=BA=AB=E4=B8=8E=E7=BB=9F=E4=B8=80=E9=BB=98?=
=?UTF-8?q?=E8=AE=A4=E5=A4=B4=E5=83=8F?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
Made-with: Cursor
---
config/index.js | 4 +-
pages/ai/index.vue | 8 ++++
pages/index/index.vue | 10 ++++-
pages/logs/index.vue | 8 ++++
pages/onboarding/index.vue | 8 ++++
pages/profile/index.vue | 47 ++++++++++++--------
pages/share/index.vue | 13 +++++-
pages/stats/index.vue | 8 ++++
stores/logs.js | 90 +++++++++++++++++++-------------------
9 files changed, 128 insertions(+), 68 deletions(-)
diff --git a/config/index.js b/config/index.js
index 0488f6b..9a5c1ba 100644
--- a/config/index.js
+++ b/config/index.js
@@ -1,10 +1,10 @@
const ENV = {
development: {
- BASE_URL: 'http://192.168.31.46:8080/api/v1',
+ BASE_URL: 'https://wx.nepiedg.top/api/v1',
MINI_PROGRAM_ID: 2
},
production: {
- BASE_URL: 'https://api.example.com/api/v1',
+ BASE_URL: 'https://wx.nepiedg.top/api/v1',
MINI_PROGRAM_ID: 2
}
}
diff --git a/pages/ai/index.vue b/pages/ai/index.vue
index 3e925a1..eed36ad 100644
--- a/pages/ai/index.vue
+++ b/pages/ai/index.vue
@@ -98,6 +98,7 @@