diff --git a/src/App.vue b/src/App.vue index f31df30..0b80be4 100644 --- a/src/App.vue +++ b/src/App.vue @@ -2,7 +2,7 @@ import { ref, computed, onMounted } from "vue"; import { snapdom } from "@zumer/snapdom"; import { Camera, Palette, Aperture, Zap, User, Lightbulb, Users2, MapPin, WandSparkles, Settings, BadgeDollarSign } from "lucide-vue-next"; -import { IconQQ, IconWeChat, IconXHS } from "./components/common/icons"; +import { IconQQ, IconTikTok, IconWeChat, IconXHS } from "./components/common/icons"; import SettingsModal from "./components/biz/settings-modal.vue"; import { usePhotoColumns } from "./composables/use-photo-columns"; @@ -103,7 +103,7 @@ const getImageUrl = (url: string) => { return url.replace("https://legacy.paul.ren", "https://photo.paul.xin"); } - return url.replace("https://legacy.paul.ren", "/"); + return url.replace("https://legacy.paul.ren", ""); }; const captureScreenshot = async () => { @@ -210,7 +210,7 @@ onMounted(() => {
  • - 配备双灯阵、柔光箱,可打顶光 + 配备三灯阵、柔光箱,可打顶光
  • @@ -221,7 +221,7 @@ onMounted(() => {

    - 互勉角色: 原神、崩铁、绝区零、鸣潮、蔚蓝档案、碧蓝航线等 + 互勉角色: 原神、崩铁、绝区零、鸣潮、蔚蓝档案、碧蓝航线、明日方舟等

    @@ -259,10 +259,13 @@ onMounted(() => { dreamer-paul

    - - + diff --git a/src/components/common/icons.tsx b/src/components/common/icons.tsx index 76df99c..a96a1ea 100644 --- a/src/components/common/icons.tsx +++ b/src/components/common/icons.tsx @@ -12,6 +12,12 @@ export const IconWeChat = (props: SVGAttributes) => ( ); +export const IconTikTok = (props: SVGAttributes) => ( + + + +); + export const IconXHS = (props: SVGAttributes) => (