mirror of
https://github.com/ArvinLovegood/go-stock.git
synced 2025-07-19 00:00:09 +08:00
feat(frontend):添加鸣谢部分
- 增加了捐赠者、开发者和开源项目的鸣谢列表 - 优化了关于页面的布局,使鸣谢内容更加突出 - 添加了外部链接,方便用户访问相关开源项目
This commit is contained in:
parent
915e12eab3
commit
6dfe3fd135
@ -53,6 +53,25 @@ onMounted(() => {
|
||||
QQ: 506808970<n-divider vertical />
|
||||
微信:ArvinLovegood</p><n-divider vertical />
|
||||
</n-space>
|
||||
<n-divider title-placement="center">鸣谢</n-divider>
|
||||
<div style="justify-self: center;text-align: left" >
|
||||
<p>
|
||||
感谢以下捐赠者:
|
||||
<n-gradient-text size="small" type="warning">*晨</n-gradient-text><n-divider vertical />
|
||||
</p>
|
||||
<p>
|
||||
感谢以下开发者:
|
||||
<a href="https://github.com/gnim2600" target="_blank">@gnim2600</a><n-divider vertical />
|
||||
<a href="https://github.com/XXXiaohuayanGGG" target="_blank">@XXXiaohuayanGGG</a><n-divider vertical />
|
||||
<a href="https://github.com/2lovecode" target="_blank">@2lovecode</a><n-divider vertical />
|
||||
</p>
|
||||
<p>
|
||||
感谢以下开源项目:
|
||||
<a href="https://github.com/wailsapp/wails" target="_blank">Wails</a><n-divider vertical />
|
||||
<a href="https://github.com/vuejs" target="_blank">Vue</a><n-divider vertical />
|
||||
<a href="https://github.com/tusen-ai/naive-ui" target="_blank">NaiveUI</a><n-divider vertical />
|
||||
</p>
|
||||
</div>
|
||||
</n-card>
|
||||
</n-space>
|
||||
</n-layout>
|
||||
|
Loading…
x
Reference in New Issue
Block a user