style: 优化整体title显示

This commit is contained in:
ccnetcore
2026-01-03 02:15:28 +08:00
parent a50f877964
commit c4ab176089
6 changed files with 64 additions and 26 deletions

View File

@@ -34,7 +34,7 @@ const modelTypeOptions = ref<ModelTypeOption[]>([]);
const apiTypeOptions = ref<ModelApiTypeOption[]>([]);
function goToMonitor() {
window.open('http://data.ccnetcore.com:91/', '_blank');
window.open('http://data.ccnetcore.com:91/?period=24h', '_blank');
}
async function fetchModelList() {