feat: 新增评价页面
This commit is contained in:
16
src/renderer/views/rate/index.vue
Normal file
16
src/renderer/views/rate/index.vue
Normal 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>
|
||||
|
||||
Reference in New Issue
Block a user