From b512ae25de2b5bc26fe271d17e036211d19aa501 Mon Sep 17 00:00:00 2001 From: wood Date: Thu, 31 Oct 2024 07:54:43 +0800 Subject: [PATCH] style(index.html, static/css.css): Update API URL options and background image --- index.html | 3 --- static/css.css | 2 +- 2 files changed, 1 insertion(+), 4 deletions(-) diff --git a/index.html b/index.html index 1089515..db0c93c 100644 --- a/index.html +++ b/index.html @@ -60,9 +60,6 @@ [官网线路]api.openai.com - [CZLoapi线路]oapi.czl.net - [群友CF反代]openai.996.lat - CF Gateway [已前置https]自定义 diff --git a/static/css.css b/static/css.css index 5023ee8..7647e04 100644 --- a/static/css.css +++ b/static/css.css @@ -8,7 +8,7 @@ } body { - background: url('https://cdn-img-r2.czl.net/2023/05/23/pjbczr.webp') no-repeat center center fixed; + background: url('https://random-api.czl.net/pic/ecy') no-repeat center center fixed; /* 自定义背景图 */ background-size: cover; width: 90%;