This commit is contained in:
张成
2025-11-21 16:53:49 +08:00
commit 8309808835
286 changed files with 32656 additions and 0 deletions

BIN
admin/public/icon.ico Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.0 KiB

28
admin/public/index.html Normal file
View File

@@ -0,0 +1,28 @@
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1" />
<meta name="renderer" content="webkit|ie-comp|ie-stand" />
<meta name="viewport" content="width=device-width,initial-scale=1.0" />
<link rel="icon" href="./icon.ico" type="image/x-icon" />
<link rel="shortcut icon" href="./icon.ico" type="image/x-icon" />
<script src="./static/jquery.3.2.1.min.js"></script>
<title>智能代码平台</title>
</head>
<body>
<noscript>
<strong
>We're sorry but iview-admin doesn't work properly without JavaScript
enabled. Please enable it to continue.</strong
>
</noscript>
<div id="app"></div>
</body>
</html>

File diff suppressed because one or more lines are too long