增加前端运行时后端地址配置

This commit is contained in:
zhangshun
2026-06-02 13:32:08 +08:00
parent 8fb45bd42a
commit e2e7aa5f06
7 changed files with 73 additions and 6 deletions

View File

@@ -7,6 +7,7 @@
</head>
<body>
<div id="app"></div>
<script src="/model-library-config.js"></script>
<script type="module" src="/src/main.ts"></script>
</body>
</html>