关于洛谷@系统的一个BUG
  • 板块工单反馈版
  • 楼主ljy05
  • 当前回复10
  • 已保存回复10
  • 发布时间2024/9/16 10:40
  • 上次更新2024/9/16 14:03:14
查看原帖
关于洛谷@系统的一个BUG
629740
ljy05楼主2024/9/16 10:40

我发现如果在代码块里放一个 @ljy05 ,就会变成这样:

@ljy05

这会导致油猴插件变成这样:

// ==UserScript==
// @name         New Userscript
// @namespace    http://tampermonkey.net/
// @version      2024-09-16
// @description  try to take over the world!
// @author       You
// @match        http://*/*
// @icon         data:image/gif;base64,R0lGODlhAQABAAAAACH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==
// @grant        none
// ==/UserScript==

(function() {
    'use strict';

    // Your code here...
})();
2024/9/16 10:40
加载中...