版本号调整。

scripts
王良 2024-09-12 14:02:31 +08:00
parent bfa18fb3c3
commit 2a7856896c
1 changed files with 1 additions and 2 deletions

View File

@ -15,8 +15,7 @@
* @homepageURL https://github.com/XIU2/UserScript * @homepageURL https://github.com/XIU2/UserScript
* @sourceURL https://github.com/XIU2/UserScript/blob/master/GithubEnhanced-High-Speed-Download.user.js * @sourceURL https://github.com/XIU2/UserScript/blob/master/GithubEnhanced-High-Speed-Download.user.js
*/ */
const github_monkey_version = "2.6.3"; const ds_github_monkey_version = "2.6.3_3";
const ds_github_monkey_version = github_monkey_version + "_3";
document.addEventListener("DOMContentLoaded", () => { document.addEventListener("DOMContentLoaded", () => {
const DS_init = (window.__ds_global__ || {})['DS_init'] const DS_init = (window.__ds_global__ || {})['DS_init']
if (typeof DS_init === 'function') { if (typeof DS_init === 'function') {