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

@@ -29,11 +29,11 @@ export default defineConfig({
server: {
proxy: {
'/api': {
target: 'http://localhost:5216',
target: 'http://localhost:5090',
changeOrigin: true,
},
'/cgi': {
target: 'http://localhost:5216',
target: 'http://localhost:5090',
changeOrigin: true,
}
},