mirror of
https://github.com/duke-git/lancet.git
synced 2026-03-01 00:35:28 +08:00
doc: update doc site
This commit is contained in:
@@ -1,6 +1,6 @@
|
|||||||
import type { DefaultTheme, LocaleSpecificConfig } from 'vitepress'
|
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_TITLE = 'Lancet'
|
||||||
export const META_DESCRIPTION = 'A powerful util function library of Go'
|
export const META_DESCRIPTION = 'A powerful util function library of Go'
|
||||||
|
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
import type { DefaultTheme, LocaleSpecificConfig } from 'vitepress'
|
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_TITLE = 'Lancet'
|
||||||
export const META_DESCRIPTION = '一个强大的Go语言工具函数库'
|
export const META_DESCRIPTION = '一个强大的Go语言工具函数库'
|
||||||
|
|
||||||
|
|||||||
@@ -47,4 +47,4 @@ func main() {
|
|||||||
|
|
||||||
## More
|
## 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;
|
<a style="border-color: #4565d8;
|
||||||
color: #fff;
|
color: #fff;
|
||||||
background-color: #4565d8;
|
background-color: #4565d8;
|
||||||
border-radius: 30px;
|
border-radius: 20px;
|
||||||
padding: 0 20px;
|
padding: 0 20px;
|
||||||
line-height: 50px;
|
line-height: 40px;
|
||||||
font-size: 16px;
|
font-size: 16px;
|
||||||
display: block;
|
display: block;
|
||||||
border: 1px solid transparent;
|
border: 1px solid transparent;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
font-weight: 600;
|
font-weight: 600;
|
||||||
margin: 0 auto;
|
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;
|
text-align: center;
|
||||||
font-weight: 600;
|
font-weight: 600;
|
||||||
margin: 0 auto;
|
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