Skip to content

Commit

Permalink
fix: update placeholder
Browse files Browse the repository at this point in the history
  • Loading branch information
JimmyLv committed Mar 2, 2023
1 parent 29be54a commit 1922df2
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion .example.env
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,4 @@ UPSTASH_REDIS_REST_URL=
UPSTASH_REDIS_REST_TOKEN=
UPSTASH_RATE_REDIS_REST_URL=
UPSTASH_RATE_REDIS_REST_TOKEN=
USER_LICENSE_KEYS=
LEMON_API_KEY=
2 changes: 1 addition & 1 deletion pages/[...slug].tsx
Original file line number Diff line number Diff line change
Expand Up @@ -191,7 +191,7 @@ export const Home: NextPage = () => {
value={apiKey}
onChange={(e) => setAPIKey(e.target.value)}
className="mx-auto my-4 w-full appearance-none rounded-lg rounded-md border bg-transparent py-2 pl-2 text-sm leading-6 text-slate-900 shadow-sm ring-1 ring-slate-200 placeholder:text-slate-400 focus:outline-none focus:ring-2 focus:ring-blue-500"
placeholder={"填你的 OpenAI API Key: sk-xxxxx"}
placeholder={"填你的 OpenAI API Key: sk-xxxxxx 或者购买的 License Key: xxx-CCDE-xxx"}
/>
<p className="relin-paragraph-target mt-1 text-base text-slate-500">
如何获取你自己的 OpenAI API{" "}
Expand Down

0 comments on commit 1922df2

Please sign in to comment.