Skip to content

Commit f0d7306

Browse files
committed
Bumped app.latestResourceCommitHash ↞ [auto-sync from https://github.com/adamlui/ai-web-extensions/tree/main/chatgpt-infinity]
1 parent 20b8528 commit f0d7306

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

chatgpt/chatgpt-infinity/chatgpt-infinity.user.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -199,7 +199,7 @@
199199
// @description:zh-TW 從無所不知的 ChatGPT 生成無窮無盡的答案 (用任何語言!)
200200
// @author Adam Lui
201201
// @namespace https://github.com/adamlui
202-
// @version 2025.3.15
202+
// @version 2025.3.15.1
203203
// @license MIT
204204
// @icon https://assets.chatgptinfinity.com/images/icons/infinity-symbol/circled/with-robot/icon48.png?v=69e434b
205205
// @icon64 https://assets.chatgptinfinity.com/images/icons/infinity-symbol/circled/with-robot/icon64.png?v=69e434b
@@ -269,7 +269,7 @@
269269
version: GM_info.script.version, configKeyPrefix: 'chatGPTinfinity',
270270
chatgptJSver: /chatgpt\.js@([\d.]+)/.exec(GM_info.scriptMetaStr)[1],
271271
urls: { update: 'https://gm.chatgptinfinity.com' },
272-
latestResourceCommitHash: '3b9b9bf' // for cached app.json + messages.json + navicon in toggles.sidebar.insert()
272+
latestResourceCommitHash: '3975f24' // for cached app.json + messages.json + navicon in toggles.sidebar.insert()
273273
}
274274
app.urls.resourceHost = `https://cdn.jsdelivr.net/gh/adamlui/chatgpt-infinity@${app.latestResourceCommitHash}`
275275
const remoteAppData = await new Promise(resolve => xhr({

0 commit comments

Comments
 (0)