aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWeicao-CatilGrass <1992414357@qq.com>2025-04-22 00:42:42 +0800
committerWeicao-CatilGrass <1992414357@qq.com>2025-04-22 00:42:42 +0800
commit0749ca1d7e18caf38ea0ea5f82e02256a3c571c5 (patch)
tree7dd1a82d8033e428eb6548ffca30849a3f7a60c5
parentaeff5141bb6efb0a94d74b9e852c2c10074360b2 (diff)
修改测试
-rw-r--r--.idea/workspace.xml20
-rw-r--r--core/src/message_encoder.rs2
2 files changed, 17 insertions, 5 deletions
diff --git a/.idea/workspace.xml b/.idea/workspace.xml
index e053028..79c79fa 100644
--- a/.idea/workspace.xml
+++ b/.idea/workspace.xml
@@ -10,7 +10,6 @@
</component>
<component name="ChangeListManager">
<list default="true" id="43098f42-7a3b-4fc2-ad78-a08c96f7f5db" name="Changes" comment=".">
- <change beforePath="$PROJECT_DIR$/.idea/runConfigurations/Test_Message_Encoder.xml" beforeDir="false" />
<change beforePath="$PROJECT_DIR$/.idea/workspace.xml" beforeDir="false" afterPath="$PROJECT_DIR$/.idea/workspace.xml" afterDir="false" />
<change beforePath="$PROJECT_DIR$/core/src/message_encoder.rs" beforeDir="false" afterPath="$PROJECT_DIR$/core/src/message_encoder.rs" afterDir="false" />
</list>
@@ -31,6 +30,11 @@
<option name="NEW_BASE" value="main" />
</component>
<component name="Git.Settings">
+ <option name="RECENT_BRANCH_BY_REPOSITORY">
+ <map>
+ <entry key="$PROJECT_DIR$" value="main" />
+ </map>
+ </option>
<option name="RECENT_GIT_ROOT_PATH" value="$PROJECT_DIR$" />
</component>
<component name="GitHubPullRequestSearchHistory"><![CDATA[{
@@ -73,7 +77,7 @@
"RunOnceActivity.git.unshallow": "true",
"RunOnceActivity.rust.reset.selective.auto.import": "true",
"Shell Script.Shell Generate Documents.executor": "Run",
- "git-widget-placeholder": "main",
+ "git-widget-placeholder": "develop",
"node.js.detected.package.eslint": "true",
"node.js.detected.package.tslint": "true",
"node.js.selected.package.eslint": "(autodetect)",
@@ -112,7 +116,7 @@
<workItem from="1745180836475" duration="8116000" />
<workItem from="1745249796881" duration="84000" />
<workItem from="1745249888324" duration="2865000" />
- <workItem from="1745253286696" duration="65000" />
+ <workItem from="1745253286696" duration="461000" />
</task>
<task id="LOCAL-00001" summary="修改作者所有权">
<option name="closed" value="true" />
@@ -130,7 +134,15 @@
<option name="project" value="LOCAL" />
<updated>1745187955275</updated>
</task>
- <option name="localTasksCounter" value="3" />
+ <task id="LOCAL-00003" summary=".">
+ <option name="closed" value="true" />
+ <created>1745253542975</created>
+ <option name="number" value="00003" />
+ <option name="presentableId" value="LOCAL-00003" />
+ <option name="project" value="LOCAL" />
+ <updated>1745253542975</updated>
+ </task>
+ <option name="localTasksCounter" value="4" />
<servers />
</component>
<component name="TypeScriptGeneratedFilesManager">
diff --git a/core/src/message_encoder.rs b/core/src/message_encoder.rs
index cda7382..e6e10b2 100644
--- a/core/src/message_encoder.rs
+++ b/core/src/message_encoder.rs
@@ -2,6 +2,6 @@ use crate::messages::PlayerMessage;
impl PlayerMessage {
pub fn encode (&self) {
-
+ //
}
} \ No newline at end of file