diff --git a/src/webui/src/api/AuthLogin.ts b/src/webui/src/api/AuthLogin.ts new file mode 100644 index 00000000..09d171f2 --- /dev/null +++ b/src/webui/src/api/AuthLogin.ts @@ -0,0 +1 @@ +//待实现 \ No newline at end of file diff --git a/src/webui/src/api/LogConsole.ts b/src/webui/src/api/LogConsole.ts new file mode 100644 index 00000000..6dbfe325 --- /dev/null +++ b/src/webui/src/api/LogConsole.ts @@ -0,0 +1 @@ +//获取日志 \ No newline at end of file diff --git a/src/webui/src/api/Login.ts b/src/webui/src/api/Login.ts new file mode 100644 index 00000000..09d171f2 --- /dev/null +++ b/src/webui/src/api/Login.ts @@ -0,0 +1 @@ +//待实现 \ No newline at end of file diff --git a/src/webui/src/api/index.ts b/src/webui/src/api/index.ts new file mode 100644 index 00000000..09d171f2 --- /dev/null +++ b/src/webui/src/api/index.ts @@ -0,0 +1 @@ +//待实现 \ No newline at end of file diff --git a/src/webui/src/router/api.ts b/src/webui/src/router/api.ts new file mode 100644 index 00000000..43d57511 --- /dev/null +++ b/src/webui/src/router/api.ts @@ -0,0 +1 @@ +// 挂载面板路由 \ No newline at end of file diff --git a/src/webui/src/router/static.ts b/src/webui/src/router/static.ts new file mode 100644 index 00000000..ba129364 --- /dev/null +++ b/src/webui/src/router/static.ts @@ -0,0 +1 @@ +//静态资源 \ No newline at end of file