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