From a5b825e7617ea7c29f5bf2718e464eebf6812ca3 Mon Sep 17 00:00:00 2001 From: km2025 Date: Wed, 14 Jan 2026 14:41:49 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E7=BB=9F=E4=B8=80=E6=96=87=E4=BB=B6?= =?UTF-8?q?=E5=90=8D=E5=A4=A7=E5=B0=8F=E5=86=99=EF=BC=8C=E4=BC=98=E5=8C=96?= =?UTF-8?q?=E4=BB=A3=E7=A0=81=E5=8F=AF=E8=AF=BB=E6=80=A7=EF=BC=9B=E6=B3=A8?= =?UTF-8?q?=E9=87=8A=E6=8E=89=E8=B0=83=E8=AF=95=E4=BF=A1=E6=81=AF=E4=BB=A5?= =?UTF-8?q?=E5=87=8F=E5=B0=91=E6=8E=A7=E5=88=B6=E5=8F=B0=E8=BE=93=E5=87=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .vscode/settings.json | 32 ++++++++++++++++---------------- app/(tabs)/explore.tsx | 19 +++++++++++++++---- app/(tabs)/index.tsx | 4 +++- app/(tabs)/sync.tsx | 7 ++++--- app/_layout.tsx | 5 ++--- stores/UserBalanceStore.ts | 2 +- stores/UserStore.ts | 2 +- stores/index.ts | 6 +++--- 8 files changed, 45 insertions(+), 32 deletions(-) diff --git a/.vscode/settings.json b/.vscode/settings.json index 8b5d986..f03b0b0 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -1,16 +1,16 @@ -{ - "editor.codeActionsOnSave": { - "source.fixAll.eslint": "explicit", - "source.organizeImports": "never" - }, - "editor.formatOnSave": true, - "editor.defaultFormatter": "dbaeumer.vscode-eslint", - "eslint.useFlatConfig": true, - "eslint.format.enable": true, - "eslint.validate": ["javascript", "javascriptreact", "typescript", "typescriptreact"], - "eslint.workingDirectories": [ - { - "mode": "auto" - } - ] -} +// { +// "editor.codeActionsOnSave": { +// "source.fixAll.eslint": "explicit", +// "source.organizeImports": "never" +// }, +// "editor.formatOnSave": true, +// "editor.defaultFormatter": "dbaeumer.vscode-eslint", +// "eslint.useFlatConfig": true, +// "eslint.format.enable": true, +// "eslint.validate": ["javascript", "javascriptreact", "typescript", "typescriptreact"], +// "eslint.workingDirectories": [ +// { +// "mode": "auto" +// } +// ] +// } diff --git a/app/(tabs)/explore.tsx b/app/(tabs)/explore.tsx index ecdb458..c355f34 100644 --- a/app/(tabs)/explore.tsx +++ b/app/(tabs)/explore.tsx @@ -1,4 +1,3 @@ -import * as Sentry from '@sentry/react-native' import { type Directory, Paths } from 'expo-file-system' import * as FileSystem from 'expo-file-system/legacy' import * as ImagePicker from 'expo-image-picker' @@ -243,8 +242,20 @@ export default observer(function TabTwoScreen() {