feat: enhance QR generator with responsive layout, custom focus styles, and download options

This commit is contained in:
2026-02-28 03:50:47 +00:00
parent b2e8f23d60
commit 2a1897f68d
6 changed files with 630 additions and 0 deletions

View File

@@ -4,6 +4,7 @@ import Passwords from '../components/tools/Passwords.vue'
import ClipboardSniffer from '../components/tools/ClipboardSniffer.vue'
import UrlCleaner from '../components/tools/UrlCleaner.vue'
import QrScanner from '../components/tools/QrScanner.vue'
import QrCode from '../components/tools/QrCode.vue'
import PrivacyPolicy from '../views/PrivacyPolicy.vue'
const routes = [
@@ -32,6 +33,11 @@ const routes = [
name: 'QrScanner',
component: QrScanner
},
{
path: '/qr-code',
name: 'QrCode',
component: QrCode
},
{
path: '/extension-privacy-policy',
name: 'PrivacyPolicy',