diff --git a/.idea/.idea.ClassIsland/.idea/CopilotChatHistory.xml b/.idea/.idea.ClassIsland/.idea/CopilotChatHistory.xml new file mode 100644 index 000000000..22ff32f83 --- /dev/null +++ b/.idea/.idea.ClassIsland/.idea/CopilotChatHistory.xml @@ -0,0 +1,27 @@ + + + + + + \ No newline at end of file diff --git a/.idea/.idea.ClassIsland/.idea/MarsCodeWorkspaceAppSettings.xml b/.idea/.idea.ClassIsland/.idea/MarsCodeWorkspaceAppSettings.xml new file mode 100644 index 000000000..dbb5ec896 --- /dev/null +++ b/.idea/.idea.ClassIsland/.idea/MarsCodeWorkspaceAppSettings.xml @@ -0,0 +1,7 @@ + + + + + \ No newline at end of file diff --git a/.idea/.idea.ClassIsland/.idea/vcs.xml b/.idea/.idea.ClassIsland/.idea/vcs.xml index 2eb9693cb..35eb1ddfb 100644 --- a/.idea/.idea.ClassIsland/.idea/vcs.xml +++ b/.idea/.idea.ClassIsland/.idea/vcs.xml @@ -2,6 +2,5 @@ - \ No newline at end of file diff --git a/.vscode/launch.json b/.vscode/launch.json new file mode 100644 index 000000000..6cb0d4c9d --- /dev/null +++ b/.vscode/launch.json @@ -0,0 +1,26 @@ +{ + "version": "0.2.0", + "configurations": [ + { + // 使用 IntelliSense 找出 C# 调试存在哪些属性 + // 将悬停用于现有属性的说明 + // 有关详细信息,请访问 https://github.com/dotnet/vscode-csharp/blob/main/debugger-launchjson.md + "name": ".NET Core Launch (console)", + "type": "coreclr", + "request": "launch", + "preLaunchTask": "build", + // 如果已更改目标框架,请确保更新程序路径。 + "program": "${workspaceFolder}/ClassIsland/bin/Debug/net8.0-windows/ClassIsland.dll", + "args": [], + "cwd": "${workspaceFolder}/ClassIsland", + // 有关“控制台”字段的详细信息,请参阅 https://aka.ms/VSCode-CS-LaunchJson-Console + "console": "internalConsole", + "stopAtEntry": false + }, + { + "name": ".NET Core Attach", + "type": "coreclr", + "request": "attach" + } + ] +} \ No newline at end of file diff --git a/.vscode/tasks.json b/.vscode/tasks.json new file mode 100644 index 000000000..647208452 --- /dev/null +++ b/.vscode/tasks.json @@ -0,0 +1,41 @@ +{ + "version": "2.0.0", + "tasks": [ + { + "label": "build", + "command": "dotnet", + "type": "process", + "args": [ + "build", + "${workspaceFolder}/ClassIsland/ClassIsland.csproj", + "/property:GenerateFullPaths=true", + "/consoleloggerparameters:NoSummary;ForceNoAlign" + ], + "problemMatcher": "$msCompile" + }, + { + "label": "publish", + "command": "dotnet", + "type": "process", + "args": [ + "publish", + "${workspaceFolder}/ClassIsland/ClassIsland.csproj", + "/property:GenerateFullPaths=true", + "/consoleloggerparameters:NoSummary;ForceNoAlign" + ], + "problemMatcher": "$msCompile" + }, + { + "label": "watch", + "command": "dotnet", + "type": "process", + "args": [ + "watch", + "run", + "--project", + "${workspaceFolder}/ClassIsland/ClassIsland.csproj" + ], + "problemMatcher": "$msCompile" + } + ] +} \ No newline at end of file diff --git a/ClassIsland.PluginSdk/ClassIsland.PluginSdk.targets b/ClassIsland.PluginSdk/ClassIsland.PluginSdk.targets index 38b8dd672..2fc568d47 100644 --- a/ClassIsland.PluginSdk/ClassIsland.PluginSdk.targets +++ b/ClassIsland.PluginSdk/ClassIsland.PluginSdk.targets @@ -30,7 +30,7 @@ DestinationFile="$(ClassIslandSdk_CipxOutputPath)"/> - \ No newline at end of file diff --git a/ClassIsland/MainWindow.xaml b/ClassIsland/MainWindow.xaml index 1043305cd..bf1621b33 100644 --- a/ClassIsland/MainWindow.xaml +++ b/ClassIsland/MainWindow.xaml @@ -171,8 +171,8 @@ + IsLiveGroupingRequested="False" + IsLiveSortingRequested="False"> +> [!caution] +> 目前我们正在进行备案更变,2025/6/25-2025/7/29 期间 ClassIsland 所有网络服务可能无法访问,届时可能无法正常下载/更新应用和插件。感谢大家的理解和支持。 +
# ClassIsland