🔧 fix: 优化音频服务和EQ设置的跨平台兼容性

This commit is contained in:
alger
2025-03-08 21:27:05 +08:00
parent 0b409f38d6
commit ccc59ea893
4 changed files with 8 additions and 16 deletions
+1
View File
@@ -38,6 +38,7 @@ module.exports = {
rules: {
'vue/require-default-prop': 'off',
'vue/multi-word-component-names': 'off',
'no-underscore-dangle': 'off',
'no-nested-ternary': 'off',
'no-console': 'off',
'no-await-in-loop': 'off',