chore: replace all cn comments of fe to en version by volc api (#320)
This commit is contained in:
@@ -75,7 +75,7 @@ export const AbilityAreaContextProvider: FC<
|
||||
clearStore: clearToolAreaStore,
|
||||
} = useToolAreaStore.getState();
|
||||
/**
|
||||
* 清除
|
||||
* clear
|
||||
*/
|
||||
useEffect(() => {
|
||||
updateIsModeSwitching(modeSwitching);
|
||||
|
||||
@@ -25,11 +25,11 @@ import { merge } from 'lodash-es';
|
||||
|
||||
export interface IPreferenceContext {
|
||||
/**
|
||||
* 是否开启Tool隐藏模式
|
||||
* Whether to enable Tool Hide Mode
|
||||
*/
|
||||
enableToolHiddenMode: boolean;
|
||||
/**
|
||||
* 是否只读状态
|
||||
* Read-only status
|
||||
*/
|
||||
isReadonly: boolean;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user