more links

This commit is contained in:
2026-01-23 16:51:32 +00:00
parent 92b86ba89b
commit c96eeb75db
2 changed files with 17 additions and 1 deletions

View File

@@ -13,7 +13,7 @@ const props = defineProps({
},
});
const show_links = ref(true);
const show_links = ref(false);
</script>
<template>