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,4 +1,9 @@
<script setup lang="ts">
// Great, there are now no errors ig
const emit = defineEmits(["windowopener", "error", "loadValue"]);
const props = defineProps<{
values?: string;
}>();
import DraggableWindow from "~/components/DraggableWindow.vue";
const ffeed = ref();
const ass = ["健康2.0", "中天", "TVBS", "香港01", "ETtoday"];