feat(web): app logs

This commit is contained in:
zhaoying
2026-03-24 16:31:32 +08:00
parent 3dcf901043
commit d62b484d71
10 changed files with 215 additions and 12 deletions

View File

@@ -2,7 +2,7 @@
* @Author: ZhaoYing
* @Date: 2026-02-03 16:27:52
* @Last Modified by: ZhaoYing
* @Last Modified time: 2026-03-19 21:21:28
* @Last Modified time: 2026-03-24 15:58:23
*/
import { type FC, useRef, useMemo, useCallback } from 'react';
import { useNavigate, useParams } from 'react-router-dom';
@@ -27,10 +27,10 @@ import FeaturesConfig from './FeaturesConfig'
/**
* Tab keys for application configuration
*/
const tabKeys = ['arrangement', 'api', 'release', 'statistics']
const tabKeys = ['arrangement', 'api', 'release', 'log', 'statistics']
const sharingTabKeys = [
'test',
// 'log',
'log',
'api'
]