Commit 78c3fe3
committed
Refactor project structure and update configurations
- Corrected Dockerfile path in `docker-release.yml`.
- Updated `.gitignore` to include Visual Studio cache.
- Changed project name to `GitcgNetCord` in relevant files.
- Modified `workspace.xml` for new project configurations.
- Added `Microsoft.VisualStudio.Azure.Containers.Tools.Targets` to `Directory.Packages.props`.
- Updated `Gitcg.NetCord.slnx` to reflect new project structure.
- Created new tables in `script.sql` for user accounts.
- Refactored `AppHost.cs` and `AppHost.csproj` for new naming conventions.
- Enhanced `Dockerfile` with comments and corrected paths.
- Added methods in `Extensions.cs` for Discord bot modules.
- Updated `launchSettings.json` for Docker profile.
- Modified `appsettings.Development.json` for new configuration.
- Updated `app.css` for error handling styles.
- Refactored `Program.cs` for new service registrations.
- Added `SharedConstants.cs` for sharing code length constant.
- Created `SharedUtils.csproj` for shared utilities.
- Various other files updated for naming conventions and structure.1 parent a98c223 commit 78c3fe3
79 files changed
Lines changed: 3057 additions & 353 deletions
File tree
- .github/workflows
- .idea
- .idea.Gitcg.NetCord/.idea
- .idea.GitcgNetCord/.idea
- src
- AppHost
- Gitcg.NetCord.MainApp
- Extensions
- Properties
- GitcgNetCord.MainApp
- Commands
- Autocompletes
- Interactions
- Preconditions
- Slash
- Components
- Layout
- Pages
- Configuration
- Entities
- Repositories
- Enums
- Extensions
- GatewayHandlers
- Infrastructure
- HoyolabServices
- Migrations
- Models
- Modules
- Feats
- Properties
- wwwroot
- GitcgPainter/Extensions
- HoyolabHttpClient
- Extensions
- Responses/DecodeCardCode
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
31 | 31 | | |
32 | 32 | | |
33 | 33 | | |
34 | | - | |
| 34 | + | |
35 | 35 | | |
36 | 36 | | |
37 | 37 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
51 | 51 | | |
52 | 52 | | |
53 | 53 | | |
54 | | - | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
This file was deleted.
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
File renamed without changes.
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
File renamed without changes.
File renamed without changes.
File renamed without changes.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
13 | | - | |
| 13 | + | |
14 | 14 | | |
15 | 15 | | |
16 | 16 | | |
| |||
21 | 21 | | |
22 | 22 | | |
23 | 23 | | |
| 24 | + | |
24 | 25 | | |
25 | 26 | | |
0 commit comments