/* QRCode.js - Local Fallback */ (function() { 'use strict'; // 简化的 QRCode 备用实现 window.QRCode = function(element, options) { this.element = typeof element === 'string' ? document.getElementById(element) : element; this.options = options || {}; if (this.element) { this.element.innerHTML = '