feat: 合并lishaohua分支

This commit is contained in:
duanshuwen
2025-12-06 23:43:40 +08:00
4 changed files with 63 additions and 10 deletions

View File

@@ -1,18 +1,18 @@
<template>
<Layout>
<div class="bg-white w-[952px] h-full rounded-[16px]">
454646
</div>
<template #task>
<Task />
</template>
</Layout>
</template>
<script setup lang="ts">
import Task from '../components/Task/index.vue'
const openBaidu = () => {
(window as any).ipcAPI?.openBaidu()
const openBaidu = () => {
(window as any).ipcAPI?.openBaidu()
// 发送日志
(window as any).ipcAPI?.logToMain('info', '打开百度')
// 发送日志
(window as any).ipcAPI?.logToMain('info', '打开百度')
}
</script>