From 16230c154c3174475732bdc91e2f9aea53d728b3 Mon Sep 17 00:00:00 2001 From: InsCode Date: Fri, 3 Jan 2025 17:23:04 +0800 Subject: [PATCH] Auto Commit --- src/components/Content.scss | 8 +++++++- src/config.ts | 3 ++- 2 files changed, 9 insertions(+), 2 deletions(-) diff --git a/src/components/Content.scss b/src/components/Content.scss index e0bfefb..90a909c 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 fc412c9..bb17fef 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 -- GitLab