File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 199
199
// @description :zh-TW 從無所不知的 ChatGPT 生成無窮無盡的答案 (用任何語言!)
200
200
// @author Adam Lui
201
201
// @namespace https://github.com/adamlui
202
- // @version 2025.2.28 .3
202
+ // @version 2025.3 .3
203
203
// @license MIT
204
204
// @icon https://assets.chatgptinfinity.com/images/icons/infinity-symbol/circled/with-robot/icon48.png?v=69e434b
205
205
// @icon 64 https://assets.chatgptinfinity.com/images/icons/infinity-symbol/circled/with-robot/icon64.png?v=69e434b
268
268
version : GM_info . script . version , configKeyPrefix : 'chatGPTinfinity' ,
269
269
chatgptJSver : / c h a t g p t \. j s @ ( [ \d . ] + ) / . exec ( GM_info . scriptMetaStr ) [ 1 ] ,
270
270
urls : { update : 'https://gm.chatgptinfinity.com' } ,
271
- latestResourceCommitHash : '9e3c78a ' // for cached app.json + messages.json + navicon in toggles.sidebar.insert()
271
+ latestResourceCommitHash : 'd57d034 ' // for cached app.json + messages.json + navicon in toggles.sidebar.insert()
272
272
}
273
273
app . urls . resourceHost = `https://cdn.jsdelivr.net/gh/adamlui/chatgpt-infinity@${ app . latestResourceCommitHash } `
274
274
const remoteAppData = await new Promise ( resolve => xhr ( {
You can’t perform that action at this time.
0 commit comments