mirror of
https://github.com/orbien-org/orbien.git
synced 2026-09-22 00:01:31 +00:00
chore: 更新版本到2.1.0-SNAPSHOT
This commit is contained in:
@@ -7,7 +7,7 @@ import type {MessageSchema} from "@/i18n";
|
||||
|
||||
const router = useRouter();
|
||||
const {t} = useI18n<{ message: MessageSchema }>();
|
||||
const status = ref<ClientStatus>({running: false, runningSecs: 0, version: "2.0.0"});
|
||||
const status = ref<ClientStatus>({running: false, runningSecs: 0, version: "2.1.0-SNAPSHOT"});
|
||||
const busy = ref(false);
|
||||
const error = ref("");
|
||||
|
||||
|
||||
Reference in New Issue
Block a user