We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 397625a commit 5705cbfCopy full SHA for 5705cbf
error.vue
@@ -22,19 +22,19 @@ const handleError = () => reloadNuxtApp({ path: '/' })
22
Oops! Lost in Cyberspace
23
</h1>
24
<p class="text-gray-500">
25
- Looks like you've ventured into the unknown digital realm. <br>
26
- Don't worry, the error is reported and we'll fix it soon.
+ 别担心,错误已被报告,我们会尽快修复。<br>
+ 请尝试点击“回到首页”,在多数情况下这会解决问题。
27
</p>
28
</div>
29
<div class="flex justify-center space-x-2">
30
<Button
31
@click="handleError"
32
>
33
- Return to Homepage
+ 回到首页
34
</Button>
35
<NuxtLink to="https://github.com/Computerization/Enspire/issues" external>
36
<Button variant="outline">
37
- View Ongoing Issues
+ 查看已知问题
38
39
</NuxtLink>
40
0 commit comments