初步代替几个bat脚本的功能
This commit is contained in:
commit
d0fbc89012
19 changed files with 4002 additions and 0 deletions
8
ui/src/components/LogComponent.vue
Normal file
8
ui/src/components/LogComponent.vue
Normal file
|
@ -0,0 +1,8 @@
|
|||
<script setup>
|
||||
const log = inject('log')
|
||||
const log_ele = inject('log_ele')
|
||||
</script>
|
||||
|
||||
<template>
|
||||
<n-log :log="log" style="flex-grow: 1" ref="log_ele" />
|
||||
</template>
|
Loading…
Add table
Add a link
Reference in a new issue