stytle: 优化样式
This commit is contained in:
parent
acda7d6980
commit
b31edb5f8c
2
.env
2
.env
@ -47,7 +47,7 @@ VITE_STATIC_SUPER_ROLE=R_SUPER
|
|||||||
VITE_SOURCE_MAP=N
|
VITE_SOURCE_MAP=N
|
||||||
|
|
||||||
# Used to differentiate storage across different domains
|
# Used to differentiate storage across different domains
|
||||||
VITE_STORAGE_PREFIX=ry_
|
VITE_STORAGE_PREFIX=RY_
|
||||||
|
|
||||||
# used to control whether the program automatically detects updates
|
# used to control whether the program automatically detects updates
|
||||||
VITE_AUTOMATICALLY_DETECT_UPDATE=Y
|
VITE_AUTOMATICALLY_DETECT_UPDATE=Y
|
||||||
|
@ -42,7 +42,7 @@ function createProxyItem(item: App.Service.ServiceConfigItem, enableLog: boolean
|
|||||||
|
|
||||||
const proxyUrl = `${lightBlue('[real request url]')}: ${green(`${options.target}${req.url}`)}`;
|
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) => {
|
_proxy.on('error', (_err, req, _res) => {
|
||||||
if (!enableLog) return;
|
if (!enableLog) return;
|
||||||
|
@ -6,7 +6,7 @@ defineOptions({
|
|||||||
|
|
||||||
<template>
|
<template>
|
||||||
<DarkModeContainer class="h-full flex-center">
|
<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>
|
</DarkModeContainer>
|
||||||
</template>
|
</template>
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user