alan_s_ui.js 402 B

1234567891011
  1. // ==UserScript==
  2. // @name Alan UI
  3. // @namespace http://tampermonkey.net/
  4. // @version 0.1
  5. // @description AlanLee制作的webui
  6. // @author You
  7. // @match http://127.0.0.1:17860/
  8. // @icon https://www.google.com/s2/favicons?sz=64&domain=0.1
  9. // @grant none
  10. // ==/UserScript==
  11. app.plugins.push({ icon: "newspaper-variant", url: "/alan_ui.html",hide_title:true })
粤ICP备19079148号