refactor(sidebar): split nav views and add router decorator

Signed-off-by: Noa Virellia <noa@requiem.garden>
This commit is contained in:
2026-02-01 09:03:12 +08:00
committed by Asai Neko
parent 7ad479bc87
commit e3df4fcf42
14 changed files with 119 additions and 83 deletions

View File

@@ -0,0 +1,8 @@
export const user = {
username: 'nvirellia',
nickname: 'Noa Virellia',
subtitle: '天生骄傲',
email: 'noa@requiem.garden',
bio: '',
avatar: 'https://avatars.githubusercontent.com/u/54884471?v=4',
};