Add basic cli stuff.

This commit is contained in:
yuanhau 2025-05-15 14:04:16 +08:00
parent f740f671d1
commit a94b6fbb79
9 changed files with 107 additions and 13 deletions

View file

@ -1,3 +1,10 @@
<script setup lang="ts">
// Great, there are now no errors ig
const emit = defineEmits(["windowopener", "error", "loadValue"]);
const props = defineProps<{
values?: string;
}>();
</script>
<template>
<div class="justify-center align-center text-center flex flex-col">
<span class="text-7xl m-4 m-1 mb-0 text-center align-center justify-center"