aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWeicao-CatilGrass <1992414357@qq.com>2025-04-14 14:17:25 +0800
committerWeicao-CatilGrass <1992414357@qq.com>2025-04-14 14:17:25 +0800
commitb763204153a92b6177142c09d111efd802ee85cd (patch)
tree74004b1a093f7a48c52bbcff4f376687a8406a91
parent8cc3ec33dca55a8703066ae14f888bdf9bffe55e (diff)
.
-rw-r--r--.init/desktop-git.ini2
-rw-r--r--.init/desktop.ini6
-rw-r--r--.init/init_project.bat2
-rw-r--r--.obsidian/workspace.json4
-rw-r--r--client/desktop.ini6
-rw-r--r--core/desktop.ini2
-rw-r--r--core/test/desktop.ini2
7 files changed, 11 insertions, 13 deletions
diff --git a/.init/desktop-git.ini b/.init/desktop-git.ini
new file mode 100644
index 0000000..c293b44
--- /dev/null
+++ b/.init/desktop-git.ini
@@ -0,0 +1,2 @@
+[.ShellClassInfo]
+IconResource=.\..\.init\Folder-Ico\ico\git-1.ico,0
diff --git a/.init/desktop.ini b/.init/desktop.ini
index ab0aa15..f0a2c8c 100644
--- a/.init/desktop.ini
+++ b/.init/desktop.ini
@@ -1,6 +1,2 @@
[.ShellClassInfo]
-IconResource=.\..\.init\Folder-Ico\ico\programmer-4.ico,0
-[ViewState]
-Mode=
-Vid=
-FolderType=Generic
+IconResource=.\..\.init\Folder-Ico\ico\bash.ico,0
diff --git a/.init/init_project.bat b/.init/init_project.bat
index b1d0ba6..a8b3571 100644
--- a/.init/init_project.bat
+++ b/.init/init_project.bat
@@ -28,6 +28,8 @@ popd
cd ..
+copy .\.init\desktop-git.ini .\.git\desktop.ini
+
for /f "delims=" %%D in ('dir /ad /b /s ^| findstr /v /i "\\.cargo\\shared\\"') do (
if exist "%%~D\desktop.ini" (
attrib +h "%%~D\desktop.ini" >nul
diff --git a/.obsidian/workspace.json b/.obsidian/workspace.json
index fb4e1de..1164a64 100644
--- a/.obsidian/workspace.json
+++ b/.obsidian/workspace.json
@@ -167,6 +167,8 @@
},
"active": "8fab3a873edfc7f3",
"lastOpenFiles": [
+ "core/test/desktop.ini",
+ "core/desktop.ini~",
"core/src/pads_server.rs~",
"core/src/pads_player_commands.rs~",
"core/src/pads_player.rs~",
@@ -176,8 +178,6 @@
"core/test/src/bin/console_server.rs",
"core/test/src/main.rs",
"core/test/src/bin",
- "core/test/Cargo.toml",
- "core/test/src",
"doc/基础功能列表.md",
"doc/项目结构.canvas",
"README.md",
diff --git a/client/desktop.ini b/client/desktop.ini
index 67e27c9..5be6dcf 100644
--- a/client/desktop.ini
+++ b/client/desktop.ini
@@ -1,6 +1,2 @@
[.ShellClassInfo]
-IconResource=..\.init\Folder-Ico\ico\microsoft_user.ico,0
-[ViewState]
-Mode=
-Vid=
-FolderType=Generic
+IconResource=..\.init\Folder-Ico\ico\rust-2.ico,0 \ No newline at end of file
diff --git a/core/desktop.ini b/core/desktop.ini
index 625ab66..5be6dcf 100644
--- a/core/desktop.ini
+++ b/core/desktop.ini
@@ -1,2 +1,2 @@
[.ShellClassInfo]
-IconResource=..\.init\Folder-Ico\ico\windows_powershell_core.ico,0 \ No newline at end of file
+IconResource=..\.init\Folder-Ico\ico\rust-2.ico,0 \ No newline at end of file
diff --git a/core/test/desktop.ini b/core/test/desktop.ini
new file mode 100644
index 0000000..fe09abc
--- /dev/null
+++ b/core/test/desktop.ini
@@ -0,0 +1,2 @@
+[.ShellClassInfo]
+IconResource=..\..\.init\Folder-Ico\ico\rust-2.ico,0 \ No newline at end of file