feat: 任务列表开发

This commit is contained in:
2025-12-03 17:20:05 +08:00
parent 008f262470
commit 31b68f88a6
4 changed files with 59 additions and 3 deletions

View File

@@ -1,10 +1,13 @@
<template>
<Layout>
<template #task>
<Task />
</template>
</Layout>
</template>
<script setup lang="ts">
import Task from '../components/Task/index.vue'
const openBaidu = () => {
(window as any).ipcAPI?.openBaidu()