fix: make content api

This commit is contained in:
zzc
2026-02-06 10:29:56 +08:00
parent e4f81b3dc9
commit 36ff1fb988
2 changed files with 1 additions and 2 deletions

View File

@@ -96,7 +96,6 @@ const popupRef = ref(null);
const privacyRef = ref(null);
const avatarUrl = ref("");
const nickname = ref("");
const isAgreed = ref(false);
const userStore = useUserStore();