Fix bug
This commit is contained in:
parent
51ed3a6fad
commit
08ce6b895c
48 changed files with 279 additions and 140 deletions
|
@ -3,9 +3,9 @@
|
|||
<img src="data:image/jpeg;base64,%base64:/assets/error.jpg%" alt=""/>
|
||||
<h1>%i18n:@title%</h1>
|
||||
<p class="text">
|
||||
{{ '%i18n:@description%'.substr(0, '%i18n:@description%'.indexOf('{')) }}
|
||||
<a @click="reload">{{ '%i18n:@description%'.match(/\{(.+?)\}/)[1] }}</a>
|
||||
{{ '%i18n:@description%'.substr('%i18n:@description%'.indexOf('}') + 1) }}
|
||||
{{ '%i18n:!@description%'.substr(0, '%i18n:!@description%'.indexOf('{')) }}
|
||||
<a @click="reload">{{ '%i18n:!@description%'.match(/\{(.+?)\}/)[1] }}</a>
|
||||
{{ '%i18n:!@description%'.substr('%i18n:!@description%'.indexOf('}') + 1) }}
|
||||
</p>
|
||||
<button v-if="!troubleshooting" @click="troubleshooting = true">%i18n:@troubleshoot%</button>
|
||||
<x-troubleshooter v-if="troubleshooting"/>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue