stytle: 优化样式

This commit is contained in:
xlsea 2025-04-23 17:43:10 +08:00
parent acda7d6980
commit b31edb5f8c
3 changed files with 3 additions and 3 deletions

2
.env
View File

@ -47,7 +47,7 @@ VITE_STATIC_SUPER_ROLE=R_SUPER
VITE_SOURCE_MAP=N
# Used to differentiate storage across different domains
VITE_STORAGE_PREFIX=ry_
VITE_STORAGE_PREFIX=RY_
# used to control whether the program automatically detects updates
VITE_AUTOMATICALLY_DETECT_UPDATE=Y

View File

@ -42,7 +42,7 @@ function createProxyItem(item: App.Service.ServiceConfigItem, enableLog: boolean
const proxyUrl = `${lightBlue('[real request url]')}: ${green(`${options.target}${req.url}`)}`;
consola.log(`${requestUrl}\n${proxyUrl}`);
consola.log(`\n${requestUrl}\n${proxyUrl}`);
});
_proxy.on('error', (_err, req, _res) => {
if (!enableLog) return;

View File

@ -6,7 +6,7 @@ defineOptions({
<template>
<DarkModeContainer class="h-full flex-center">
<a href="https://blog.xlsea.cn" target="_blank" rel="noopener noreferrer">Copyright MIT © 2021 马铃薯头</a>
<a href="https://blog.xlsea.cn" target="_blank" rel="noopener noreferrer">Copyright MIT © 2024 马铃薯头</a>
</DarkModeContainer>
</template>