|
@@ -174,8 +174,8 @@
|
|
|
<li>
|
|
|
<a
|
|
|
ref="shortcutBtnRef"
|
|
|
- href="."
|
|
|
- download="首都博物馆"
|
|
|
+ :href="shortcutFileText"
|
|
|
+ download="首都博物馆.url"
|
|
|
>
|
|
|
<img
|
|
|
:src="assetUrls.shotcut"
|
|
@@ -404,6 +404,14 @@ export default {
|
|
|
continueReadTaskId: null,
|
|
|
continueReadIteratorStoper: null,
|
|
|
|
|
|
+ shortcutFileText: 'data:text/plain;charset=utf-8,' + encodeURIComponent(`
|
|
|
+ [{000214A0-0000-0000-C000-000000000046}]
|
|
|
+ Prop3=19,2
|
|
|
+ [InternetShortcut]
|
|
|
+ IDList=
|
|
|
+ URL=${location.origin}/main/index.html
|
|
|
+ `),
|
|
|
+
|
|
|
audioPlayer: null,
|
|
|
}
|
|
|
},
|