Enlarge star hint text and add GitHub repo hyperlink
This commit is contained in:
+6
-1
@@ -641,7 +641,12 @@ export default function App() {
|
|||||||
<a className="button primary" href={release.releasesUrl}>{t.download.latest}</a>
|
<a className="button primary" href={release.releasesUrl}>{t.download.latest}</a>
|
||||||
<a className="button secondary" href={release.githubUrl}>{t.download.source}</a>
|
<a className="button secondary" href={release.githubUrl}>{t.download.source}</a>
|
||||||
</div>
|
</div>
|
||||||
<p className="star-hint">{t.download.star}</p>
|
<p className="star-hint">
|
||||||
|
{lang === "en"
|
||||||
|
? <>Like the app? Give us a star on <a href={release.githubUrl} target="_blank" rel="noopener">GitHub</a> ⭐ — it means a lot to the maintainers.</>
|
||||||
|
: <>喜欢我们的 app?请在 <a href={release.githubUrl} target="_blank" rel="noopener">GitHub</a> 上给项目点个 Star ⭐,这是对我们作者最大的支持。</>
|
||||||
|
}
|
||||||
|
</p>
|
||||||
</motion.div>
|
</motion.div>
|
||||||
</section>
|
</section>
|
||||||
|
|
||||||
|
|||||||
+3
-3
@@ -427,7 +427,7 @@ h3 {
|
|||||||
}
|
}
|
||||||
|
|
||||||
.journey-step-content p {
|
.journey-step-content p {
|
||||||
font-size: 15px;
|
font-size: 18px;
|
||||||
line-height: 1.55;
|
line-height: 1.55;
|
||||||
color: var(--muted);
|
color: var(--muted);
|
||||||
margin: 0;
|
margin: 0;
|
||||||
@@ -636,7 +636,7 @@ h3 {
|
|||||||
display: flex;
|
display: flex;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
gap: 2px;
|
gap: 2px;
|
||||||
font-size: 15px;
|
font-size: 18px;
|
||||||
font-weight: 700;
|
font-weight: 700;
|
||||||
color: var(--ink);
|
color: var(--ink);
|
||||||
letter-spacing: -0.01em;
|
letter-spacing: -0.01em;
|
||||||
@@ -887,7 +887,7 @@ pre {
|
|||||||
|
|
||||||
.star-hint {
|
.star-hint {
|
||||||
margin-top: 20px;
|
margin-top: 20px;
|
||||||
font-size: 15px;
|
font-size: 18px;
|
||||||
color: var(--muted);
|
color: var(--muted);
|
||||||
text-align: center;
|
text-align: center;
|
||||||
font-weight: 600;
|
font-weight: 600;
|
||||||
|
|||||||
Reference in New Issue
Block a user