chore: tour

This commit is contained in:
xiaojunnuo
2026-01-26 19:07:29 +08:00
parent e054c8fc55
commit ce6e515309
6 changed files with 31 additions and 19 deletions
@@ -292,9 +292,9 @@ onMounted(async () => {
loadLatestVersion();
loadCount();
loadPluginGroups();
// if (count.value.pipelineCount === 0) {
tourHandleOpen(true);
// }
if (count.value.pipelineCount === 0) {
tourHandleOpen(true);
}
});
function openUpgradeUrl() {
@@ -346,9 +346,9 @@ function useTour() {
});
const tourHandleOpen = (val: boolean): void => {
// if (LocalStorage.get("home-tour-off")) {
// return;
// }
if (LocalStorage.get("home-tour-off")) {
return;
}
initSteps();
tour.value.open = val;
};