打包项目

This commit is contained in:
super
2026-03-20 18:13:47 +08:00
parent 6791869e0c
commit 7efb86ed3a
59 changed files with 1872 additions and 4187 deletions

View File

@@ -0,0 +1,14 @@
<!doctype html>
<html lang="zh-CN">
<head>
<meta charset="UTF-8" />
<meta http-equiv="refresh" content="0; url=/static/brand-tools/brand-tools.html" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>品牌工具 - 数富AI</title>
</head>
<body>
<script>
window.location.replace('/static/brand-tools/brand-tools.html')
</script>
</body>
</html>