Skip to content

Commit

Permalink
Bumped app.latestAssetCommitHash ↞ [auto-sync from https://github.c…
Browse files Browse the repository at this point in the history
  • Loading branch information
kudo-sync-bot committed Dec 2, 2024
1 parent e622e84 commit d5ea6d7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions chatgpt/chatgpt-infinity/chatgpt-infinity.user.js
Original file line number Diff line number Diff line change
Expand Up @@ -199,7 +199,7 @@
// @description:zh-TW 從無所不知的 ChatGPT 生成無窮無盡的答案 (用任何語言!)
// @author Adam Lui
// @namespace https://github.com/adamlui
// @version 2024.12.2
// @version 2024.12.2.1
// @license MIT
// @match *://chatgpt.com/*
// @match *://chat.openai.com/*
Expand Down Expand Up @@ -261,7 +261,7 @@
// Init APP data
const app = {
version: GM_info.script.version, configKeyPrefix: 'chatGPTinfinity',
chatgptJSver: /chatgpt\.js@([\d.]+)/.exec(GM_info.script.header)[1], urls: {}, latestAssetCommitHash: 'd66e7fd'
chatgptJSver: /chatgpt\.js@([\d.]+)/.exec(GM_info.script.header)[1], urls: {}, latestAssetCommitHash: '1d83ad2'
}
app.urls.assetHost = `https://cdn.jsdelivr.net/gh/adamlui/chatgpt-infinity@${app.latestAssetCommitHash}`
const remoteAppData = await new Promise(resolve => xhr({
Expand Down

0 comments on commit d5ea6d7

Please sign in to comment.