feat: apply senior-friendly portal theme and document UX guidelines

Ultraworked with [Sisyphus](https://github.com/code-yeongyu/oh-my-opencode)

Co-authored-by: Sisyphus <clio-agent@sisyphuslabs.ai>
This commit is contained in:
2026-02-06 14:20:51 +08:00
parent 1782f64417
commit f3e10256a8
13 changed files with 356 additions and 268 deletions

View File

@@ -16,11 +16,11 @@ export default defineConfig({
host: '0.0.0.0',
proxy: {
'/super/v1': {
target: 'http://localhost:8080',
target: 'http://localhost:18080',
changeOrigin: true
},
'/v1': {
target: 'http://localhost:8080',
target: 'http://localhost:18080',
changeOrigin: true
}
}