update Home

This commit is contained in:
DESKTOP-FUDKNA8\znjsz
2024-04-16 14:50:38 +08:00
parent feb2649c14
commit b11474a8e4
8 changed files with 8583 additions and 8091 deletions

View File

@@ -0,0 +1,27 @@
<!--
filename: index.vue
author: liubin
date: 2024-04-16 14:40:15
description: 能源驾驶舱
-->
<template>
<div class="copilot-container energy-copilot">
能源驾驶舱
</div>
</template>
<script>
export default {
name: "EnergyCopilot",
components: {},
props: {},
data() {
return {};
},
computed: {},
methods: {},
};
</script>
<style scoped></style>