feat: delete code

This commit is contained in:
Tim
2025-07-25 14:12:06 +08:00
parent 0cf44c2a42
commit af876baf95

View File

@@ -365,12 +365,6 @@ export default {
onMounted(async () => {
await loadOptions()
fetchContent()
if (!isLogin()) {
//
}
setTimeout(() => {
loginWithGoogle()
}, 3000)
})
watch([selectedCategory, selectedTags], () => {