feat(toast): 添加一键打开所有 Toast 消息功能并优化显示时间
Some checks failed
CI/CD Pipeline / playwright (push) Successful in 4m6s
CI/CD Pipeline / build-and-deploy (push) Successful in 4m22s
测试最新依赖 / playwright (push) Successful in 1m50s
测试最新依赖 / build-and-test (push) Failing after 2m24s

This commit is contained in:
严浩
2025-10-29 00:13:08 +08:00
parent c490cb1c8e
commit b0b65b454c
3 changed files with 30 additions and 12 deletions

View File

@@ -101,7 +101,7 @@ export const viteConfigRollupOptions: RollupOptions = {
}
if (
['primelocale', 'primevue', '@primeuix', 'primeicons'].some((name) =>
['primelocale', 'primevue', 'primeuix', 'primeicons'].some((name) =>
packageName!.includes(name),
)
) {