build(projects): 代码优化

This commit is contained in:
Soybean 2022-07-07 23:46:07 +08:00
parent aa2f78a86f
commit 6a9a362caa
4 changed files with 2 additions and 7857 deletions

1
.gitignore vendored
View File

@ -30,3 +30,4 @@ stats.html
*.sw? *.sw?
/src/typings/components.d.ts /src/typings/components.d.ts
pnpm-lock.yaml

File diff suppressed because it is too large Load Diff

View File

@ -3,5 +3,5 @@ export * from './color';
export * from './number'; export * from './number';
export * from './object'; export * from './object';
export * from './icon'; export * from './icon';
export * from './design-pattern'; export * from './pattern';
export * from './theme'; export * from './theme';