feat:星系广场的提交与筛选
This commit is contained in:
19
front/src/component/Galaxy.vue
Normal file
19
front/src/component/Galaxy.vue
Normal file
@@ -0,0 +1,19 @@
|
||||
<template>
|
||||
<div class="tw:h-full tw:w-full tw:p-4 tw:overflow-auto tw:bg-gray-50">
|
||||
<div class="tw:max-w-2xl tw:mx-auto">
|
||||
<!-- 标题区域 -->
|
||||
<div class="tw:text-center tw:mb-8">
|
||||
<h1 class="tw:text-2xl tw:font-bold tw:tracking-tight">
|
||||
<span
|
||||
class="tw:bg-gradient-to-r tw:from-cyan-300 tw:to-purple-950 tw:bg-clip-text tw:text-transparent">
|
||||
Galaxy Square
|
||||
</span>
|
||||
</h1>
|
||||
<p class="tw:text-gray-500 tw:mt-2">让所有的模组都在这里发光</p>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</template>
|
||||
|
||||
<script lang="ts" setup>
|
||||
</script>
|
||||
Reference in New Issue
Block a user