This website requires JavaScript.
Explore
Help
Sign In
Third_Dev_Dept
/
Migu2.0
Watch
18
Star
0
Fork
0
Code
Issues
2
Pull Requests
Packages
Projects
Releases
Wiki
Activity
初始化 MiGu.Server 项目,包含基本的 ASP.NET Core 8 配置、JWT 鉴权、RBAC 权限管理、YARP 反向代理及相关配置文件。新增 build-and-run 脚本以简化构建与运行流程,添加 README 文档以指导用户快速上手。
Browse Source
...
This commit is contained in:
ArtoriasWu
2026-06-22 09:29:31 +08:00
parent
f2ef32a22b
commit
f4dec3c120
45 changed files
with
0 additions
and
0 deletions
Show all changes
Ignore whitespace when comparing lines
Ignore changes in amount of whitespace
Ignore changes in whitespace at EOL
Download Patch File
Download Diff File
Expand all files
Collapse all files
backends/MiGu.Server.sln → MiGu.Server.sln
Unescape
Escape
Copy filename
View File
backends/MiGu.Server/.gitignore → MiGu.Server/.gitignore
Unescape
Escape
Copy filename
View File
backends/MiGu.Server/Auth/InternalTokenStore.cs → MiGu.Server/Auth/InternalTokenStore.cs
Unescape
Escape
Copy filename
View File
backends/MiGu.Server/Auth/JwtIssuer.cs → MiGu.Server/Auth/JwtIssuer.cs
Unescape
Escape
Copy filename
View File
backends/MiGu.Server/Auth/PageCatalog.cs → MiGu.Server/Auth/PageCatalog.cs
Unescape
Escape
Copy filename
View File
backends/MiGu.Server/Auth/RbacModels.cs → MiGu.Server/Auth/RbacModels.cs
Unescape
Escape
Copy filename
View File
backends/MiGu.Server/Auth/RbacStore.cs → MiGu.Server/Auth/RbacStore.cs
Unescape
Escape
Copy filename
View File
backends/MiGu.Server/Configs/ChargePolicy.cs → MiGu.Server/Configs/ChargePolicy.cs
Unescape
Escape
Copy filename
View File
backends/MiGu.Server/Configs/ConfigStore.cs → MiGu.Server/Configs/ConfigStore.cs
Unescape
Escape
Copy filename
View File
backends/MiGu.Server/Configs/CustomWidget.cs → MiGu.Server/Configs/CustomWidget.cs
Unescape
Escape
Copy filename
View File
backends/MiGu.Server/Configs/DeploymentCatalog.cs → MiGu.Server/Configs/DeploymentCatalog.cs
Unescape
Escape
Copy filename
View File
backends/MiGu.Server/Configs/DeploymentProfile.cs → MiGu.Server/Configs/DeploymentProfile.cs
Unescape
Escape
Copy filename
View File
backends/MiGu.Server/Configs/DeviceManagementConfig.cs → MiGu.Server/Configs/DeviceManagementConfig.cs
Unescape
Escape
Copy filename
View File
backends/MiGu.Server/Configs/EffectivePermissions.cs → MiGu.Server/Configs/EffectivePermissions.cs
Unescape
Escape
Copy filename
View File
backends/MiGu.Server/Configs/ExternalIntegrations.cs → MiGu.Server/Configs/ExternalIntegrations.cs
Unescape
Escape
Copy filename
View File
backends/MiGu.Server/Configs/FleetLifecycleConfig.cs → MiGu.Server/Configs/FleetLifecycleConfig.cs
Unescape
Escape
Copy filename
View File
backends/MiGu.Server/Configs/LocationManagement.cs → MiGu.Server/Configs/LocationManagement.cs
Unescape
Escape
Copy filename
View File
backends/MiGu.Server/Configs/OpsAuditStore.cs → MiGu.Server/Configs/OpsAuditStore.cs
Unescape
Escape
Copy filename
View File
backends/MiGu.Server/Configs/OpsConfig.cs → MiGu.Server/Configs/OpsConfig.cs
Unescape
Escape
Copy filename
View File
backends/MiGu.Server/Configs/RoutingPolicy.cs → MiGu.Server/Configs/RoutingPolicy.cs
Unescape
Escape
Copy filename
View File
backends/MiGu.Server/Configs/ScenarioTemplateConfig.cs → MiGu.Server/Configs/ScenarioTemplateConfig.cs
Unescape
Escape
Copy filename
View File
backends/MiGu.Server/Configs/SystemConfig.cs → MiGu.Server/Configs/SystemConfig.cs
Unescape
Escape
Copy filename
View File
backends/MiGu.Server/Configs/TaskAllocationPolicy.cs → MiGu.Server/Configs/TaskAllocationPolicy.cs
Unescape
Escape
Copy filename
View File
backends/MiGu.Server/Configs/TrafficRule.cs → MiGu.Server/Configs/TrafficRule.cs
Unescape
Escape
Copy filename
View File
backends/MiGu.Server/Configs/VehicleMaintenancePolicy.cs → MiGu.Server/Configs/VehicleMaintenancePolicy.cs
Unescape
Escape
Copy filename
View File
backends/MiGu.Server/Controllers/AuthController.cs → MiGu.Server/Controllers/AuthController.cs
Unescape
Escape
Copy filename
View File
backends/MiGu.Server/Controllers/ConfigController.cs → MiGu.Server/Controllers/ConfigController.cs
Unescape
Escape
Copy filename
View File
backends/MiGu.Server/Controllers/HealthController.cs → MiGu.Server/Controllers/HealthController.cs
Unescape
Escape
Copy filename
View File
backends/MiGu.Server/Controllers/LogsController.cs → MiGu.Server/Controllers/LogsController.cs
Unescape
Escape
Copy filename
View File
backends/MiGu.Server/Controllers/MapsContentController.cs → MiGu.Server/Controllers/MapsContentController.cs
Unescape
Escape
Copy filename
View File
backends/MiGu.Server/Controllers/OpsController.cs → MiGu.Server/Controllers/OpsController.cs
Unescape
Escape
Copy filename
View File
backends/MiGu.Server/Controllers/ProjectionController.cs → MiGu.Server/Controllers/ProjectionController.cs
Unescape
Escape
Copy filename
View File
backends/MiGu.Server/Controllers/RbacController.cs → MiGu.Server/Controllers/RbacController.cs
Unescape
Escape
Copy filename
View File
backends/MiGu.Server/Controllers/WizardController.cs → MiGu.Server/Controllers/WizardController.cs
Unescape
Escape
Copy filename
View File
backends/MiGu.Server/Infra/AtomicFile.cs → MiGu.Server/Infra/AtomicFile.cs
Unescape
Escape
Copy filename
View File
backends/MiGu.Server/Launcher/SimpleLiteBuildSync.cs → MiGu.Server/Launcher/SimpleLiteBuildSync.cs
Unescape
Escape
Copy filename
View File
backends/MiGu.Server/Launcher/SimpleLiteLauncher.cs → MiGu.Server/Launcher/SimpleLiteLauncher.cs
Unescape
Escape
Copy filename
View File
backends/MiGu.Server/Launcher/SimpleLiteOptions.cs → MiGu.Server/Launcher/SimpleLiteOptions.cs
Unescape
Escape
Copy filename
View File
backends/MiGu.Server/MiGu.Server.csproj → MiGu.Server/MiGu.Server.csproj
Unescape
Escape
Copy filename
View File
backends/MiGu.Server/Program.cs → MiGu.Server/Program.cs
Unescape
Escape
Copy filename
View File
backends/MiGu.Server/Properties/launchSettings.json → MiGu.Server/Properties/launchSettings.json
Unescape
Escape
Copy filename
View File
backends/MiGu.Server/README.md → MiGu.Server/README.md
Unescape
Escape
Copy filename
View File
backends/MiGu.Server/appsettings.Development.json → MiGu.Server/appsettings.Development.json
Unescape
Escape
Copy filename
View File
backends/MiGu.Server/appsettings.json → MiGu.Server/appsettings.json
Unescape
Escape
Copy filename
View File
backends/MiGu.Server/build-and-run.bat → MiGu.Server/build-and-run.bat
Unescape
Escape
Copy filename
View File
Write
Preview
Loading…
x
Add
Cancel
Save
Reference in New Issue
Repository
Third_Dev_Dept/Migu2.0
Title
Body
Create Issue
Block a user
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues.
Learn more about blocking a user.
User to block:
Optional note:
The note is not visible to the blocked user.
Cancel
Block