feat: ASRX hybrid pipeline, identity history, worker fixes, checkpoint system

This commit is contained in:
Accusys
2026-06-02 07:13:23 +08:00
parent e3066c3f49
commit e1572907ae
198 changed files with 43705 additions and 8910 deletions
+11
View File
@@ -0,0 +1,11 @@
<template>
<div class="flex flex-col items-center justify-center min-h-[60vh] text-center">
<div class="text-8xl font-bold text-gray-600 mb-4">404</div>
<h2 class="text-2xl font-semibold text-gray-300 mb-2">頁面不存在</h2>
<p class="text-gray-500 mb-8">您要尋找的頁面不存在或已被移除</p>
<router-link to="/home"
class="bg-blue-600 hover:bg-blue-500 text-white px-6 py-2 rounded-lg transition">
回到首頁
</router-link>
</div>
</template>