修改 about 页面

This commit is contained in:
锦恢 2025-04-22 17:14:43 +08:00
parent 3b1afa70bd
commit 31a25f27bc
3 changed files with 12 additions and 8 deletions

View File

@ -1,8 +1,8 @@
@font-face {
font-family: "iconfont"; /* Project id 4870215 */
src: url('iconfont.woff2?t=1745241183941') format('woff2'),
url('iconfont.woff?t=1745241183941') format('woff'),
url('iconfont.ttf?t=1745241183941') format('truetype');
src: url('iconfont.woff2?t=1745313248329') format('woff2'),
url('iconfont.woff?t=1745313248329') format('woff'),
url('iconfont.ttf?t=1745313248329') format('truetype');
}
.iconfont {
@ -13,6 +13,10 @@
-moz-osx-font-smoothing: grayscale;
}
.icon-star:before {
content: "\e80f";
}
.icon-prompt:before {
content: "\eb50";
}

Binary file not shown.

View File

@ -7,7 +7,7 @@
</span>
<p>
OpenMCP Client 0.0.1 OpenMCP@<a href="https://www.zhihu.com/people/can-meng-zhong-de-che-xian">锦恢</a> 开发
OpenMCP Client 0.0.4 OpenMCP@<a href="https://www.zhihu.com/people/can-meng-zhong-de-che-xian">锦恢</a> 开发
</p>
<p>
@ -31,12 +31,12 @@
<span class="iconfont icon-QQ"></span>
加入 OpenMCP 技术群
</el-button>
<el-button type="primary"
<el-button type="success"
class="join-qq"
@click="gotoWebsite('https://zhuanlan.zhihu.com/p/1894785817186121106')"
@click="gotoWebsite('https://marketplace.visualstudio.com/items?itemName=kirigaya.openmcp&ssr=false#review-details')"
>
<span class="iconfont icon-send"></span>
OpenMCP 发布页
<span class="iconfont icon-star"></span>
OpenMCP 撰写评价
</el-button>
</div>