feat: 新增评价页面

This commit is contained in:
duanshuwen
2025-12-01 22:29:26 +08:00
parent c1b6efc1e9
commit 008f262470
4 changed files with 31 additions and 9 deletions

View File

@@ -0,0 +1,16 @@
<template>
<Layout>
</Layout>
</template>
<script setup lang="ts">
const openBaidu = () => {
(window as any).ipcAPI?.openBaidu()
// 发送日志
(window as any).ipcAPI?.logToMain('info', '打开百度')
}
</script>