补充本地调试页面入口

This commit is contained in:
zhangshun
2026-06-01 17:25:10 +08:00
parent 2d9bd1d4d7
commit 4c1ec24be8
3 changed files with 348 additions and 2 deletions

11
public/smart_test.html Normal file
View File

@@ -0,0 +1,11 @@
<!DOCTYPE html>
<html lang="zh-CN">
<head>
<meta charset="UTF-8">
<meta http-equiv="refresh" content="0; url=./index.html">
<title>Redirecting</title>
</head>
<body>
<p>Redirecting to <a href="./index.html">index.html</a> ...</p>
</body>
</html>