Skip to content
This repository was archived by the owner on Aug 16, 2024. It is now read-only.

Commit 8c48313

Browse files
committed
feat: add link to dashboard
1 parent f9204ba commit 8c48313

File tree

1 file changed

+15
-1
lines changed

1 file changed

+15
-1
lines changed

src/pages/Options/Options.tsx

Lines changed: 15 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ const Options: React.FC = () => {
122122
/>
123123
</OptionSection>
124124

125-
<OptionSection title={'API Region'}>
125+
<OptionSection title={'API 地区'}>
126126
<select
127127
tw="px-4 py-3 rounded-md"
128128
name="region"
@@ -135,6 +135,20 @@ const Options: React.FC = () => {
135135
) : undefined}
136136
</select>
137137
</OptionSection>
138+
139+
<OptionSection title={'🔗 相关链接'}>
140+
<ul>
141+
<li>
142+
<a
143+
tw="text-blue-600 cursor-pointer"
144+
href="https://a-translator.royli.dev/dashboard"
145+
target="_blank"
146+
rel="noreferrer">
147+
→ 后台
148+
</a>
149+
</li>
150+
</ul>
151+
</OptionSection>
138152
</div>
139153

140154
<div tw="p-5 space-x-4 justify-self-end">

0 commit comments

Comments
 (0)