mirror of
https://github.com/ZiuChen/ZiuChen.github.io.git
synced 2025-08-16 22:29:33 +08:00
fix: 静态资源链接动态导入
This commit is contained in:
parent
6a8ef64799
commit
bdcb42a08a
@ -4,9 +4,10 @@ navbar: false
|
||||
---
|
||||
|
||||
<script setup>
|
||||
import url from './assets/logo.png'
|
||||
const titleInfo = {
|
||||
subTitle: '✨ 强大的剪贴板管理工具。',
|
||||
logo: './assets/logo.png',
|
||||
logo: url,
|
||||
linkList: [
|
||||
{ content: '⭐ 开源代码', target: 'https://github.com/ZiuChen/ClipboardManager' },
|
||||
{ content: '🌎 疑难解答', target: './statement/' },
|
||||
|
@ -4,9 +4,10 @@ navbar: false
|
||||
---
|
||||
|
||||
<script setup>
|
||||
import url from './assets/logo.png'
|
||||
const titleInfo = {
|
||||
subTitle: '✨ 智慧分词,快速提取文本关键词。',
|
||||
logo: './assets/logo.png',
|
||||
logo: url,
|
||||
linkList: [
|
||||
{ content: '⭐ 插件发布页', target: 'https://yuanliao.info/d/5722/29' },
|
||||
{ content: '🌎 Q&A', target: './statement/' },
|
||||
|
Loading…
x
Reference in New Issue
Block a user