mirror of
https://github.com/CharaChorder/DeviceManager.git
synced 2026-01-09 03:22:49 +00:00
feat: new sharing system
feat: support legacy layout import
This commit is contained in:
6
src/routes/config/SharePopup.svelte
Normal file
6
src/routes/config/SharePopup.svelte
Normal file
@@ -0,0 +1,6 @@
|
||||
<script>
|
||||
import LL from "../../i18n/i18n-svelte"
|
||||
</script>
|
||||
|
||||
<h4>{$LL.share.URL_COPIED()}</h4>
|
||||
<button>{$LL.share.EXTRA_DOWNLOAD()}</button>
|
||||
Reference in New Issue
Block a user