Skip to content

Commit 57ebcc7

Browse files
committed
1 parent d747942 commit 57ebcc7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

chatgpt/chatgpt-auto-continue/chatgpt-auto-continue.user.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -219,7 +219,7 @@
219219
// @description:zu ⚡ Terus menghasilkan imibuzo eminingi ye-ChatGPT ngokwesizulu
220220
// @author Adam Lui
221221
// @namespace https://github.com/adamlui
222-
// @version 2025.5.13.6
222+
// @version 2025.5.13.7
223223
// @license MIT
224224
// @icon https://assets.chatgptautocontinue.com/images/icons/continue-symbol/black/icon48.png?v=a8c9387
225225
// @icon64 https://assets.chatgptautocontinue.com/images/icons/continue-symbol/black/icon64.png?v=a8c9387
@@ -284,7 +284,7 @@
284284
// Init APP data
285285
window.app = {
286286
version: GM_info.script.version, chatgptjsVer: /chatgpt\.js@([\d.]+)/.exec(GM_info.scriptMetaStr)[1], urls: {},
287-
latestResourceCommitHash: '805f806' // for cached <app|messages>.json
287+
latestResourceCommitHash: 'd9d8bed' // for cached <app|messages>.json
288288
}
289289
app.urls.resourceHost = `https://cdn.jsdelivr.net/gh/adamlui/chatgpt-auto-continue@${app.latestResourceCommitHash}`
290290
const remoteAppData = await new Promise(resolve => xhr({

0 commit comments

Comments
 (0)