mirror of
https://github.com/Kuingsmile/PicList.git
synced 2026-06-01 11:19:44 +08:00
✨ Feature: add server response headers for CORS (#939)
Co-authored-by: long <iamlongalong@gmail.com>
This commit is contained in:
@@ -140,7 +140,8 @@ export default class extends Vue {
|
||||
pluginNameList: string[] = []
|
||||
loading = true
|
||||
needReload = false
|
||||
pluginListToolTip = this.$T('PLUGIN_LIST')importLocalPluginToolTip = this.$T('PLUGIN_IMPORT_LOCAL')
|
||||
pluginListToolTip = this.$T('PLUGIN_LIST')
|
||||
importLocalPluginToolTip = this.$T('PLUGIN_IMPORT_LOCAL')
|
||||
id = ''
|
||||
os = ''
|
||||
defaultLogo: string = 'this.src="https://cdn.jsdelivr.net/gh/Molunerfinn/PicGo@dev/public/roundLogo.png"'
|
||||
|
||||
Reference in New Issue
Block a user