[Client] Admin page improved
This commit is contained in:
parent
819b535ab0
commit
f2e719b361
20 changed files with 529 additions and 533 deletions
|
|
@ -46,6 +46,7 @@
|
|||
if (`${url.pathname}/`.startsWith('/docs/')) app = 'docs';
|
||||
if (`${url.pathname}/`.startsWith('/dev/')) app = 'dev';
|
||||
if (`${url.pathname}/`.startsWith('/auth/')) app = 'auth';
|
||||
if (`${url.pathname}/`.startsWith('/admin/')) app = 'admin';
|
||||
//#endregion
|
||||
|
||||
//#region Detect the user language
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue