第十三次提交

登录注册页logo修改
This commit is contained in:
LkChocolate 2024-09-25 16:42:19 +08:00
parent 94bcc05695
commit ec35226149
23 changed files with 3820 additions and 1456 deletions

View File

@ -0,0 +1,22 @@
<?xml version="1.0" encoding="UTF-8"?>
<project version="4">
<component name="dataSourceStorageLocal" created-in="IU-223.8617.56">
<data-source name="@localhost" uuid="5fb77bb9-18fc-41e1-adf2-ac6fcbf0f222">
<database-info product="MySQL" version="8.1.0" jdbc-version="4.2" driver-name="MySQL Connector/J" driver-version="mysql-connector-j-8.2.0 (Revision: 06a1f724497fd81c6a659131fda822c9e5085b6c)" dbms="MYSQL" exact-version="8.1.0" exact-driver-version="8.2">
<extra-name-characters>#@</extra-name-characters>
<identifier-quote-string>`</identifier-quote-string>
</database-info>
<case-sensitivity plain-identifiers="lower" quoted-identifiers="lower" />
<secret-storage>master_key</secret-storage>
<user-name>root</user-name>
<schema-mapping>
<introspection-scope>
<node kind="schema">
<name qname="@" />
<name qname="xj_oj" />
</node>
</introspection-scope>
</schema-mapping>
</data-source>
</component>
</project>

File diff suppressed because it is too large Load Diff

View File

@ -0,0 +1,2 @@
#n:information_schema
!<md> [null, 0, null, null, -2147483648, -2147483648]

View File

@ -0,0 +1,2 @@
#n:mysql
!<md> [null, 0, null, null, -2147483648, -2147483648]

View File

@ -0,0 +1,2 @@
#n:performance_schema
!<md> [null, 0, null, null, -2147483648, -2147483648]

View File

@ -0,0 +1,2 @@
#n:sys
!<md> [null, 0, null, null, -2147483648, -2147483648]

View File

@ -0,0 +1,86 @@
<?xml version="1.0" encoding="UTF-8"?>
<project version="4">
<component name="TemplatesSettings">
<option name="templateConfigs">
<TemplateContext>
<option name="generateConfig">
<GenerateConfig>
<option name="annotationType" value="MYBATIS_PLUS3" />
<option name="basePackage" value="generator" />
<option name="basePath" value="src/main/java" />
<option name="classNameStrategy" value="camel" />
<option name="encoding" value="UTF-8" />
<option name="extraClassSuffix" value="" />
<option name="ignoreFieldPrefix" value="" />
<option name="ignoreFieldSuffix" value="" />
<option name="ignoreTablePrefix" value="" />
<option name="ignoreTableSuffix" value="" />
<option name="moduleName" value="XJ-OJ" />
<option name="modulePath" value="$PROJECT_DIR$/oj-spring-boot" />
<option name="moduleUIInfoList">
<list>
<ModuleInfoGo>
<option name="basePath" value="${domain.basePath}" />
<option name="configFileName" value="serviceImpl.ftl" />
<option name="configName" value="serviceImpl" />
<option name="encoding" value="${domain.encoding}" />
<option name="fileName" value="${domain.fileName}ServiceImpl" />
<option name="fileNameWithSuffix" value="${domain.fileName}ServiceImpl.java" />
<option name="modulePath" value="$PROJECT_DIR$/oj-spring-boot" />
<option name="packageName" value="${domain.basePackage}.service.impl" />
</ModuleInfoGo>
<ModuleInfoGo>
<option name="basePath" value="${domain.basePath}" />
<option name="configFileName" value="mapperInterface.ftl" />
<option name="configName" value="mapperInterface" />
<option name="encoding" value="${domain.encoding}" />
<option name="fileName" value="${domain.fileName}Mapper" />
<option name="fileNameWithSuffix" value="${domain.fileName}Mapper.java" />
<option name="modulePath" value="$PROJECT_DIR$/oj-spring-boot" />
<option name="packageName" value="${domain.basePackage}.mapper" />
</ModuleInfoGo>
<ModuleInfoGo>
<option name="basePath" value="${domain.basePath}" />
<option name="configFileName" value="serviceInterface.ftl" />
<option name="configName" value="serviceInterface" />
<option name="encoding" value="${domain.encoding}" />
<option name="fileName" value="${domain.fileName}Service" />
<option name="fileNameWithSuffix" value="${domain.fileName}Service.java" />
<option name="modulePath" value="$PROJECT_DIR$/oj-spring-boot" />
<option name="packageName" value="${domain.basePackage}.service" />
</ModuleInfoGo>
<ModuleInfoGo>
<option name="basePath" value="src/main/resources" />
<option name="configFileName" value="mapperXml.ftl" />
<option name="configName" value="mapperXml" />
<option name="encoding" value="${domain.encoding}" />
<option name="fileName" value="${domain.fileName}Mapper" />
<option name="fileNameWithSuffix" value="${domain.fileName}Mapper.xml" />
<option name="modulePath" value="$PROJECT_DIR$/oj-spring-boot" />
<option name="packageName" value="mapper" />
</ModuleInfoGo>
</list>
</option>
<option name="needsComment" value="true" />
<option name="needsModel" value="true" />
<option name="relativePackage" value="domain" />
<option name="superClass" value="" />
<option name="tableUIInfoList">
<list>
<TableUIInfo>
<option name="className" value="User" />
<option name="tableName" value="user" />
</TableUIInfo>
</list>
</option>
<option name="templatesName" value="mybatis-plus3" />
<option name="useLombokPlugin" value="true" />
</GenerateConfig>
</option>
<option name="moduleName" value="XJ-OJ" />
<option name="projectPath" value="$PROJECT_DIR$" />
<option name="templateName" value="mybatis-plus3" />
</TemplateContext>
</option>
</component>
</project>

View File

@ -0,0 +1,4 @@
<changelist name="在进行更新之前于_2024_9_24_15_05_取消提交了更改_[更改]" date="1727161549686" recycled="true" deleted="true">
<option name="PATH" value="$PROJECT_DIR$/.idea/shelf/在进行更新之前于_2024_9_24_15_05_取消提交了更改_[更改]/shelved.patch" />
<option name="DESCRIPTION" value="在进行更新之前于 2024/9/24 15:05 取消提交了更改 [更改]" />
</changelist>

File diff suppressed because one or more lines are too long

View File

@ -2,5 +2,6 @@
<project version="4">
<component name="VcsDirectoryMappings">
<mapping directory="" vcs="Git" />
<mapping directory="$PROJECT_DIR$" vcs="Git" />
</component>
</project>

178
.idea/workspace.xml Normal file
View File

@ -0,0 +1,178 @@
<?xml version="1.0" encoding="UTF-8"?>
<project version="4">
<component name="AutoImportSettings">
<option name="autoReloadType" value="SELECTIVE" />
</component>
<component name="ChangeListManager">
<list default="true" id="ae8c72be-4b25-4e5a-a2f2-1ba019fab154" name="更改" comment="第十二次提交&#10;后台logo" />
<option name="SHOW_DIALOG" value="false" />
<option name="HIGHLIGHT_CONFLICTS" value="true" />
<option name="HIGHLIGHT_NON_ACTIVE_CHANGELIST" value="false" />
<option name="LAST_RESOLUTION" value="IGNORE" />
</component>
<component name="Git.Settings">
<option name="PREVIOUS_COMMIT_AUTHORS">
<list>
<option value="陈佳彬 &lt;2948429338@qq.com&gt;" />
</list>
</option>
<option name="RECENT_GIT_ROOT_PATH" value="$PROJECT_DIR$" />
</component>
<component name="MarkdownSettingsMigration">
<option name="stateVersion" value="1" />
</component>
<component name="MavenImportPreferences">
<option name="generalSettings">
<MavenGeneralSettings>
<option name="mavenHome" value="$PROJECT_DIR$/../maven/apache-maven-3.9.9-bin/apache-maven-3.9.9" />
<option name="useMavenConfig" value="true" />
<option name="userSettingsFile" value="D:\maven\apache-maven-3.9.9-bin\apache-maven-3.9.9\conf\settings.xml" />
</MavenGeneralSettings>
</option>
</component>
<component name="ProjectId" id="2mV8rODcgJnyHM99zYzJkU4Y2b9" />
<component name="ProjectLevelVcsManager" settingsEditedManually="true">
<ConfirmationsSetting value="2" id="Add" />
</component>
<component name="ProjectViewState">
<option name="hideEmptyMiddlePackages" value="true" />
<option name="showLibraryContents" value="true" />
</component>
<component name="PropertiesComponent"><![CDATA[{
"keyToString": {
"ASKED_ADD_EXTERNAL_FILES": "true",
"RequestMappingsPanelOrder0": "0",
"RequestMappingsPanelOrder1": "1",
"RequestMappingsPanelWidth0": "75",
"RequestMappingsPanelWidth1": "75",
"RunOnceActivity.OpenProjectViewOnStart": "true",
"RunOnceActivity.ShowReadmeOnStart": "true",
"WebServerToolWindowFactoryState": "false",
"last_opened_file_path": "D:/shengchan/oj-spring-boot/src/main/resources/static/images",
"node.js.detected.package.eslint": "true",
"node.js.detected.package.tslint": "true",
"node.js.selected.package.eslint": "(autodetect)",
"node.js.selected.package.tslint": "(autodetect)",
"nodejs_package_manager_path": "npm",
"project.structure.last.edited": "项目",
"project.structure.proportion": "0.15",
"project.structure.side.proportion": "0.2",
"settings.editor.selected.configurable": "project.propVCSSupport.DirectoryMappings",
"spring.configuration.checksum": "a24de741e0bdebc3d957847865f5492e",
"vue.rearranger.settings.migration": "true"
},
"keyToStringList": {
"DatabaseDriversLRU": [
"mysql"
]
}
}]]></component>
<component name="ReactorSettings">
<option name="notificationShown" value="true" />
</component>
<component name="RecentsManager">
<key name="CopyFile.RECENT_KEYS">
<recent name="D:\shengchan\oj-spring-boot\src\main\resources\static\images" />
<recent name="D:\shengchan\oj-spring-boot\src\main\resources" />
</key>
</component>
<component name="RunManager" selected="npm.serve">
<configuration name="Application" type="SpringBootApplicationConfigurationType" factoryName="Spring Boot" nameIsGenerated="true">
<module name="XJ-OJ" />
<option name="SPRING_BOOT_MAIN_CLASS" value="top.weiyuexin.Application" />
<method v="2">
<option name="Make" enabled="true" />
</method>
</configuration>
<configuration name="serve" type="js.build_tools.npm" temporary="true" nameIsGenerated="true">
<package-json value="$PROJECT_DIR$/oj-vue/package.json" />
<command value="run" />
<scripts>
<script value="serve" />
</scripts>
<node-interpreter value="project" />
<envs />
<method v="2" />
</configuration>
<recent_temporary>
<list>
<item itemvalue="npm.serve" />
</list>
</recent_temporary>
</component>
<component name="SpellCheckerSettings" RuntimeDictionaries="0" Folders="0" CustomDictionaries="0" DefaultDictionary="应用程序级" UseSingleDictionary="true" transferred="true" />
<component name="TaskManager">
<task active="true" id="Default" summary="默认任务">
<changelist id="ae8c72be-4b25-4e5a-a2f2-1ba019fab154" name="更改" comment="" />
<created>1727150583463</created>
<option name="number" value="Default" />
<option name="presentableId" value="Default" />
<updated>1727150583463</updated>
<workItem from="1727150585006" duration="1677000" />
<workItem from="1727152301277" duration="16104000" />
<workItem from="1727250365143" duration="3094000" />
</task>
<task id="LOCAL-00001" summary="第十一次提交&#10;主页下标链接">
<created>1727161536730</created>
<option name="number" value="00001" />
<option name="presentableId" value="LOCAL-00001" />
<option name="project" value="LOCAL" />
<updated>1727161536730</updated>
</task>
<task id="LOCAL-00002" summary="第十一次提交&#10;主页下标链接">
<created>1727162390372</created>
<option name="number" value="00002" />
<option name="presentableId" value="LOCAL-00002" />
<option name="project" value="LOCAL" />
<updated>1727162390372</updated>
</task>
<task id="LOCAL-00003" summary="第十二次提交&#10;后台logo">
<created>1727164344735</created>
<option name="number" value="00003" />
<option name="presentableId" value="LOCAL-00003" />
<option name="project" value="LOCAL" />
<updated>1727164344735</updated>
</task>
<task id="LOCAL-00004" summary="第十二次提交&#10;后台logo">
<created>1727164402752</created>
<option name="number" value="00004" />
<option name="presentableId" value="LOCAL-00004" />
<option name="project" value="LOCAL" />
<updated>1727164402752</updated>
</task>
<option name="localTasksCounter" value="5" />
<servers />
</component>
<component name="TypeScriptGeneratedFilesManager">
<option name="version" value="3" />
</component>
<component name="Vcs.Log.Tabs.Properties">
<option name="TAB_STATES">
<map>
<entry key="MAIN">
<value>
<State>
<option name="FILTERS">
<map>
<entry key="branch">
<value>
<list>
<option value="origin/master" />
</list>
</value>
</entry>
</map>
</option>
</State>
</value>
</entry>
</map>
</option>
</component>
<component name="VcsManagerConfiguration">
<option name="ADD_EXTERNAL_FILES_SILENTLY" value="true" />
<MESSAGE value="第十一次提交&#10;主页下标链接" />
<MESSAGE value="第十二次提交&#10;后台logo" />
<option name="LAST_COMMIT_MESSAGE" value="第十二次提交&#10;后台logo" />
</component>
</project>

File diff suppressed because it is too large Load Diff

Binary file not shown.

View File

@ -4,9 +4,9 @@ FROM java:8
MAINTAINER wyx
VOLUME /tmp
# 将jar包添加到容器并更名
ADD Online-code-evaluation-system-1.0.0.jar henu_oj.jar
ADD Online-code-evaluation-system-1.0.0.jar XJ_oj.jar
# 运行jar包
RUN bash - C 'touch /henu_oj.jar'
ENTRYPOINT ["java","-jar","/henu_oj.jar"]
RUN bash - C 'touch /XJ_oj.jar'
ENTRYPOINT ["java","-jar","/XJ_oj.jar"]
# 暴露端口
EXPOSE 8080

View File

@ -247,6 +247,6 @@ CREATE TABLE `user` (
-- ----------------------------
-- Records of user
-- ----------------------------
INSERT INTO `user` VALUES (1, 'weiyuexin', 'root', '', '你好,我来自henu', '18331361148', '3022422894@qq.com', 0, 0, '2023-02-12 20:09:44', '2023-02-24 20:09:49', NULL, '河南大学', '0', 0);
INSERT INTO `user` VALUES (1, 'weiyuexin', 'root', '', '你好,我来自XJ', '18331361148', '3022422894@qq.com', 0, 0, '2023-02-12 20:09:44', '2023-02-24 20:09:49', NULL, '河南大学', '0', 0);
SET FOREIGN_KEY_CHECKS = 1;

View File

@ -69,7 +69,7 @@ mybatis-plus:
config:
jwt:
# 加密密钥
secret: weiyuexin_henu
secret: weiyuexin_XJ
# token有效时长
expire: 604800
# header 名称

View File

@ -5,7 +5,7 @@
},
"logoInfo": {
"title": "XAUAT",
"image": "images/pns.png",
"image": "images/lll.svg ",
"href": ""
},
"menuInfo": [

File diff suppressed because one or more lines are too long

After

Width:  |  Height:  |  Size: 29 KiB

View File

@ -3,8 +3,8 @@
<head>
<meta charset="utf-8">
<title>后台管理系统</title>
<meta name="keywords" content="HENU-OJ-后台管理系统">
<meta name="description" content="HENU-OJ-后台管理系统">
<meta name="keywords" content="XJ-OJ-后台管理系统">
<meta name="description" content="XJ-OJ-后台管理系统">
<meta name="renderer" content="webkit">
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<meta http-equiv="Access-Control-Allow-Origin" content="*">

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.3 MiB

View File

@ -27,70 +27,70 @@ const routes = [
path: '/',
component: Main,
meta: {
title: "Home - Online Judge - Henu",
title: "Home - Online Judge - XJ",
}
},
{
path: "/problems",
component: ProblemList,
meta: {
title: 'Problems - Online Judge - Henu',
title: 'Problems - Online Judge - XJ',
}
},
{
path: "/contest",
component: ContestList,
meta: {
title: "Contest - Online Judge - Henu"
title: "Contest - Online Judge - XJ"
}
},
{
path: "/status",
component: Status,
meta: {
title: "Status - Online Judge - Henu"
title: "Status - Online Judge - XJ"
}
},
{
path: "/rank",
component: Rank,
meta: {
title: "Rank - Online Judge - Henu"
title: "Rank - Online Judge - XJ"
}
},
{
path: "/blog",
component: Blog,
meta: {
title: "Blog - Online Judge - Henu"
title: "Blog - Online Judge - XJ"
}
},
{
path: "/about",
component: About,
meta: {
title: "About - Online Judge - Henu"
title: "About - Online Judge - XJ"
}
},
{
path: "/login",
component: Login,
meta: {
title: "Login - Online Judge - Henu"
title: "Login - Online Judge - XJ"
}
},
{
path: "/register",
component: Register,
meta: {
title: "Register - Online Judge - Henu"
title: "Register - Online Judge - XJ"
}
},
{
path: "/user",
component: UserPanel,
meta: {
title: "我的 - Online Judge - Henu"
title: "我的 - Online Judge - XJ"
}
},
{
@ -98,21 +98,21 @@ const routes = [
name: "problem",
component: Problem,
meta: {
title: "题目详情 - Online Judge - Henu"
title: "题目详情 - Online Judge - XJ"
}
},
{
path: "/article/edit",
component: EditArticle,
meta: {
title: "编辑文章 - Online Judge - Henu"
title: "编辑文章 - Online Judge - XJ"
}
},
{
path: "/article/modify/:id",
component: EditArticle,
meta: {
title: "编辑文章 - Online Judge - Henu"
title: "编辑文章 - Online Judge - XJ"
}
},
{
@ -120,7 +120,7 @@ const routes = [
name: "article",
component: Article,
meta: {
title: "文章详情页 - Online Judge - Henu"
title: "文章详情页 - Online Judge - XJ"
}
},
{
@ -128,7 +128,7 @@ const routes = [
name: "contest",
component: Contest,
meta: {
title: "竞赛详情页 - Online Judge - Henu"
title: "竞赛详情页 - Online Judge - XJ"
}
},
{

View File

@ -4,12 +4,12 @@
<el-row>
<el-col :span="14" class="left">
<el-image fit="cover" src="https://cs.henu.edu.cn/img/minglundalitang2.jpg"></el-image>
<el-image fit="cover" :src="require('@/assets/Welcome.png')"></el-image>
</el-col>
<el-col :span="10" class="right">
<el-row class="my-row">
<el-col :span="24" class="head">
HENU-OJ
XJ-OJ
</el-col>
<el-col :span="24" class="form">
<el-form

View File

@ -4,12 +4,13 @@
<el-row>
<el-col :span="14" class="left">
<el-image fit="cover" src="https://cs.henu.edu.cn/img/minglundalitang2.jpg"></el-image>
<!-- <img src="@/assets/Welcome.png" alt="Welcome" />-->
<el-image fit="cover" :src="require('@/assets/Welcome.png')"></el-image>
</el-col>
<el-col :span="10" class="right">
<el-row class="my-row">
<el-col :span="24" class="head">
HENU-OJ
XJ-OJ
</el-col>
<el-col :span="24" class="form">
<el-form