1
0
mirror of https://gitee.com/sui-feng-cb/AzurLaneAutoScript1 synced 2026-05-09 19:38:14 +08:00

Opt: AP preserve until reset

This commit is contained in:
2025-09-03 13:59:51 +08:00
parent c3856ae101
commit 6b0383a169
137 changed files with 9982 additions and 13706 deletions

View File

@@ -2,11 +2,7 @@ import {createRouter, createWebHashHistory} from 'vue-router';
import Alas from '/@/components/Alas.vue';
const routes = [
{path: '/', name: 'Loading', component: () => import('./views/LoadingPage.vue')},
{path: '/Install', name: 'InstallPage', component: () => import('./views/InstallAlas.vue')},
{path: '/Launch', name: 'LaunchPage', component: () => import('./views/Launch.vue')},
{path: '/Import', name: 'ImportConfig', component: () => import('./views/ImportConfig.vue')},
{path: '/Alas', name: 'Alas', component: Alas},
{path: '/', name: 'Alas', component: Alas},
];
export default createRouter({