|
220 | 220 | // @description:zu *NGOKUPHEPHA* susa ukusetha kabusha ingxoxo yemizuzu eyi-10 + amaphutha enethiwekhi ahlala njalo + Ukuhlolwa kwe-Cloudflare ku-ChatGPT.
|
221 | 221 | // @author Adam Lui
|
222 | 222 | // @namespace https://github.com/adamlui
|
223 |
| -// @version 2025.5.12.2 |
| 223 | +// @version 2025.5.13 |
224 | 224 | // @license MIT
|
225 | 225 | // @icon https://assets.chatgptautorefresh.com/images/icons/openai/black/icon48.png?v=f11a0a8
|
226 | 226 | // @icon64 https://assets.chatgptautorefresh.com/images/icons/openai/black/icon64.png?v=f11a0a8
|
|
290 | 290 | // Init APP data
|
291 | 291 | window.app = {
|
292 | 292 | version: GM_info.script.version, chatgptjsVer: /chatgpt\.js@([\d.]+)/.exec(GM_info.scriptMetaStr)[1], urls: {},
|
293 |
| - latestResourceCommitHash: '030bf6d' // for cached <app|messages>.json + navicon in toggles.sidebar.insert() |
| 293 | + latestResourceCommitHash: '84f2ea3' // for cached <app|messages>.json + navicon in toggles.sidebar.insert() |
294 | 294 | }
|
295 | 295 | app.urls.resourceHost = `https://cdn.jsdelivr.net/gh/adamlui/chatgpt-auto-refresh@${app.latestResourceCommitHash}`
|
296 | 296 | const remoteAppData = await new Promise(resolve => xhr({
|
|
314 | 314 | about_version: 'Version',
|
315 | 315 | about_poweredBy: 'Powered by',
|
316 | 316 | about_openSourceCode: 'Open source code',
|
| 317 | + about_latestChanges: 'Latest changes', |
317 | 318 | prompt_updateInt: 'Update refresh interval (in secs)',
|
318 | 319 | helptip_toggleVis: 'Show Auto-Refresh toggle in sidebar',
|
319 | 320 | helptip_modeNotifs: 'Show notifications when toggling modes/settings',
|
|
548 | 549 | + `<span style="${labelStyles}">📜 ${app.msgs.about_openSourceCode}:</span> `
|
549 | 550 | + `<a href="${app.urls.github}" target="_blank" rel="nopener">`
|
550 | 551 | + app.urls.github + '</a>\n'
|
| 552 | + + `<span style="${labelStyles}">🚀 ${app.msgs.about_latestChanges}:</span> ` |
| 553 | + + `<a href="${app.urls.github}/commits" target="_blank" rel="nopener">` |
| 554 | + + `${app.urls.github}/commits</a>\n` |
551 | 555 | + `<span style="${labelStyles}">⚡ ${app.msgs.about_poweredBy}:</span> `
|
552 | 556 | + `<a href="${app.urls.chatgptjs}" target="_blank" rel="noopener">chatgpt.js</a>`
|
553 | 557 | + ` v${app.chatgptjsVer}`,
|
|
0 commit comments