优化目录结构

This commit is contained in:
cbb
2025-12-27 10:13:04 +08:00
parent 9590175188
commit 20455490f8
16 changed files with 891 additions and 131 deletions

31
pages/discover/punch.vue Normal file
View File

@@ -0,0 +1,31 @@
<script setup></script>
<template>
<view class="punch">
<nav-bar>
<template #back>
<image
src="/static/images/public/return-icon.png"
mode="heightFix"
class="top-left-icon"
></image>
</template>
</nav-bar>
<view class="public-header—box">
<!-- <image
src="/static/images/ranking-list/title-icon.png"
mode="aspectFit"
class="left-icon"
></image>
<image
src="/static/images/ranking-list/hat.png"
mode="aspectFit"
class="right-icon"
></image> -->
</view>
</view>
</template>
<style lang="scss" scoped>
@import './styles/index.scss';
</style>