feat: 任务列表

This commit is contained in:
2025-12-08 17:39:27 +08:00
parent 31b68f88a6
commit 378b881c76
7 changed files with 167 additions and 6 deletions

View File

@@ -5,6 +5,10 @@
<div class="flex-1">{{ item.name }}<span v-if="item.total">{{`${item.total > 98 && item.total + '+' || item.total}`}}</span></div>
</div>
</div>
<div class="flex justify-end">
<div>今天</div>
<div>02:32:05</div>
</div>
</div>
</template>

View File

@@ -1,13 +1,9 @@
<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()