From f9e09d5b5d24ce63c97349645df0119e52ecbc4e Mon Sep 17 00:00:00 2001 From: xqz_admin Date: Tue, 17 Jun 2025 10:54:04 +0800 Subject: [PATCH] =?UTF-8?q?=E5=88=A0=E9=99=A4=E6=BA=90=E7=A0=81=E5=86=85?= =?UTF-8?q?=E7=9A=84=E6=9B=B4=E6=96=B0=E6=97=A5=E5=BF=97?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- LMSGuides助手-源码.user.js | 14 ++------------ 1 file changed, 2 insertions(+), 12 deletions(-) diff --git a/LMSGuides助手-源码.user.js b/LMSGuides助手-源码.user.js index 4b9a1c6..74bd8dd 100755 --- a/LMSGuides助手-源码.user.js +++ b/LMSGuides助手-源码.user.js @@ -1,5 +1,5 @@ // ==UserScript== -// @name LMSGuides助手-源码 +// @name LMSGuide辅助 // @version 1.3.2 // @description 要有远大的理想,也要有脚踏实地的本领 // @author 小钊 @@ -12,16 +12,6 @@ // @grant GM_deleteValue // ==/UserScript== -/* 更新日志 -1.3.1 -修复 -复制到实体机功能无法使用 -1.3.2 -修复 -1.实验报告->文本样式->预定义格式被识别为代码导致添加按钮的bug -2.复制到虚拟机/实体机成功的提示无法切换 -*/ - (function() { 'use strict'; // 通用样式定义 @@ -399,4 +389,4 @@ }catch {} } }, 1000) -})(); \ No newline at end of file +})();