diff --git a/index.html b/index.html index ebaa657..bf34697 100644 --- a/index.html +++ b/index.html @@ -5,32 +5,31 @@ 超異域公主連結 Re: Dive 台版 Rank 推薦表查詢系統 - + - -

公主連結台版 Rank 推薦表

-

If you see this page, the nginx web server is successfully installed and -working. Further configuration is required.

- -

For online documentation and support please refer to -nginx.org.
-Commercial support is available at -nginx.com.

- -

Thank you for using nginx.

+

+

公主連結台版 Rank 推薦表
+

+
+
請選擇推薦表作者:
+
+
+
+

登入後台介面

+
+
diff --git a/character/add.html b/manage/character/add.html similarity index 100% rename from character/add.html rename to manage/character/add.html diff --git a/character/index.html b/manage/character/index.html similarity index 96% rename from character/index.html rename to manage/character/index.html index cb3e54f..e7df247 100644 --- a/character/index.html +++ b/manage/character/index.html @@ -59,7 +59,7 @@ const item = data[i]; - row_2_data_1.innerHTML = ""; + row_2_data_1.innerHTML = ""; row_2_data_2.innerHTML = item.name; row_2_data_3.innerHTML = item.standIndex; diff --git a/manage/index.html b/manage/index.html new file mode 100644 index 0000000..742e00e --- /dev/null +++ b/manage/index.html @@ -0,0 +1,34 @@ + + + + + + + 超異域公主連結 Re: Dive 台版 Rank 推薦表查詢系統 + + + + + + +

+

後台管理
+

+
+

+

管理角色

+

+

+

管理推薦表

+

+ + diff --git a/login.html b/manage/login.html similarity index 97% rename from login.html rename to manage/login.html index c8efe3f..1349746 100644 --- a/login.html +++ b/manage/login.html @@ -53,7 +53,7 @@ localStorage.setItem("jwtToken", token); // 登录成功后,进行其他操作(例如重定向到受保护的页面) - window.location.href = "./index.html"; + window.location.href = "../index.html"; }) .catch(function (error) { const message = error.response.data.message; diff --git a/register.html b/manage/register.html similarity index 97% rename from register.html rename to manage/register.html index 3195ee0..765ee49 100644 --- a/register.html +++ b/manage/register.html @@ -40,7 +40,7 @@ localStorage.setItem('jwtToken', token); // 登录成功后,进行其他操作(例如重定向到受保护的页面) - window.location.href = './index.html'; + window.location.href = '../index.html'; }) .catch(function(error) { const message = error.response.data.message;