mirror of
https://github.com/fawney19/Aether.git
synced 2026-01-11 03:58:28 +08:00
refactor(frontend): 优化公共组件
- 改进 EmptyState 和 LoadingState 组件 - 优化 CodeHighlight 样式和功能
This commit is contained in:
@@ -48,6 +48,7 @@ interface Props {
|
||||
|
||||
const props = withDefaults(defineProps<Props>(), {
|
||||
variant: 'spinner',
|
||||
message: undefined,
|
||||
size: 'md',
|
||||
fullHeight: false,
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user