This commit is contained in:
nanguaboss
2026-08-03 00:07:01 +08:00
commit 71c6e8d9c1
112 changed files with 7815 additions and 0 deletions
+17
View File
@@ -0,0 +1,17 @@
<!DOCTYPE html>
<html lang="zh-CN">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>文件管理 - SuperLink</title>
<link rel="stylesheet" href="static/libs/layer.css">
<link rel="stylesheet" href="static/css/style.css">
</head>
<body>
<script src="static/libs/jquery-3.6.0.min.js"></script>
<script src="static/libs/layer.js"></script>
<script src="static/js/config.js"></script>
<script src="static/js/common.js"></script>
<script src="static/js/document.js"></script>
</body>
</html>