Basic Lite version

This commit is contained in:
kwaroran
2024-08-12 23:48:14 +09:00
parent 952ee5fb54
commit 2ab318188e
9 changed files with 128 additions and 19 deletions

View File

@@ -246,9 +246,9 @@ export async function alertCardExport(type:string = ''){
export async function alertTOS(){
// if(localStorage.getItem('tos') === 'true'){
// return true
// }
if(localStorage.getItem('tos') === 'true'){
return true
}
alertStore.set({
'type': 'tos',