feat: 视窗工具函数

This commit is contained in:
2025-06-26 23:00:16 +08:00
parent 45a125e783
commit 70c025633c
2 changed files with 44 additions and 0 deletions

View File

@@ -8,6 +8,7 @@ export default antfu(
rules: {
'vue/html-self-closing': 'off',
'antfu/top-level-function': 'off',
'ts/no-unsafe-function-type': 'off',
},
},