f
Some checks failed
CI/CD Pipeline / playwright (push) Successful in 2m0s
CI/CD Pipeline / build-and-deploy (push) Failing after 1m30s

This commit is contained in:
严浩
2025-12-09 23:42:56 +08:00
committed by Yanhao-MBP
parent f269a25968
commit 0678a88131
16 changed files with 165 additions and 15 deletions

View File

@@ -17,6 +17,8 @@ export async function loadPlugins(configEnv: ConfigEnv): Promise<PluginOption[]>
ignore: [
'**/*.d.ts',
'**/*.disabled.ts',
'**/*.x.ts',
'**/*.X.ts',
'**/x-*.ts', // 禁用以 x- 开头的插件文件
'**/_*',
],