agent-Specialization/static/custom_tools/index.html

21 lines
982 B
HTML
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<!doctype html>
<html lang="zh-CN">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>自定义工具管理</title>
<link rel="icon" type="image/svg+xml" href="/static/astrion-avatar.svg">
<link rel="icon" type="image/png" sizes="32x32" href="/static/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="16x16" href="/static/favicon-16x16.png">
<link rel="apple-touch-icon" sizes="180x180" href="/static/apple-touch-icon.png">
<link rel="stylesheet" href="/static/dist/assets/adminCustomTools.css" />
<!-- 共享组件 SecondaryGate 被多入口抽为独立 chunk其 CSS 需显式引入 -->
<link rel="stylesheet" href="/static/dist/assets/SecondaryGate.css" />
<script src="/static/security.js"></script>
</head>
<body>
<div id="custom-tools-app"></div>
<script type="module" src="/static/dist/assets/adminCustomTools.js"></script>
</body>
</html>