Feature: add server response headers for CORS (#939)

Co-authored-by: long <iamlongalong@gmail.com>
This commit is contained in:
longalong
2022-07-16 10:36:00 +08:00
committed by GitHub
parent 0a9e1692ee
commit fb69bad2cf
3 changed files with 13 additions and 3 deletions

View File

@@ -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"'