📦 Chore: upgrade electron uuid , change pkg name

This commit is contained in:
萌萌哒赫萝
2023-01-16 23:27:33 +08:00
parent b9a75d853a
commit 7421322475
28 changed files with 289 additions and 115 deletions
+13
View File
@@ -0,0 +1,13 @@
<template>
<div id="appm">
{{ test }}
</div>
</template>
<script lang="ts" setup>
const test = 'test'
</script>
<style lang="stylus">
</style>