done connecting coze and youwei

This commit is contained in:
Ebenezer
2026-03-27 17:05:01 +08:00
parent d5c75c9f5c
commit 592c503b5a
1157 changed files with 186944 additions and 31 deletions

21
backend/node_modules/function-bind/.eslintrc generated vendored Normal file
View File

@@ -0,0 +1,21 @@
{
"root": true,
"extends": "@ljharb",
"rules": {
"func-name-matching": 0,
"indent": [2, 4],
"no-new-func": [1],
},
"overrides": [
{
"files": "test/**",
"rules": {
"max-lines-per-function": 0,
"strict": [0]
},
},
],
}