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 +})();