chore: remove unnecessary comments and suppress error logging

This commit is contained in:
2026-03-10 23:26:18 +08:00
parent 8d89c2a0f6
commit c0d4bf8b2b
7 changed files with 21 additions and 30 deletions
-2
View File
@@ -113,7 +113,6 @@ const appearanceMode = computed({
}
})
// Background Image Handling
const handleImageUpload = (event) => {
const file = event.target.files[0]
if (file) {
@@ -126,7 +125,6 @@ const handleImageUpload = (event) => {
}
}
// Helper to translate
const t = (key) => store.t[key]
</script>