File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
chatgpt/chatgpt-auto-continue Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 219
219
// @description :zu ⚡ Terus menghasilkan imibuzo eminingi ye-ChatGPT ngokwesizulu
220
220
// @author Adam Lui
221
221
// @namespace https://github.com/adamlui
222
- // @version 2025.5.14.6
222
+ // @version 2025.5.16
223
223
// @license MIT
224
224
// @icon https://assets.chatgptautocontinue.com/images/icons/continue-symbol/black/icon48.png?v=a8c9387
225
225
// @icon 64 https://assets.chatgptautocontinue.com/images/icons/continue-symbol/black/icon64.png?v=a8c9387
285
285
// Init APP data
286
286
window . app = {
287
287
version : GM_info . script . version , chatgptjsVer : / c h a t g p t \. j s @ ( [ \d . ] + ) / . exec ( GM_info . scriptMetaStr ) [ 1 ] ,
288
- latestResourceCommitHash : 'd9d8bed' // for cached <app|messages>.json
288
+ commitHashes : { app : 'd9d8bed' } // for cached <app|messages>.json
289
289
}
290
290
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 } ` }
292
292
const remoteData = {
293
293
app : await new Promise ( resolve => xhr ( {
294
294
method : 'GET' , url : `${ app . urls . resourceHost } /assets/data/app.json` ,
You can’t perform that action at this time.
0 commit comments