-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
73d2e51
commit 1783a6e
Showing
4 changed files
with
50 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,43 @@ | ||
<template> | ||
<div> | ||
<h3 style="text-align: center; margin-top: 35px;">合作启动器</h3> | ||
<p style="text-align: center; margin-bottom: 35px;">以下列表是 McHMR 的官方合作启动器,其支持了 McHMR | ||
的自动更新功能,服主可以下载体验。欢迎其他启动器作者提出合作意向。</p> | ||
<ul> | ||
<li> | ||
<a class="ico" href="https://blessing-studio.cn" target="_blank"> | ||
<img src="/launcher/wonderlab.ico" alt="WonderLab" /> | ||
<span style="padding: 5px;">WonderLab</span> | ||
</a> | ||
</li> | ||
</ul> | ||
</div> | ||
</template> | ||
|
||
<style scoped> | ||
ul { | ||
display: flex; | ||
flex-direction: row; | ||
flex-wrap: wrap; | ||
justify-content: center; | ||
list-style: none; | ||
padding: 0; | ||
margin: 0; | ||
} | ||
li { | ||
float: left; | ||
} | ||
img { | ||
height: 58px; | ||
width: auto; | ||
} | ||
.ico { | ||
display: flex; | ||
flex-direction: column; | ||
align-items: center; | ||
text-decoration: none !important; | ||
} | ||
</style> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file not shown.