feat: ai's attempt

This commit is contained in:
2026-02-26 09:24:26 +08:00
parent f596e66983
commit d2a383c5d8
5 changed files with 209 additions and 17 deletions
+5
View File
@@ -1,6 +1,11 @@
// 导入以注册自定义元素
import './dice';
import './table';
import './md-link';
// 导出组件
export { Article } from './Article';
export type { ArticleProps } from './Article';
// 导出类型
export type { DiceProps } from './dice';