This commit is contained in:
2026-05-06 14:51:24 +08:00
parent 132b2fc310
commit b248d526d2
9 changed files with 2450 additions and 37 deletions
+3 -3
View File
@@ -1,7 +1,7 @@
import { defineConfig } from 'vitepress'
export default defineConfig({
title: 'Jiscuss',
title: 'Jiscuss - 简单,轻量基于 Java 的开源论坛(皆是卡斯)',
description: 'Jiscuss,一个简单的、基于 Java 的开源论坛。',
lang: 'zh-CN',
lastUpdated: true,
@@ -25,7 +25,7 @@ export default defineConfig({
{
text: '联系作者',
items: [
{ text: 'Yaoyuan.io', link: 'http://www.yaoyuan.io' },
{ text: 'CYY.IM', link: 'http://www.cyy.im' },
{ text: 'GitHub', link: 'https://github.com/chuyaoyuan' },
{ text: 'WeChat', link: 'http://www.chuyaoyuan.com' }
]
@@ -69,7 +69,7 @@ export default defineConfig({
},
footer: {
message: 'Released under the MIT License.',
copyright: 'Copyright © 2018-present Yaoyuan'
copyright: 'Copyright © 2019-present Yaoyuan | <a href="https://beian.miit.gov.cn/" target="_blank">辽ICP备15002723号-6</a>'
},
socialLinks: [
{ icon: 'github', link: 'https://github.com/chuyaoyuan' }