File upload frontpage and download decryption

This commit is contained in:
2025-07-26 03:11:42 +08:00
parent 0486c0d0e5
commit f1867e7916
19 changed files with 1051 additions and 229 deletions

View File

@@ -15,7 +15,7 @@ export const useUserStore = defineStore('user', () => {
isLoading.value = true
error.value = null
try {
const response = await fetch('/api/accounts/me', {
const response = await fetch('/cgi/id/accounts/me', {
credentials: 'include',
})