✨ Basic sticker & pack overview [skip ci]
This commit is contained in:
@ -99,6 +99,7 @@ import { solarFetch } from "~/utils/request"
|
||||
|
||||
definePageMeta({
|
||||
layout: "dev-portal",
|
||||
middleware: ["auth"],
|
||||
})
|
||||
|
||||
useHead({
|
||||
|
@ -61,6 +61,7 @@
|
||||
<script setup lang="ts">
|
||||
definePageMeta({
|
||||
layout: "dev-portal",
|
||||
middleware: ["auth"],
|
||||
})
|
||||
|
||||
useHead({
|
||||
|
@ -5,7 +5,7 @@
|
||||
<div class="max-w-[320px]">Switch page using navigator above to get start developing with Solar Network.</div>
|
||||
|
||||
<div class="text-xs font-mono text-grey mt-5">
|
||||
@{{ auth.userinfo?.name }} · {{ auth.userinfo?.id.toString().padStart(8, '0') }}
|
||||
@{{ auth.userinfo?.name }} · {{ auth.userinfo?.id.toString().padStart(8, "0") }}
|
||||
</div>
|
||||
</v-container>
|
||||
</template>
|
||||
@ -13,6 +13,7 @@
|
||||
<script setup lang="ts">
|
||||
definePageMeta({
|
||||
layout: "dev-portal",
|
||||
middleware: ["auth"],
|
||||
})
|
||||
|
||||
useHead({
|
||||
|
Reference in New Issue
Block a user