chore: compress bg images

This commit is contained in:
RockYang
2023-06-16 11:14:45 +08:00
parent 4b024e0ad7
commit 6a2122e1ac
9 changed files with 21 additions and 5 deletions

View File

@@ -49,7 +49,7 @@ import {setLoginUser} from "@/utils/storage";
import {useRouter} from "vue-router";
const router = useRouter();
const title = ref('ChatGPT Plus 用户登录');
const title = ref('ChatGPT-PLUS 用户登录');
const username = ref(process.env.VUE_APP_USER);
const password = ref(process.env.VUE_APP_PASS);
@@ -89,7 +89,7 @@ const login = function () {
top 0
bottom 0
background-color #313237
background-image url("~@/assets/img/login-bg.png")
background-image url("~@/assets/img/login-bg.jpg")
background-size cover
background-position center
background-repeat repeat-y