add mode from user add

This commit is contained in:
2026-01-01 21:46:38 +08:00
parent 6055b28ed3
commit 26a6bcbea4
12 changed files with 179 additions and 2 deletions

43
.idea/workspace.xml generated
View File

@@ -4,7 +4,20 @@
<option name="autoReloadType" value="SELECTIVE" />
</component>
<component name="ChangeListManager">
<list default="true" id="80887c23-e1d3-4a83-9432-ab77876945e9" name="更改" comment="" />
<list default="true" id="80887c23-e1d3-4a83-9432-ab77876945e9" name="更改" comment="">
<change afterPath="$PROJECT_DIR$/README.md" afterDir="false" />
<change afterPath="$PROJECT_DIR$/src/main/java/top/gtb520/java/backend/apibackserver/api/p/product.java" afterDir="false" />
<change beforePath="$PROJECT_DIR$/.idea/httpRequests/http-client.cookies" beforeDir="false" afterPath="$PROJECT_DIR$/.idea/httpRequests/http-client.cookies" afterDir="false" />
<change beforePath="$PROJECT_DIR$/.idea/httpRequests/http-requests-log.http" beforeDir="false" afterPath="$PROJECT_DIR$/.idea/httpRequests/http-requests-log.http" afterDir="false" />
<change beforePath="$PROJECT_DIR$/.idea/inspectionProfiles/Project_Default.xml" beforeDir="false" afterPath="$PROJECT_DIR$/.idea/inspectionProfiles/Project_Default.xml" afterDir="false" />
<change beforePath="$PROJECT_DIR$/.idea/workspace.xml" beforeDir="false" afterPath="$PROJECT_DIR$/.idea/workspace.xml" afterDir="false" />
<change beforePath="$PROJECT_DIR$/src/main/java/top/gtb520/java/backend/apibackserver/api/u/user.java" beforeDir="false" afterPath="$PROJECT_DIR$/src/main/java/top/gtb520/java/backend/apibackserver/api/u/user.java" afterDir="false" />
<change beforePath="$PROJECT_DIR$/target/api-back-server-0.0.1-SNAPSHOT.jar" beforeDir="false" afterPath="$PROJECT_DIR$/target/api-back-server-0.0.1-SNAPSHOT.jar" afterDir="false" />
<change beforePath="$PROJECT_DIR$/target/api-back-server-0.0.1-SNAPSHOT.jar.original" beforeDir="false" afterPath="$PROJECT_DIR$/target/api-back-server-0.0.1-SNAPSHOT.jar.original" afterDir="false" />
<change beforePath="$PROJECT_DIR$/target/classes/top/gtb520/java/backend/apibackserver/api/u/user.class" beforeDir="false" afterPath="$PROJECT_DIR$/target/classes/top/gtb520/java/backend/apibackserver/api/u/user.class" afterDir="false" />
<change beforePath="$PROJECT_DIR$/target/maven-status/maven-compiler-plugin/compile/default-compile/createdFiles.lst" beforeDir="false" afterPath="$PROJECT_DIR$/target/maven-status/maven-compiler-plugin/compile/default-compile/createdFiles.lst" afterDir="false" />
<change beforePath="$PROJECT_DIR$/target/maven-status/maven-compiler-plugin/compile/default-compile/inputFiles.lst" beforeDir="false" afterPath="$PROJECT_DIR$/target/maven-status/maven-compiler-plugin/compile/default-compile/inputFiles.lst" afterDir="false" />
</list>
<option name="SHOW_DIALOG" value="false" />
<option name="HIGHLIGHT_CONFLICTS" value="true" />
<option name="HIGHLIGHT_NON_ACTIVE_CHANGELIST" value="false" />
@@ -17,6 +30,7 @@
<option name="RECENT_TEMPLATES">
<list>
<option value="Class" />
<option value="Interface" />
</list>
</option>
</component>
@@ -26,6 +40,9 @@
<component name="GoLibraries">
<option name="indexEntireGoPath" value="true" />
</component>
<component name="HighlightingSettingsPerFile">
<setting file="jar://C:/Program Files/Java/jdk-21/lib/src.zip!/java.base/java/lang/String.java" root0="FORCE_HIGHLIGHTING" />
</component>
<component name="KubernetesApiPersistence"><![CDATA[{}]]></component>
<component name="KubernetesApiProvider"><![CDATA[{
"isMigrated": true
@@ -43,6 +60,9 @@
<component name="MavenRunner">
<option name="skipTests" value="true" />
</component>
<component name="PerforceDirect.Settings">
<option name="CHARSET" value="无" />
</component>
<component name="PhpWorkspaceProjectConfiguration" interpreter_name="php-7.4" />
<component name="ProblemsViewState">
<option name="selectedTabId" value="CurrentFile" />
@@ -54,6 +74,9 @@
"associatedIndex": 0
}]]></component>
<component name="ProjectId" id="37c4r4f77B6pOqd1XDquAZdazcC" />
<component name="ProjectLevelVcsManager">
<ConfirmationsSetting value="2" id="Add" />
</component>
<component name="ProjectViewState">
<option name="flattenModules" value="true" />
<option name="hideEmptyMiddlePackages" value="true" />
@@ -63,11 +86,14 @@
</component>
<component name="PropertiesComponent"><![CDATA[{
"keyToString": {
"ASKED_ADD_EXTERNAL_FILES": "true",
"HTTP 请求.generated-requests | #2.executor": "Run",
"HTTP 请求.generated-requests | #3.executor": "Run",
"JUnit.MainTests.executor": "Run",
"Maven.api-back-server [clean].executor": "Run",
"Maven.api-back-server [install].executor": "Run",
"Maven.api-back-server [package].executor": "Run",
"Maven.api-back-server [test].executor": "Run",
"RequestMappingsPanelOrder0": "0",
"RequestMappingsPanelOrder1": "1",
"RequestMappingsPanelWidth0": "75",
@@ -107,6 +133,12 @@
</key>
</component>
<component name="RunManager" selected="Spring Boot.Main">
<configuration name="generated-requests | #2" type="HttpClient.HttpRequestRunConfigurationType" factoryName="HTTP Request" temporary="true" nameIsGenerated="true" path="$APPLICATION_CONFIG_DIR$/scratches/generated-requests.http" index="2" requestIdentifier="#2" runType="运行单个请求">
<method v="2" />
</configuration>
<configuration name="generated-requests | #3" type="HttpClient.HttpRequestRunConfigurationType" factoryName="HTTP Request" temporary="true" nameIsGenerated="true" path="$APPLICATION_CONFIG_DIR$/scratches/generated-requests.http" index="3" requestIdentifier="#3" runType="运行单个请求">
<method v="2" />
</configuration>
<configuration name="MainTests" type="JUnit" factoryName="JUnit" temporary="true" nameIsGenerated="true">
<module name="api-back-server" />
<extension name="coverage">
@@ -130,11 +162,15 @@
</method>
</configuration>
<list>
<item itemvalue="HTTP 请求.generated-requests | #2" />
<item itemvalue="HTTP 请求.generated-requests | #3" />
<item itemvalue="JUnit.MainTests" />
<item itemvalue="Spring Boot.Main" />
</list>
<recent_temporary>
<list>
<item itemvalue="HTTP 请求.generated-requests | #2" />
<item itemvalue="HTTP 请求.generated-requests | #3" />
<item itemvalue="JUnit.MainTests" />
</list>
</recent_temporary>
@@ -147,13 +183,16 @@
<option name="number" value="Default" />
<option name="presentableId" value="Default" />
<updated>1767189220570</updated>
<workItem from="1767189221590" duration="16084000" />
<workItem from="1767189221590" duration="22759000" />
</task>
<servers />
</component>
<component name="TypeScriptGeneratedFilesManager">
<option name="version" value="3" />
</component>
<component name="VcsManagerConfiguration">
<option name="ADD_EXTERNAL_FILES_SILENTLY" value="true" />
</component>
<component name="VgoProject">
<integration-enabled>false</integration-enabled>
<settings-migrated>true</settings-migrated>