mirror of
https://github.com/SECTL/SecScore.git
synced 2026-07-19 19:04:23 +08:00
不知道这是什么
This commit is contained in:
File diff suppressed because one or more lines are too long
@@ -76,7 +76,13 @@ export const Settings: React.FC<{
|
||||
const [recoveryDialogString, setRecoveryDialogString] = useState("")
|
||||
const [recoveryDialogFilename, setRecoveryDialogFilename] = useState("")
|
||||
|
||||
const [aboutContent, setAboutContent] = useState<{ title: string; description: string; content: string; rawMarkdown: string } | null>(null)
|
||||
const [aboutContent, setAboutContent] = useState<{
|
||||
title: string
|
||||
description: string
|
||||
content: string
|
||||
rawMarkdown: string
|
||||
version?: string
|
||||
} | null>(null)
|
||||
|
||||
const [logsDialogVisible, setLogsDialogVisible] = useState(false)
|
||||
const [logsText, setLogsText] = useState("")
|
||||
|
||||
Reference in New Issue
Block a user