feat: 添加新的 Sakai Vue 布局和样式,重构基础样式,更新 README,调整插件配置
This commit is contained in:
@ -1,11 +1,4 @@
|
||||
<script setup lang="ts">
|
||||
const VITE_BUILD_COMMIT = import.meta.env.VITE_BUILD_COMMIT;
|
||||
</script>
|
||||
|
||||
<template>
|
||||
<div fixed rounded-br-4 bottom-0 left-0 z-9999 px-4 py-2 bg-black text-white op-75>
|
||||
commit: {{ VITE_BUILD_COMMIT }}
|
||||
</div>
|
||||
<RouterView />
|
||||
|
||||
<DynamicDialog /> <ConfirmDialog /> <Toast />
|
||||
|
Reference in New Issue
Block a user