为了抖音上架暂时删除未登录状态获取剪贴板功能,并且在登录后才保存设备信息

This commit is contained in:
yezian 2024-01-19 22:50:10 +08:00
parent ad633d6502
commit 04b31335c8
2 changed files with 4 additions and 4 deletions

View File

@ -207,11 +207,11 @@ export default function App() {
setInviterCode(null);
}, []);
//
//,
useEffect(() => {
if (state.isSignin) return;
if (!state.isSignin) return;
if (!checked) return; //
getClipboardContent();
// getClipboardContent();
storeAppInfo();
}, [checked]);

View File

@ -2,7 +2,7 @@
"expo": {
"name": "铁粉空间",
"slug": "ironfans",
"version": "1.1.5",
"version": "1.1.6",
"orientation": "portrait",
"icon": "./assets/icon.png",
"splash": {