初始化

This commit is contained in:
2026-04-13 17:32:58 +08:00
commit c6ee0d5243
1342 changed files with 96426 additions and 0 deletions

View File

@@ -0,0 +1,10 @@
'use strict';
/**
* coverage config.default.js
*/
module.exports = () => {
return {
openDevTools: false,
};
};