API功能性修复
This commit is contained in:
21
frontend/admin/recovery-preview/index.html
Normal file
21
frontend/admin/recovery-preview/index.html
Normal file
@@ -0,0 +1,21 @@
|
||||
<!doctype html>
|
||||
<html lang="zh-CN">
|
||||
<head>
|
||||
<meta charset="UTF-8" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
||||
<title>Admin Recovery Preview</title>
|
||||
<script>
|
||||
window.settings = window.settings || {
|
||||
base_url: window.location.origin,
|
||||
title: "Admin Recovery Preview",
|
||||
version: "preview",
|
||||
logo: "",
|
||||
secure_path: "/admin"
|
||||
};
|
||||
</script>
|
||||
<script type="module" src="/src/main.jsx"></script>
|
||||
</head>
|
||||
<body>
|
||||
<div id="root"></div>
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user