diff --git a/src/components/Content.scss b/src/components/Content.scss index e0bfefb768ffa6357dc48ac3cce0eff574f415ac..90a909c983490d0c20e588c3f226dc5bdfb15807 100644 --- a/src/components/Content.scss +++ b/src/components/Content.scss @@ -131,4 +131,10 @@ flex: 1; margin-top: 12px; } -} \ No newline at end of file +} + +@media (max-width: 1700px) { + .radar-descript { + display: none; + } +} diff --git a/src/config.ts b/src/config.ts index fc412c937b22139f3702f816c03a0659b93ec4de..bb17fef1a0b593fda7c7fc93e8bb986ee124d5b4 100644 --- a/src/config.ts +++ b/src/config.ts @@ -1,2 +1,3 @@ -export const apiKey = process.env.INSCODE_API_KEY; +// export const apiKey = process.env.INSCODE_API_KEY; +export const apiKey = '20e53ff73e594a138ee585bccea03a76'; export const apiUrl = 'https://inscode-api.csdn.net/api/v1/gpt/'; \ No newline at end of file