Skip to content

Commit

Permalink
home: Restore branding back to the main account
Browse files Browse the repository at this point in the history
  • Loading branch information
ThrRip committed Jul 15, 2024
1 parent b6917a5 commit 0342ec5
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions app.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@

export default defineAppConfig({
appHomeBase: 'https://mzg.fan/',
appHomeBiliUid: '391500490',
appHomeBiliRoomId: '32452928',
appHomeBiliUid: '32159860',
appHomeBiliRoomId: '1267105',

appAdminBasePath: '/admin',

Expand Down
4 changes: 2 additions & 2 deletions packages/home/app.vue
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,10 @@
<section class="flex flex-col max-xl:landscape:gap-y-4 gap-y-14 justify-center items-center portrait:h-dscreen">
<picture class="aspect-square max-xl:landscape:w-1/3 w-1/2 2xl:max-w-[15rem]">
<source srcset="~/assets/img/profile-pic.avif" type="image/avif">
<img src="~/assets/img/profile-pic.webp" alt="一口菠萝包片夹小洺的头像" class="rounded-[15%]">
<img src="~/assets/img/profile-pic.webp" alt="洺知-故犯的头像" class="rounded-[15%]">
</picture>
<h1 class="max-xl:landscape:text-4xl portrait:text-6xl text-7xl font-light text-white-alt">
小洺
洺知-故犯
</h1>
<div
class="flex flex-col max-xl:landscape:gap-y-1 gap-y-4
Expand Down
4 changes: 2 additions & 2 deletions packages/home/nuxt.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,9 @@ export default defineNuxtConfig({
htmlAttrs: { lang: 'zh' },
charset: 'utf-8',
viewport: 'width=device-width, initial-scale=1',
title: '一口菠萝包片夹小洺',
title: '洺知-故犯',
meta: [
{ name: 'description', content: '一口菠萝包片夹小洺的主页 & 直播点唱歌单 | 哔哩哔哩 UID:391500490 直播间号:32452928' },
{ name: 'description', content: '洺知-故犯的主页 & 直播点唱歌单 | 哔哩哔哩 UID:32159860 直播间号:1267105' },
{ name: 'format-detection', content: 'telephone=no' },
{ name: 'theme-color', content: '#89c1cf', media: '(prefers-color-scheme: light)' },
{ name: 'theme-color', content: '#89c1cf', media: '(prefers-color-scheme: dark)' }
Expand Down
2 changes: 1 addition & 1 deletion packages/home/public/site.webmanifest
Original file line number Diff line number Diff line change
@@ -1 +1 @@
{"name":"一口菠萝包片夹小洺","short_name":"小洺","icons":[{"src":"/android-chrome-192x192.png","sizes":"192x192","type":"image/png"},{"src":"/android-chrome-512x512.png","sizes":"512x512","type":"image/png"}],"start_url":"/","theme_color":"#89c1cf","background_color":"#89c1cf","display":"standalone"}
{"name":"洺知-故犯","short_name":"洺知-故犯","icons":[{"src":"/android-chrome-192x192.png","sizes":"192x192","type":"image/png"},{"src":"/android-chrome-512x512.png","sizes":"512x512","type":"image/png"}],"start_url":"/","theme_color":"#89c1cf","background_color":"#89c1cf","display":"standalone"}

0 comments on commit 0342ec5

Please sign in to comment.