feat: add shortcut keys preferencs

This commit is contained in:
vben
2024-06-16 13:43:33 +08:00
parent 5d829a6d9a
commit 222c73963d
38 changed files with 1449 additions and 887 deletions

View File

@@ -13,16 +13,10 @@ interface FallbackProps {
* @default pageNotFoundSvg
*/
image?: string;
/**
* @zh_CN 是否显示返回首页按钮
* @default true
*/
showBack?: boolean;
/**
* @zh_CN 内置类型
*/
status?: '403' | '404' | '500' | 'offline';
status?: '403' | '404' | '500' | 'hello' | 'offline';
/**
* @zh_CN 页面提示语
*/