diff --git a/package.json b/package.json index 2ef8492..a0c344f 100644 --- a/package.json +++ b/package.json @@ -65,6 +65,7 @@ "typescript": "5.4.5", "universal-base64url": "1.1.0", "unocss": "0.59.3", + "user-attachments": "1.1.1", "vite": "5.2.9", "vite-plugin-monkey": "3.5.2", "vue": "3.4.23", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 0de1a12..4116056 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -140,6 +140,9 @@ importers: unocss: specifier: 0.59.3 version: 0.59.3(postcss@8.4.38)(rollup@4.13.0)(vite@5.2.9(@types/node@20.12.7)(sass@1.75.0)(terser@5.26.0)) + user-attachments: + specifier: 1.1.1 + version: 1.1.1 vite: specifier: 5.2.9 version: 5.2.9(@types/node@20.12.7)(sass@1.75.0)(terser@5.26.0) @@ -1376,26 +1379,31 @@ packages: resolution: {integrity: sha512-Iu0Kno1vrD7zHQDxOmvweqLkAzjxEVqNhUIXBsZ8hu8Oak7/5VTPrxOEZXYC1nmrBVJp0ZcL2E7lSuuOVaE3+w==} cpu: [arm64] os: [linux] + libc: [glibc] '@rollup/rollup-linux-arm64-musl@4.13.0': resolution: {integrity: sha512-C31QrW47llgVyrRjIwiOwsHFcaIwmkKi3PCroQY5aVq4H0A5v/vVVAtFsI1nfBngtoRpeREvZOkIhmRwUKkAdw==} cpu: [arm64] os: [linux] + libc: [musl] '@rollup/rollup-linux-riscv64-gnu@4.13.0': resolution: {integrity: sha512-Oq90dtMHvthFOPMl7pt7KmxzX7E71AfyIhh+cPhLY9oko97Zf2C9tt/XJD4RgxhaGeAraAXDtqxvKE1y/j35lA==} cpu: [riscv64] os: [linux] + libc: [glibc] '@rollup/rollup-linux-x64-gnu@4.13.0': resolution: {integrity: sha512-yUD/8wMffnTKuiIsl6xU+4IA8UNhQ/f1sAnQebmE/lyQ8abjsVyDkyRkWop0kdMhKMprpNIhPmYlCxgHrPoXoA==} cpu: [x64] os: [linux] + libc: [glibc] '@rollup/rollup-linux-x64-musl@4.13.0': resolution: {integrity: sha512-9RyNqoFNdF0vu/qqX63fKotBh43fJQeYC98hCaf89DYQpv+xu0D8QFSOS0biA7cGuqJFOc1bJ+m2rhhsKcw1hw==} cpu: [x64] os: [linux] + libc: [musl] '@rollup/rollup-win32-arm64-msvc@4.13.0': resolution: {integrity: sha512-46ue8ymtm/5PUU6pCvjlic0z82qWkxv54GTJZgHrQUuZnVH+tvvSP0LsozIDsCBFO4VjJ13N68wqrKSeScUKdA==} @@ -3202,6 +3210,9 @@ packages: uri-js@4.4.1: resolution: {integrity: sha512-7rKUyy33Q1yc98pQ1DAmLtwX109F7TIfWlW1Ydo8Wl1ii1SeHieeh0HHfPeL2fMXK6z0s8ecKs9frCuLJvndBg==} + user-attachments@1.1.1: + resolution: {integrity: sha512-bb39ap8OFx+9TuI5LqhzqSdxeIliMDIjEP7LOREPATRpvk+W9KBFyRCUYXOITds5MIHSRFkf3o26On6+qR9xWg==} + util-deprecate@1.0.2: resolution: {integrity: sha512-EPD5q1uXyFxJpCrLnCc1nHnq3gOa6DZBocAIiI2TaSCA7VCJ1UJDMagCzIkXNsUYfD1daK//LTEQ8xiIbrHtcw==} @@ -6727,6 +6738,8 @@ snapshots: dependencies: punycode: 2.3.1 + user-attachments@1.1.1: {} + util-deprecate@1.0.2: {} vdirs@0.1.8(vue@3.4.23(typescript@5.4.5)): diff --git a/src/components/BuildShareDlg.vue b/src/components/BuildShareDlg.vue index fa91386..bd439ba 100644 --- a/src/components/BuildShareDlg.vue +++ b/src/components/BuildShareDlg.vue @@ -1,5 +1,5 @@