feat: 增加日志

This commit is contained in:
Cassianvale
2025-03-06 19:04:23 +08:00
parent 5444edf680
commit 9246e7f02b
2 changed files with 9 additions and 2 deletions

View File

@@ -162,7 +162,9 @@ const apiConfig = ref<ApiConfig>({
const marketOptions = [
{ label: 'A股', value: 'A' },
{ label: '港股', value: 'HK' },
{ label: '美股', value: 'US' }
{ label: '美股', value: 'US' },
{ label: 'ETF', value: 'ETF' },
{ label: 'LOF', value: 'LOF' }
];
// 更新API配置