修改了一些前端展示细节

This commit is contained in:
musteven 2025-04-28 13:07:53 +08:00
parent 0ad286ad0c
commit 42705cf3a8
2 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
VITE_TITLE = '自动评测系统' VITE_TITLE = '报告自动评测系统'
VITE_PORT = 3100 VITE_PORT = 3100

View File

@ -1,6 +1,6 @@
<template> <template>
<footer f-c-c flex-col text-14 color="#6a6a6a"> <footer f-c-c flex-col text-14 color="#6a6a6a">
<p>Online Judge 2.0</p> <p>报告自动评测系统</p>
<p>Copyright © 2023-2024 . All Rights Reserved.</p> <p>Copyright © 2023-2024 . All Rights Reserved.</p>
<p>技术支持:Turbo Email:11249242@qq.com</p> <p>技术支持:Turbo Email:11249242@qq.com</p>
</footer> </footer>