mirror of
https://github.com/lqtmcstudio/QZMusic_PC.git
synced 2026-06-22 00:19:54 +08:00
feat: 实现功能&优化
- 底部播放栏 - MediaSession - 插件系统&存储位置 - URL缓存机制 - 整理项目结构
This commit is contained in:
11
src/renderer/App.vue
Normal file
11
src/renderer/App.vue
Normal file
@@ -0,0 +1,11 @@
|
||||
<template>
|
||||
<MainLayout />
|
||||
</template>
|
||||
|
||||
<script setup lang="ts">
|
||||
import MainLayout from './layout/MainLayout.vue';
|
||||
</script>
|
||||
|
||||
<style>
|
||||
@import "./styles/main.css";
|
||||
</style>
|
||||
Reference in New Issue
Block a user