feat: add updateURL and downloadURL

This commit is contained in:
liooil 2024-12-08 11:37:30 +08:00
parent 2ad8b31066
commit d2d2d9a934

View File

@ -1,12 +1,15 @@
// ==UserScript== // ==UserScript==
// @name Evolve Helper // @name Evolve Helper
// @namespace http://tampermonkey.net/ // @namespace http://tampermonkey.net/
// @version 2024-12-06 // @version 2024-12-08
// @description accerlate and automate // @description accerlate and automate
// @grant none
// @author liooil // @author liooil
// @homepage https://xiteng.site/git/liooil/evolve-helper
// @match https://pmotschmann.github.io/Evolve/ // @match https://pmotschmann.github.io/Evolve/
// @icon https://www.google.com/s2/favicons?sz=64&domain=github.io // @icon https://www.google.com/s2/favicons?sz=64&domain=github.io
// @grant none // @updateURL https://xiteng.site/git/liooil/evolve-helper/raw/branch/main/evolve-helper.js
// @downloadURL https://xiteng.site/git/liooil/evolve-helper/raw/branch/main/evolve-helper.js
// ==/UserScript== // ==/UserScript==
let autoIds = getStrSet("autoIds") ?? new Set(); let autoIds = getStrSet("autoIds") ?? new Set();