This commit is contained in:
2026-07-20 11:50:47 +08:00
parent 95d43746f6
commit 019ed28d37
401 changed files with 61622 additions and 23869 deletions

13
public/ai/index.html Normal file
View File

@@ -0,0 +1,13 @@
<!DOCTYPE html>
<html lang="zh-CN">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>页面跳转中</title>
</head>
<body>
<script>
window.location.replace('/#/ai' + (window.location.search || '') + (window.location.hash || ''));
</script>
</body>
</html>