feat: 完善其他模块的基础界面
This commit is contained in:
@@ -1,8 +1,17 @@
|
|||||||
<template>
|
<template>
|
||||||
<div class="minecraft-ctrl-view"></div>
|
<div class="minecraft-ctrl-view">
|
||||||
|
<div class="app-view-header">
|
||||||
|
<span>{{ MC_CTRL_MODULE_TITLE }}</span>
|
||||||
|
</div>
|
||||||
|
<div class="app-view-content is-transparent">
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
</template>
|
</template>
|
||||||
|
|
||||||
<script setup>
|
<script setup>
|
||||||
|
import {
|
||||||
|
MC_CTRL_MODULE_TITLE,
|
||||||
|
} from '@/config/modules';
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
<style lang="less" scoped>
|
<style lang="less" scoped>
|
||||||
|
@@ -1,8 +1,17 @@
|
|||||||
<template>
|
<template>
|
||||||
<div class="nav-view"></div>
|
<div class="nav-view">
|
||||||
|
<div class="app-view-header">
|
||||||
|
<span>{{ NAV_MODULE_TITLE }}</span>
|
||||||
|
</div>
|
||||||
|
<div class="app-view-content is-transparent">
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
</template>
|
</template>
|
||||||
|
|
||||||
<script setup>
|
<script setup>
|
||||||
|
import {
|
||||||
|
NAV_MODULE_TITLE,
|
||||||
|
} from '@/config/modules';
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
<style lang="less" scoped>
|
<style lang="less" scoped>
|
||||||
|
@@ -1,8 +1,17 @@
|
|||||||
<template>
|
<template>
|
||||||
<div class="toolbox-view"></div>
|
<div class="toolbox-view flex-col">
|
||||||
|
<div class="app-view-header">
|
||||||
|
<span>{{ TOOLBOX_MODULE_TITLE }}</span>
|
||||||
|
</div>
|
||||||
|
<div class="app-view-content is-transparent">
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
</template>
|
</template>
|
||||||
|
|
||||||
<script setup>
|
<script setup>
|
||||||
|
import {
|
||||||
|
TOOLBOX_MODULE_TITLE,
|
||||||
|
} from '@/config/modules';
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
<style lang="less" scoped>
|
<style lang="less" scoped>
|
||||||
|
Reference in New Issue
Block a user