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:
@@ -1,6 +1,6 @@
|
||||
import type { DefaultTheme, LocaleSpecificConfig } from 'vitepress'
|
||||
|
||||
export const META_URL = 'https://golancet.cn'
|
||||
export const META_URL = 'https://www.golancet.cn/en/'
|
||||
export const META_TITLE = 'Lancet'
|
||||
export const META_DESCRIPTION = 'A powerful util function library of Go'
|
||||
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
import type { DefaultTheme, LocaleSpecificConfig } from 'vitepress'
|
||||
|
||||
export const META_URL = 'https://golancet.cn'
|
||||
export const META_URL = 'https://www.golancet.cn'
|
||||
export const META_TITLE = 'Lancet'
|
||||
export const META_DESCRIPTION = '一个强大的Go语言工具函数库'
|
||||
|
||||
|
||||
@@ -47,4 +47,4 @@ func main() {
|
||||
|
||||
## More
|
||||
|
||||
Check out the [APIs](https://github.com/duke-git/lancet) for details.
|
||||
Check out the [API](https://www.golancet.cn/en/api/overview.html) for details.
|
||||
|
||||
@@ -41,13 +41,13 @@ features:
|
||||
<a style="border-color: #4565d8;
|
||||
color: #fff;
|
||||
background-color: #4565d8;
|
||||
border-radius: 30px;
|
||||
border-radius: 20px;
|
||||
padding: 0 20px;
|
||||
line-height: 50px;
|
||||
line-height: 40px;
|
||||
font-size: 16px;
|
||||
display: block;
|
||||
border: 1px solid transparent;
|
||||
text-align: center;
|
||||
font-weight: 600;
|
||||
margin: 0 auto;
|
||||
width: 200px;" href="/en/sponsor/sponsor.html">Become a sponsor</a>
|
||||
width: 140px;" href="/en/sponsor/sponsor.html">Become a sponsor</a>
|
||||
@@ -43,6 +43,6 @@ func main() {
|
||||
}
|
||||
```
|
||||
|
||||
## More
|
||||
## 更多
|
||||
|
||||
其他特性请参考[API](https://lancet.go.dev/api/overview.html).
|
||||
更多特性请参考[API](https://www.golancet.cn/api/overview.html).
|
||||
|
||||
@@ -50,4 +50,4 @@ features:
|
||||
text-align: center;
|
||||
font-weight: 600;
|
||||
margin: 0 auto;
|
||||
width: 140px;" href="/sponsor/sponsor.html">Sponsor</a>
|
||||
width: 140px;" href="/sponsor/sponsor.html">赞助</a>
|
||||
|
||||
Reference in New Issue
Block a user