[Client] Admin page improved

This commit is contained in:
syuilo
2018-11-02 23:05:53 +09:00
parent 819b535ab0
commit f2e719b361
20 changed files with 529 additions and 533 deletions

View File

@ -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