refactor: 提取组件,优化代码

This commit is contained in:
LOG1997
2025-09-30 22:47:36 +08:00
parent 7ea677f029
commit 5b2c1df401
14 changed files with 1219 additions and 1066 deletions

View File

@@ -318,5 +318,5 @@ onMounted(() => {
</template>
<style lang='scss' scoped>
@import "./index.scss";
@use "./index.scss";
</style>