优化站点列表内容

This commit is contained in:
狮子耗耗 2025-01-05 13:24:21 +08:00
parent b2749ec021
commit 7f8c9c9247

View File

@ -1,23 +1,30 @@
<script setup lang="ts">
import ListItem from './ListItem.vue'
import DocumentationIcon from './icons/IconDocumentation.vue'
import IconCommunity from './icons/IconCommunity.vue'
</script>
<template>
<ListItem>
<template #icon>
<DocumentationIcon />
<a href="https://book.jjnwxs.cn" target="_self"> <DocumentationIcon /></a>
</template>
<template #heading>荆棘鸟文学社参考文档</template>
<a href="https://book.jjnwxs.cn" target="_blank" rel="noopener">荆棘鸟文学社官方参考文档</a>
<br />包含 Adobe Indesign 操作指南和文学社规范文档
<template #heading>
<a href="https://book.jjnwxs.cn" target="_self" rel="noopener"
>荆棘鸟文学社官方参考文档</a
></template
>文学社规范文档和 Adobe Indesign 操作指南
</ListItem>
<ListItem>
<template #icon>
<DocumentationIcon />
<a href="https://sp.jjnwxs.cn" target="_self"> <IconCommunity /></a>
</template>
<template #heading>荆棘鸟文学社高三特刊</template>
<a href="https://sp.jjnwxs.cn" target="_blank" rel="noopener">高三特刊</a>
<template #heading>
<a href="https://sp.jjnwxs.cn" target="_self" rel="noopener"
>荆棘鸟文学社高三特刊</a
></template
>
高三特刊各班级内容
</ListItem>
</template>