create topic page frame
This commit is contained in:
parent
21149a597c
commit
9e88132090
12
src/views/topic/content/components/Floor.vue
Normal file
12
src/views/topic/content/components/Floor.vue
Normal file
|
@ -0,0 +1,12 @@
|
|||
<!-- 这个部分为帖子的楼层信息,标记帖子为多少楼 -->
|
||||
<script setup lang='ts'>
|
||||
|
||||
</script>
|
||||
|
||||
<template>
|
||||
|
||||
</template>
|
||||
|
||||
<style lang='less' scoped>
|
||||
|
||||
</style>
|
12
src/views/topic/content/components/KUNGalgamerInfo.vue
Normal file
12
src/views/topic/content/components/KUNGalgamerInfo.vue
Normal file
|
@ -0,0 +1,12 @@
|
|||
<!-- 这个部分为发帖人的个人信息展示部分 -->
|
||||
<script setup lang='ts'>
|
||||
|
||||
</script>
|
||||
|
||||
<template>
|
||||
|
||||
</template>
|
||||
|
||||
<style lang='less' scoped>
|
||||
|
||||
</style>
|
12
src/views/topic/content/components/Rewrite.vue
Normal file
12
src/views/topic/content/components/Rewrite.vue
Normal file
|
@ -0,0 +1,12 @@
|
|||
<!-- 重新编辑帖子信息显示 -->
|
||||
<script setup lang='ts'>
|
||||
|
||||
</script>
|
||||
|
||||
<template>
|
||||
|
||||
</template>
|
||||
|
||||
<style lang='less' scoped>
|
||||
|
||||
</style>
|
12
src/views/topic/content/components/SingleTag.vue
Normal file
12
src/views/topic/content/components/SingleTag.vue
Normal file
|
@ -0,0 +1,12 @@
|
|||
<!-- 单个帖子或回帖的 Tag -->
|
||||
<script setup lang='ts'>
|
||||
|
||||
</script>
|
||||
|
||||
<template>
|
||||
|
||||
</template>
|
||||
|
||||
<style lang='less' scoped>
|
||||
|
||||
</style>
|
12
src/views/topic/content/components/Tags.vue
Normal file
12
src/views/topic/content/components/Tags.vue
Normal file
|
@ -0,0 +1,12 @@
|
|||
<!-- 把所有帖子的所有 Tag 组合起来形成的一个区域 -->
|
||||
<script setup lang='ts'>
|
||||
|
||||
</script>
|
||||
|
||||
<template>
|
||||
|
||||
</template>
|
||||
|
||||
<style lang='less' scoped>
|
||||
|
||||
</style>
|
12
src/views/topic/content/components/Time.vue
Normal file
12
src/views/topic/content/components/Time.vue
Normal file
|
@ -0,0 +1,12 @@
|
|||
<!-- 发帖的时间 -->
|
||||
<script setup lang='ts'>
|
||||
|
||||
</script>
|
||||
|
||||
<template>
|
||||
|
||||
</template>
|
||||
|
||||
<style lang='less' scoped>
|
||||
|
||||
</style>
|
12
src/views/topic/content/components/TopicFooter.vue
Normal file
12
src/views/topic/content/components/TopicFooter.vue
Normal file
|
@ -0,0 +1,12 @@
|
|||
<!-- 帖子的底部区域,推贴,回帖,点赞等 -->
|
||||
<script setup lang='ts'>
|
||||
|
||||
</script>
|
||||
|
||||
<template>
|
||||
|
||||
</template>
|
||||
|
||||
<style lang='less' scoped>
|
||||
|
||||
</style>
|
12
src/views/topic/content/components/TopicHeader.vue
Normal file
12
src/views/topic/content/components/TopicHeader.vue
Normal file
|
@ -0,0 +1,12 @@
|
|||
<!-- 帖子的头部区域,标题等 -->
|
||||
<script setup lang='ts'>
|
||||
|
||||
</script>
|
||||
|
||||
<template>
|
||||
|
||||
</template>
|
||||
|
||||
<style lang='less' scoped>
|
||||
|
||||
</style>
|
12
src/views/topic/content/components/TopicStatus.vue
Normal file
12
src/views/topic/content/components/TopicStatus.vue
Normal file
|
@ -0,0 +1,12 @@
|
|||
<!-- 帖子的状态区域,显示帖子的状态为正常或是被封禁 -->
|
||||
<script setup lang='ts'>
|
||||
|
||||
</script>
|
||||
|
||||
<template>
|
||||
|
||||
</template>
|
||||
|
||||
<style lang='less' scoped>
|
||||
|
||||
</style>
|
Loading…
Reference in a new issue