This commit is contained in:
砂糖
2025-10-10 16:47:38 +08:00
commit 3db2ccf591
1160 changed files with 157697 additions and 0 deletions

22
apps/l2/src/App.vue Normal file
View File

@@ -0,0 +1,22 @@
<template>
<div id="app">
<router-view />
</div>
</template>
<script>
export default {
name: "App",
}
</script>
<style>
#app .theme-picker {
display: none;
}
.roll-cell {
height: 41px !important;
box-sizing: border-box;
}
</style>