Skip to content

Commit fd10ea2

Browse files
committed
1 parent 413edd9 commit fd10ea2

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

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

Lines changed: 3 additions & 4 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.4.12.2
222+
// @version 2025.4.12.3
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
@@ -281,9 +281,8 @@
281281

282282
// Init APP data
283283
const app = {
284-
version: GM_info.script.version, configKeyPrefix: 'chatGPTautoContinue',
285-
chatgptJSver: /chatgpt\.js@([\d.]+)/.exec(GM_info.scriptMetaStr)[1], urls: {},
286-
latestResourceCommitHash: 'c7e6353' // for cached app.json + messages.json
284+
version: GM_info.script.version, chatgptJSver: /chatgpt\.js@([\d.]+)/.exec(GM_info.scriptMetaStr)[1], urls: {},
285+
latestResourceCommitHash: '4439735' // for cached app.json + messages.json
287286
}
288287
app.urls.resourceHost = `https://cdn.jsdelivr.net/gh/adamlui/chatgpt-auto-continue@${app.latestResourceCommitHash}`
289288
const remoteAppData = await new Promise(resolve => xhr({

0 commit comments

Comments
 (0)