feat: default link to use blue color
This commit is contained in:
parent
10aa8ee20a
commit
f2c93c9f85
@ -67,7 +67,7 @@ export function QMCv2AndroidInstructions() {
|
||||
确保 <code>adb</code> 命令可用。
|
||||
<br />
|
||||
💡 如果没有,可以
|
||||
<Link href="https://scoop.sh/#/apps?q=adb" isExternal color="blue.600">
|
||||
<Link href="https://scoop.sh/#/apps?q=adb" isExternal>
|
||||
使用 Scoop 安装 <ExternalLinkIcon />
|
||||
</Link>
|
||||
。
|
||||
|
@ -30,6 +30,11 @@ export const theme = extendTheme({
|
||||
userSelect: 'none',
|
||||
},
|
||||
},
|
||||
Link: {
|
||||
baseStyle: {
|
||||
color: 'blue.600',
|
||||
},
|
||||
},
|
||||
},
|
||||
styles: {
|
||||
global: {
|
||||
|
Loading…
Reference in New Issue
Block a user