This commit is contained in:
2026-03-23 03:30:31 +08:00
parent 5c6d8c6b92
commit ef6fe2e16c
6 changed files with 55 additions and 120 deletions

View File

@@ -115,7 +115,7 @@ function generateIndexFile(dirPath: string): void {
// 生成索引文件内容(模板字符串格式化)
const indexContent = `
import './index.scss';
import './index.css';
${exportStatements.join("\n")}
`;