Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit4e4e41b

Browse files
committed
chore: update deps
1 parent5594b0b commit4e4e41b

File tree

3 files changed

+12
-14
lines changed

3 files changed

+12
-14
lines changed

‎service/package.json‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
},
2626
"dependencies": {
2727
"axios":"^1.3.4",
28-
"chatgpt":"^5.1.2",
28+
"chatgpt":"^5.2.2",
2929
"dotenv":"^16.0.3",
3030
"esno":"^0.16.3",
3131
"express":"^4.18.2",

‎service/pnpm-lock.yaml‎

Lines changed: 10 additions & 12 deletions
Some generated files are not rendered by default. Learn more aboutcustomizing how changed files appear on GitHub.

‎src/views/chat/index.vue‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -259,7 +259,7 @@ async function onRegenerate(index: number) {
259259
index,
260260
{
261261
dateTime:newDate().toLocaleString(),
262-
text:lastText+data.text??'',
262+
text:lastText+(data.text??''),
263263
inversion:false,
264264
error:false,
265265
loading:true,

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp