diff --git a/README.md b/README.md index 2fe3587..7765464 100644 --- a/README.md +++ b/README.md @@ -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.

-English | [简体中文](./README_zh-CN.md) +## [Website](https://www.golancet.cn/en/) | [简体中文](./README_zh-CN.md) ## Feature diff --git a/README_zh-CN.md b/README_zh-CN.md index 2ed5f20..afd4f9d 100644 --- a/README_zh-CN.md +++ b/README_zh-CN.md @@ -18,7 +18,7 @@ lancet(柳叶刀)是一个全面、高效、可复用的go语言工具函数库。 lancet受到了java apache common包和lodash.js的启发。

-简体中文 | [English](./README.md) +## [官网](https://www.golancet.cn/) | [English](./README.md) ## 特性 diff --git a/docs/.vitepress/common.ts b/docs/.vitepress/common.ts index 8e5e9e8..cd8405c 100644 --- a/docs/.vitepress/common.ts +++ b/docs/.vitepress/common.ts @@ -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号', }, }, })