mirror of
https://github.com/nagisa77/OpenIsle.git
synced 2026-05-11 13:17:29 +08:00
fix: 修复api playgrond 跳转问题
This commit is contained in:
@@ -18,7 +18,9 @@
|
|||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div class="about-api-title">API文档和调试入口</div>
|
<div class="about-api-title">API文档和调试入口</div>
|
||||||
<div class="about-api-link">API Playground <share /></div>
|
<a href="http://docs.open-isle.com" target="_blank" rel="noopener" class="about-api-link">
|
||||||
|
API 文档与 Playground <share />
|
||||||
|
</a>
|
||||||
</div>
|
</div>
|
||||||
</template>
|
</template>
|
||||||
<template v-else>
|
<template v-else>
|
||||||
@@ -233,6 +235,7 @@ export default {
|
|||||||
.about-api-link {
|
.about-api-link {
|
||||||
color: var(--primary-color);
|
color: var(--primary-color);
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
|
text-decoration: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
.about-api-link:hover {
|
.about-api-link:hover {
|
||||||
|
|||||||
Reference in New Issue
Block a user