1
0
mirror of https://github.com/duke-git/lancet.git synced 2026-02-07 06:02:27 +08:00

doc: update doc site

This commit is contained in:
dudaodong
2023-09-11 11:33:39 +08:00
parent f198711d1c
commit d84f9777ea
3 changed files with 4 additions and 4 deletions

View File

@@ -19,7 +19,7 @@
Lancet is a comprehensive, efficient, and reusable util function library of go. Inspired by the java apache common package and lodash.js.
</p>
English | [简体中文](./README_zh-CN.md)
## [Website](https://www.golancet.cn/en/) | [简体中文](./README_zh-CN.md)
## Feature

View File

@@ -18,7 +18,7 @@
lancet柳叶刀是一个全面、高效、可复用的go语言工具函数库。 lancet受到了java apache common包和lodash.js的启发。
</p>
简体中文 | [English](./README.md)
## [官网](https://www.golancet.cn/) | [English](./README.md)
## 特性

View File

@@ -39,7 +39,7 @@ export const slugify = (str: string): string =>
export const commonConfig = defineConfig({
title: 'Lancet',
appearance: 'dark',
appearance: true,
markdown: {
theme: {
@@ -83,7 +83,7 @@ export const commonConfig = defineConfig({
footer: {
copyright: 'Copyright © 2023-present Duke Du',
message: 'Released under the MIT License.',
message: '备案号: 京ICP备2023022770号',
},
},
})