|
199 | 199 | // @description:zh-TW 從無所不知的 ChatGPT 生成無窮無盡的答案 (用任何語言!)
|
200 | 200 | // @author Adam Lui
|
201 | 201 | // @namespace https://github.com/adamlui
|
202 |
| -// @version 2025.5.12.2 |
| 202 | +// @version 2025.5.13 |
203 | 203 | // @license MIT
|
204 | 204 | // @icon https://assets.chatgptinfinity.com/images/icons/infinity-symbol/circled/with-robot/icon48.png?v=8df6f33
|
205 | 205 | // @icon64 https://assets.chatgptinfinity.com/images/icons/infinity-symbol/circled/with-robot/icon64.png?v=8df6f33
|
|
220 | 220 | // @connect gm.chatgptinfinity.com
|
221 | 221 | // @connect raw.githubusercontent.com
|
222 | 222 | // @require https://cdn.jsdelivr.net/npm/@kudoai/chatgpt.js@3.8.1/dist/chatgpt.min.js#sha256-/71AK4V0/J40zINYEriMeEWGIZ8qfyWMQu76ui3SBNs=
|
223 |
| -// @require https://cdn.jsdelivr.net/gh/adamlui/chatgpt-infinity@45c801b/chromium/extension/components/modals.js#sha256-0frN99YskmOxZ/ddDUiSGe7BqHvqz2vCLEi+IT9f7KM= |
| 223 | +// @require https://cdn.jsdelivr.net/gh/adamlui/chatgpt-infinity@1b5bd66/chromium/extension/components/modals.js#sha256-iX3PRi8pBfDcn4eMUODfpPVkNxTBSRptWYXEDwnfN7I= |
224 | 224 | // @require https://cdn.jsdelivr.net/gh/adamlui/chatgpt-infinity@45c801b/chromium/extension/components/toggles.js#sha256-wX2KTM2AegyVGeFPa5olyTpztJVI4rNvsWqdH5Kw8z4=
|
225 | 225 | // @require https://cdn.jsdelivr.net/gh/adamlui/chatgpt-infinity@6fec365/chromium/extension/lib/dom.js#sha256-/X4gSHYxumIYhBjDK8WHUirB6wDwxfwJUI0MEVpCAcw=
|
226 | 226 | // @require https://cdn.jsdelivr.net/gh/adamlui/chatgpt-infinity@3372987/chromium/extension/lib/infinity.js#sha256-MN1pC8s+N3Rqqj+2TmKB3Q3DyjNMmFSmdZD/4FusqyE=
|
|
275 | 275 | // Init APP data
|
276 | 276 | window.app = {
|
277 | 277 | version: GM_info.script.version, chatgptjsVer: /chatgpt\.js@([\d.]+)/.exec(GM_info.scriptMetaStr)[1], urls: {},
|
278 |
| - latestResourceCommitHash: 'fd6a32d' // for cached <app|messages>.json + navicon in toggles.sidebar.insert() |
| 278 | + latestResourceCommitHash: 'd978d29' // for cached <app|messages>.json + navicon in toggles.sidebar.insert() |
279 | 279 | }
|
280 | 280 | app.urls.resourceHost = `https://cdn.jsdelivr.net/gh/adamlui/chatgpt-infinity@${app.latestResourceCommitHash}`
|
281 | 281 | const remoteAppData = await new Promise(resolve => xhr({
|
|
304 | 304 | about_version: 'Version',
|
305 | 305 | about_poweredBy: 'Powered by',
|
306 | 306 | about_openSourceCode: 'Open source code',
|
| 307 | + about_latestChanges: 'Latest changes', |
307 | 308 | prompt_updateReplyLang: 'Update reply language',
|
308 | 309 | prompt_updateReplyTopic: 'Update reply topic',
|
309 | 310 | prompt_orEnter: 'or enter',
|
|
0 commit comments