From a9c7d19e524a346f881684c633b37fb11faa30a2 Mon Sep 17 00:00:00 2001
From: zx <834688422@qq.com>
Date: Sat, 23 Mar 2024 16:51:14 +0800
Subject: [PATCH] =?UTF-8?q?=E7=89=88=E6=9C=AC=E7=AE=A1=E7=90=86?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
package.json | 4 ++--
src/navigation/components/PactModal.tsx | 16 ++++++++--------
2 files changed, 10 insertions(+), 10 deletions(-)
diff --git a/package.json b/package.json
index 33504941..38e505a1 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "lx-music-mobile",
- "version": "1.3.0-beta.1",
+ "version": "8.8.8-肥猫宝贝",
"versionCode": 63,
"private": true,
"scripts": {
@@ -88,4 +88,4 @@
"eslint-plugin-react-hooks": "^4.6.0",
"typescript": "^5.4.2"
}
-}
+}
\ No newline at end of file
diff --git a/src/navigation/components/PactModal.tsx b/src/navigation/components/PactModal.tsx
index 3998165a..6d432da2 100644
--- a/src/navigation/components/PactModal.tsx
+++ b/src/navigation/components/PactModal.tsx
@@ -66,7 +66,7 @@ const Footer = ({ componentId }: { componentId: string }) => {
const theme = useTheme()
const isAgreePact = useSettingValue('common.isAgreePact')
// const checkUpdate = useDispatch('common', 'checkUpdate')
- const [time, setTime] = useState(20)
+ const [time, setTime] = useState(1)
const handleRejct = () => {
exitApp()
@@ -121,7 +121,7 @@ const Footer = ({ componentId }: { componentId: string }) => {
return () => {
timeoutTools.clear()
}
- // eslint-disable-next-line react-hooks/exhaustive-deps
+ // eslint-disable-next-line react-hooks/exhaustive-deps
}, [])
return (
@@ -130,18 +130,18 @@ const Footer = ({ componentId }: { componentId: string }) => {
isAgreePact
? null
: (
- 若你(使用者)接受以上协议,请点击下面的“接受”按钮签署本协议,若不接受,请点击“不接受”后退出软件并清除本软件的所有数据。
- )
+ 若你(使用者)接受以上协议,请点击下面的“接受”按钮签署本协议,若不接受,请点击“不接受”后退出软件并清除本软件的所有数据。
+ )
}
{
isAgreePact
? null
: (
-
- )
+
+ )
}