mirror of
https://github.com/whyour/qinglong.git
synced 2026-08-14 04:50:50 +08:00
更新多语言
This commit is contained in:
@@ -23,7 +23,7 @@ const SubscriptionLogModal = ({
|
||||
data?: string;
|
||||
logUrl?: string;
|
||||
}) => {
|
||||
const [value, setValue] = useState<string>('启动中...');
|
||||
const [value, setValue] = useState<string>(intl.get('启动中...'));
|
||||
const [loading, setLoading] = useState<any>(true);
|
||||
const [executing, setExecuting] = useState<any>(true);
|
||||
const [isPhone, setIsPhone] = useState(false);
|
||||
|
||||
Reference in New Issue
Block a user