refactor(projects): 代码优化

This commit is contained in:
Soybean
2022-04-13 23:45:15 +08:00
parent 46e1ae7825
commit e8b534b84e
15 changed files with 533 additions and 479 deletions

View File

@ -4,7 +4,7 @@ import 'swiper/css/navigation';
import 'swiper/css/pagination';
import '../styles/css/global.css';
/** 引入静态资源(全局引入css、字体等) */
export default function setupAssets() {
/** import static assets: css, js , font and so on. - [引入静态资源css、js和字体文件等] */
export default function setupImportAssets() {
//
}

View File

@ -1,3 +1,3 @@
import setupAssets from './assets';
import setupImportAssets from './assets';
export { setupAssets };
export { setupImportAssets };