Skip to content

Commit

Permalink
Bumped app.latestAssetCommitHash ↞ [auto-sync from https://github.c…
Browse files Browse the repository at this point in the history
  • Loading branch information
kudo-sync-bot committed Dec 26, 2024
1 parent 536c5c1 commit c77b9cc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions greasemonkey/chatgpt-auto-continue.user.js
Original file line number Diff line number Diff line change
Expand Up @@ -219,7 +219,7 @@
// @description:zu ⚡ Terus menghasilkan imibuzo eminingi ye-ChatGPT ngokwesizulu
// @author Adam Lui
// @namespace https://github.com/adamlui
// @version 2024.12.26.2
// @version 2024.12.26.3
// @license MIT
// @icon https://media.chatgptautocontinue.com/images/icons/continue-symbol/circled/with-robot/icon48.png?de3b6bd
// @icon64 https://media.chatgptautocontinue.com/images/icons/continue-symbol/circled/with-robot/icon64.png?de3b6bd
Expand Down Expand Up @@ -274,7 +274,7 @@
const app = {
version: GM_info.script.version, configKeyPrefix: 'chatGPTautoContinue',
chatgptJSver: /chatgpt\.js@([\d.]+)/.exec(GM_info.scriptMetaStr)[1], urls: {},
latestAssetCommitHash: '479373a' // for cached app.json + messages.json
latestAssetCommitHash: '536c5c1' // for cached app.json + messages.json
}
app.urls.assetHost = `https://cdn.jsdelivr.net/gh/adamlui/chatgpt-auto-continue@${app.latestAssetCommitHash}`
const remoteAppData = await new Promise(resolve => xhr({
Expand Down

0 comments on commit c77b9cc

Please sign in to comment.