Skip to content

Commit eca80af

Browse files
committed
Moved app.latestResourceCommitHash to .commitHashes.app ↞ [auto-sync from https://github.com/adamlui/ai-web-extensions/tree/main/chatgpt-auto-continue]
1 parent 56a0025 commit eca80af

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

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

Lines changed: 3 additions & 3 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.14.6
222+
// @version 2025.5.16
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
@@ -285,10 +285,10 @@
285285
// Init APP data
286286
window.app = {
287287
version: GM_info.script.version, chatgptjsVer: /chatgpt\.js@([\d.]+)/.exec(GM_info.scriptMetaStr)[1],
288-
latestResourceCommitHash: 'd9d8bed' // for cached <app|messages>.json
288+
commitHashes: { app: 'd9d8bed' } // for cached <app|messages>.json
289289
}
290290
app.urls = {
291-
resourceHost: `https://cdn.jsdelivr.net/gh/adamlui/chatgpt-auto-continue@${app.latestResourceCommitHash}` }
291+
resourceHost: `https://cdn.jsdelivr.net/gh/adamlui/chatgpt-auto-continue@${app.commitHashes.app}` }
292292
const remoteData = {
293293
app: await new Promise(resolve => xhr({
294294
method: 'GET', url: `${app.urls.resourceHost}/assets/data/app.json`,

0 commit comments

Comments
 (0)