优化站点列表内容

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