Skip to content

Commit

Permalink
Bumped app.latestResourceCommitHash ↞ [auto-sync from https://githu…
Browse files Browse the repository at this point in the history
  • Loading branch information
kudo-sync-bot committed Jan 7, 2025
1 parent e41e388 commit 78e8878
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion chromium/extension/service-worker.js
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ chrome.runtime.onMessage.addListener(async req => {
(async () => {
const app = {
version: chrome.runtime.getManifest().version,
latestResourceCommitHash: '5dc5bad', // for cached app.json + icons.questionMark.src
latestResourceCommitHash: 'e41e388', // for cached app.json + icons.questionMark.src
urls: {},
chatgptJSver: /v(\d+\.\d+\.\d+)/.exec(await (await fetch(chrome.runtime.getURL('lib/chatgpt.js'))).text())[1]
}
Expand Down
2 changes: 1 addition & 1 deletion firefox/extension/background.js
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ chrome.runtime.onMessage.addListener(async req => {
(async () => {
const app = {
version: chrome.runtime.getManifest().version,
latestResourceCommitHash: '5dc5bad', // for cached app.json + icons.questionMark.src
latestResourceCommitHash: 'e41e388', // for cached app.json + icons.questionMark.src
urls: {},
chatgptJSver: /v(\d+\.\d+\.\d+)/.exec(await (await fetch(chrome.runtime.getURL('lib/chatgpt.js'))).text())[1]
}
Expand Down
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 2025.1.5.3
// @version 2025.1.7
// @license MIT
// @icon https://assets.chatgptautocontinue.com/images/icons/continue-symbol/circled/with-robot/icon48.png?v=8b39fb4
// @icon64 https://assets.chatgptautocontinue.com/images/icons/continue-symbol/circled/with-robot/icon64.png?v=8b39fb4
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: {},
latestResourceCommitHash: '5dc5bad' // for cached app.json + messages.json
latestResourceCommitHash: 'e41e388' // for cached app.json + messages.json
}
app.urls.resourceHost = `https://cdn.jsdelivr.net/gh/adamlui/chatgpt-auto-continue@${app.latestResourceCommitHash}`
const remoteAppData = await new Promise(resolve => xhr({
Expand Down

0 comments on commit 78e8878

Please sign in to comment.