Skip to content

Commit 6d93a5c

Browse files
xiaohuohumaxgithub-actions[bot]
authored andcommitted
build: 📦 build user script
1 parent 9152561 commit 6d93a5c

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

dist/common-qr-code.user.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
// ==UserScript==
22
// @name 图片二维码识别/生成工具(Common QR Code)
33
// @namespace xiaohuohumax/userscripts/common-qr-code
4-
// @version 1.7.0
4+
// @version 1.7.1
55
// @author xiaohuohumax
66
// @description 右键图片,识别二维码并复制到剪贴板。右键文字,生成二维码并展示。
77
// @license MIT
@@ -2181,7 +2181,7 @@
21812181
var browserExports = requireBrowser();
21822182
const QRCode = /* @__PURE__ */ getDefaultExportFromCjs(browserExports);
21832183
const ID = "common-qr-code";
2184-
const VERSION = "1.7.0";
2184+
const VERSION = "1.7.1";
21852185
var ipRegex;
21862186
var hasRequiredIpRegex;
21872187
function requireIpRegex() {

0 commit comments

Comments
 (0)