feat: 添加API连接状态显示页脚
在应用底部添加固定页脚显示当前连接的API地址
This commit is contained in:
@@ -23,6 +23,7 @@
|
||||
|
||||
<body>
|
||||
<div id="app"></div>
|
||||
<div id="api-footer" style="position: fixed; bottom: 0; left: 0; right: 0; z-index: 99999; background: var(--ion-toolbar-background, #f8f9fa); padding: 10px; text-align: center; font-size: 12px; color: var(--ion-text-color, #333); border-top: 1px solid #ddd;"></div>
|
||||
<script type="module" src="/src/main.ts"></script>
|
||||
</body>
|
||||
</html>
|
||||
|
||||
Reference in New Issue
Block a user