diff --git a/package.json b/package.json index 933e674..3e0fbaa 100644 --- a/package.json +++ b/package.json @@ -15,6 +15,7 @@ "devDependencies": { "@eslint/compat": "^1.2.5", "@eslint/js": "^9.18.0", + "@iconify/svelte": "^4.2.0", "@sveltejs/adapter-auto": "^4.0.0", "@sveltejs/kit": "^2.16.0", "@sveltejs/vite-plugin-svelte": "^5.0.0", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 1d1c316..255e2ab 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -27,6 +27,9 @@ importers: '@eslint/js': specifier: ^9.18.0 version: 9.23.0 + '@iconify/svelte': + specifier: ^4.2.0 + version: 4.2.0(svelte@5.25.3) '@sveltejs/adapter-auto': specifier: ^4.0.0 version: 4.0.0(@sveltejs/kit@2.20.2(@sveltejs/vite-plugin-svelte@5.0.3(svelte@5.25.3)(vite@6.2.3(jiti@2.4.2)(lightningcss@1.29.2)))(svelte@5.25.3)(vite@6.2.3(jiti@2.4.2)(lightningcss@1.29.2))) @@ -322,6 +325,14 @@ packages: resolution: {integrity: sha512-xeO57FpIu4p1Ri3Jq/EXq4ClRm86dVF2z/+kvFnyqVYRavTZmaFaUBbWCOuuTh0o/g7DSsk6kc2vrS4Vl5oPOQ==} engines: {node: '>=18.18'} + '@iconify/svelte@4.2.0': + resolution: {integrity: sha512-fEl0T7SAPonK7xk6xUlRPDmFDZVDe2Z7ZstlqeDS/sS8ve2uyU+Qa8rTWbIqzZJlRvONkK5kVXiUf9nIc+6OOQ==} + peerDependencies: + svelte: '>4.0.0' + + '@iconify/types@2.0.0': + resolution: {integrity: sha512-+wluvCrRhXrhyOmRDJ3q8mux9JkKy5SJ/v8ol2tu4FVjyYvtEzkc/3pK15ET6RKg4b4w4BmTk1+gsCUhf21Ykg==} + '@inlang/paraglide-js@2.0.4': resolution: {integrity: sha512-5p2Mia2PnwafJQtG6S2UqoHKhqUK7l0goMc5mI6AqQ2lEh14Fkl5uqYwUaI49s6Du4GX5Or1Wp+yBlOA74MKOQ==} hasBin: true @@ -1792,6 +1803,13 @@ snapshots: '@humanwhocodes/retry@0.4.2': {} + '@iconify/svelte@4.2.0(svelte@5.25.3)': + dependencies: + '@iconify/types': 2.0.0 + svelte: 5.25.3 + + '@iconify/types@2.0.0': {} + '@inlang/paraglide-js@2.0.4': dependencies: '@inlang/recommend-sherlock': 0.2.1 diff --git a/src/lib/icons/ConnType2.svelte b/src/lib/icons/ConnType2.svelte new file mode 100644 index 0000000..3460d4e --- /dev/null +++ b/src/lib/icons/ConnType2.svelte @@ -0,0 +1,22 @@ + + + \ No newline at end of file diff --git a/src/routes/[qrcode]/+layout.svelte b/src/routes/[qrcode]/+layout.svelte index ba1a681..d347d7a 100644 --- a/src/routes/[qrcode]/+layout.svelte +++ b/src/routes/[qrcode]/+layout.svelte @@ -1,6 +1,8 @@
+
+ \ No newline at end of file