add codecs

This commit is contained in:
2025-03-24 01:02:30 +08:00
parent 54edfd2fdc
commit 53f2bc8ca7
15 changed files with 802 additions and 5 deletions

View File

@@ -6,6 +6,7 @@
"linter": {
"rules": {
"style": {
"useSingleCaseStatement": "off",
"noParameterProperties": "off",
"noNonNullAssertion": "off"
},