feat: add basic web codecs

This commit is contained in:
2025-03-23 06:03:05 +08:00
parent 0b681d4fd1
commit 54edfd2fdc
26 changed files with 1690 additions and 562 deletions

View File

@@ -52,7 +52,8 @@
"linter": {
"rules": {
"suspicious": {
"noConsole": "off"
"noConsole": "off",
"noConsoleLog": "off"
},
"performance": {
"useTopLevelRegex": "off"