|
225 | 225 | // @description:zu Dlala izimpendulo ze-ChatGPT ngokuzenzakalela
|
226 | 226 | // @author Adam Lui
|
227 | 227 | // @namespace https://github.com/adamlui
|
228 |
| -// @version 2025.5.12.2 |
| 228 | +// @version 2025.5.13 |
229 | 229 | // @license MIT
|
230 | 230 | // @icon https://assets.chatgptautotalk.com/images/icons/openai/black/icon48.png?v=9f1ed3c
|
231 | 231 | // @icon64 https://assets.chatgptautotalk.com/images/icons/openai/black/icon64.png?v=9f1ed3c
|
|
284 | 284 | // Init APP data
|
285 | 285 | window.app = {
|
286 | 286 | version: GM_info.script.version, chatgptjsVer: /chatgpt\.js@([\d.]+)/.exec(GM_info.scriptMetaStr)[1], urls: {},
|
287 |
| - latestResourceCommitHash: '680b4b7' // for cached <app|messages>.json + navicon in toggles.sidebar.insert() |
| 287 | + latestResourceCommitHash: '02c13af' // for cached <app|messages>.json + navicon in toggles.sidebar.insert() |
288 | 288 | }
|
289 | 289 | app.urls.resourceHost = `https://cdn.jsdelivr.net/gh/adamlui/chatgpt-auto-talk@${app.latestResourceCommitHash}`
|
290 | 290 | const remoteAppData = await new Promise(resolve => xhr({
|
|
305 | 305 | about_version: 'Version',
|
306 | 306 | about_poweredBy: 'Powered by',
|
307 | 307 | about_openSourceCode: 'Open source code',
|
| 308 | + about_latestChanges: 'Latest changes', |
308 | 309 | mode_autoTalk: 'Auto-Talk',
|
309 | 310 | helptip_toggleVis: 'Show Auto-Talk toggle in sidebar',
|
310 | 311 | alert_updateAvail: 'Update available',
|
|
503 | 504 | + `<span style="${labelStyles}">📜 ${app.msgs.about_openSourceCode}:</span> `
|
504 | 505 | + `<a href="${app.urls.github}" target="_blank" rel="nopener">`
|
505 | 506 | + app.urls.github + '</a>\n'
|
| 507 | + + `<span style="${labelStyles}">🚀 ${app.msgs.about_latestChanges}:</span> ` |
| 508 | + + `<a href="${app.urls.github}/commits" target="_blank" rel="nopener">` |
| 509 | + + `${app.urls.github}/commits</a>\n` |
506 | 510 | + `<span style="${labelStyles}">⚡ ${app.msgs.about_poweredBy}:</span> `
|
507 | 511 | + `<a href="${app.urls.chatgptjs}" target="_blank" rel="noopener">chatgpt.js</a>`
|
508 | 512 | + ` v${app.chatgptjsVer}`,
|
|
0 commit comments