chore: replace all cn comments of fe to en version by volc api (#320)

This commit is contained in:
tecvan
2025-07-31 10:32:15 +08:00
committed by GitHub
parent 716ec0cba8
commit 71f6245a01
2960 changed files with 15545 additions and 15545 deletions

View File

@@ -31,8 +31,8 @@ import { useResetStoreOnLogout } from './use-reset-store-on-logout';
import { useInitCommonConfig } from './use-init-common-config';
/**
* 所有初始化的逻辑收敛到这里
* 注意登录态需要自行处理
* All initialization logic converges here
* Note that the login status needs to be handled by yourself.
*/
export const useAppInit = () => {
const { requireAuth, requireAuthOptional, loginFallbackPath } =

View File

@@ -15,7 +15,7 @@
*/
/**
* @file 开源版暂不支持后台配置,用于未来拓展
* @File open source version does not support background configuration for future expansion
*/
import { useEffect } from 'react';