feat: add dify-client

This commit is contained in:
crazywoola
2023-06-09 14:46:05 +08:00
parent 15e764172a
commit 59e396ed00
4 changed files with 2681 additions and 4278 deletions
+22
View File
@@ -0,0 +1,22 @@
# EditorConfig is awesome: https://EditorConfig.org
# top-most EditorConfig file
root = true
# Unix-style newlines with a newline ending every file
[*]
end_of_line = lf
insert_final_newline = true
# Matches multiple files with brace expansion notation
# Set default charset
[*.{js,tsx}]
charset = utf-8
indent_style = space
indent_size = 2
# Matches the exact files either package.json or .travis.yml
[{package.json,.travis.yml}]
indent_style = space
indent_size = 2
-4278
View File
File diff suppressed because it is too large Load Diff
+1
View File
@@ -13,6 +13,7 @@
"@types/react": "18.2.9",
"@types/react-dom": "18.2.4",
"autoprefixer": "10.4.14",
"dify-client": "^2.0.0",
"eslint": "8.42.0",
"eslint-config-next": "13.4.4",
"next": "13.4.4",
+2658
View File
File diff suppressed because it is too large Load Diff