File tree Expand file tree Collapse file tree 1 file changed +5
-2
lines changed Expand file tree Collapse file tree 1 file changed +5
-2
lines changed Original file line number Diff line number Diff line change @@ -18,9 +18,12 @@ export default function OnboardingNote() {
18
18
19
19
< hr className = "mb-6" />
20
20
< div className = "space-y-4" >
21
+ < p >
22
+ 如有openAI API key, 拥有GPT-4 Vision权限自行设置使用即可.
23
+ </ p >
21
24
< Dialog >
22
25
< DialogTrigger className = "rounded-sm w-full" >
23
- < a href = "javascript:void(0);" className = "mt-10 block w-full rounded-md bg-indigo-600 px-3 py-2 text-center text-sm font-semibold text-white shadow-sm hover:bg-indigo-500 focus-visible:outline focus-visible:outline-2 focus-visible:outline-offset-2 focus-visible:outline-indigo-600" >
26
+ < a href = "javascript:void(0);" className = "mt-6 block w-full rounded-md bg-indigo-600 px-3 py-2 text-center text-sm font-semibold text-white shadow-sm hover:bg-indigo-500 focus-visible:outline focus-visible:outline-2 focus-visible:outline-offset-2 focus-visible:outline-indigo-600" >
24
27
购买
25
28
</ a >
26
29
</ DialogTrigger >
@@ -30,7 +33,7 @@ export default function OnboardingNote() {
30
33
</ DialogHeader >
31
34
< div >
32
35
< p className = "text-gray-700 pb-2" >
33
- 不退款(初次使用体验不要超过10元),感觉对自己有用在继续使用。每天20:00前发送Key至邮箱,如有openAI API key自行设置使用即可。
36
+ 不退款(初次使用体验不要超过10元),感觉对自己有用在继续使用。每天20:00前发送Key至邮箱.
34
37
</ p >
35
38
< div className = "" >
36
39
< p className = "text-red-500 pb-2" >
You can’t perform that action at this time.
0 commit comments