Skip to content

Commit 915e12e

Browse files
author
spark
committed
feat(frontend):丰富关于页面内容并优化布局
- 在 GitHub 链接旁边添加 Issues 和 Releases 链接 - 在邮箱下方添加 QQ 和微信联系方式- 使用 n-divider 组件进行垂直分割,提高可读性
1 parent bcfcbfe commit 915e12e

File tree

1 file changed

+10
-3
lines changed

1 file changed

+10
-3
lines changed

frontend/src/components/about.vue

Lines changed: 10 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,12 @@ onMounted(() => {
3030
<div style="justify-self: center;text-align: left" >
3131
<p>自选股行情实时监控,基于Wails和NaiveUI构建的AI赋能股票分析工具</p>
3232
<p>
33-
欢迎点赞GitHub:<a href="https://github.com/ArvinLovegood/go-stock" target="_blank">go-stock</a>
33+
</p>
34+
<p>
35+
欢迎点赞GitHub:<a href="https://github.com/ArvinLovegood/go-stock" target="_blank">go-stock</a><n-divider vertical />
36+
<a href="https://github.com/ArvinLovegood/go-stock" target="_blank">GitHub</a><n-divider vertical />
37+
<a href="https://github.com/ArvinLovegood/go-stock/issues" target="_blank">Issues</a><n-divider vertical />
38+
<a href="https://github.com/ArvinLovegood/go-stock/releases" target="_blank">Releases</a><n-divider vertical />
3439
</p>
3540
<p v-if="updateLog">更新说明:{{updateLog}}</p>
3641
</div>
@@ -43,8 +48,10 @@ onMounted(() => {
4348
<n-avatar width="100" src="https://avatars.githubusercontent.com/u/7401917?v=4" />
4449
<h2><a href="https://github.com/ArvinLovegood" target="_blank">@ArvinLovegood</a></h2>
4550
<p>一个热爱编程的小白,欢迎关注我的Github</p>
46-
<p>邮箱:<a href="mailto:[email protected]">[email protected]</a>
47-
</p>
51+
<p>
52+
邮箱:<a href="mailto:[email protected]">[email protected]</a><n-divider vertical />
53+
QQ: 506808970<n-divider vertical />
54+
微信:ArvinLovegood</p><n-divider vertical />
4855
</n-space>
4956
</n-card>
5057
</n-space>

0 commit comments

Comments
 (0)