From e2cd23810c0ef6b12e8c70914e640ec441a6915e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=8E=8B=E8=89=AF?= <841369634@qq.com> Date: Wed, 24 Apr 2024 11:22:23 +0800 Subject: [PATCH] =?UTF-8?q?=E5=B0=8F=E8=B0=83=E6=95=B4=E3=80=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- tampermonkey.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tampermonkey.js b/tampermonkey.js index 98c35db..693a991 100644 --- a/tampermonkey.js +++ b/tampermonkey.js @@ -2,7 +2,7 @@ * 篡改猴(Tampermonkey)| 油猴(Greasemonkey)浏览器脚本扩展 * * @version 0.1.1 - * @since 2024-04-24 11:13 + * @since 2024-04-24 11:22 * @author 王良 * @author:en Liang Wang * @authorHomePage https://wangliang1024.cn @@ -17,7 +17,7 @@ */ 'use strict'; (function () { - const version = "0.1.0"; + const version = "0.1.1"; const PRE = "DS-Tampermonkey:"; // 前缀 const MENU_ID_PRE = PRE + "menu-";