Skip to content

Commit

Permalink
Removed Electron
Browse files Browse the repository at this point in the history
  • Loading branch information
gdlcf88 committed Oct 5, 2024
1 parent 1cb5443 commit 15d2ec7
Show file tree
Hide file tree
Showing 40 changed files with 16 additions and 6,423 deletions.
50 changes: 0 additions & 50 deletions .github/workflows/draft-release.yml

This file was deleted.

4 changes: 2 additions & 2 deletions docs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@ Providing code generation and more features to help you develop applications and

## Getting Started

1. Download the package from [EasyAbp/AbpHelper.GUI/releases](https://github.com/EasyAbp/AbpHelper.GUI/releases) and unpack the files. Or you can also download the source code and use `npm run package` command to package the app yourself.
1. Clone this Git repository.

2. Run the executable file.
2. Run the `bash ./run.sh` command or the run.ps1 script file to start the AbpHelper GUI.

![preview 1](/docs/images/preview1.png)
![preview 2](/docs/images/preview2.png)
Expand Down
2 changes: 1 addition & 1 deletion dotnet/common.props
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<Project>
<PropertyGroup>
<LangVersion>latest</LangVersion>
<Version>2.13.0</Version>
<Version>2.14.0</Version>
<NoWarn>$(NoWarn);CS1591;CS0436</NoWarn>
<AbpProjectType>app</AbpProjectType>
</PropertyGroup>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
"windowsAuthentication": false,
"anonymousAuthentication": true,
"iisExpress": {
"applicationUrl": "https://localhost:44307",
"sslPort": 44307
"launchBrowser": true,
"applicationUrl": "http://127.0.0.1:5019"
}
},
"profiles": {
Expand All @@ -20,7 +20,7 @@
"commandName": "Project",
"launchBrowser": true,
"inspectUri": "{wsProtocol}://{url.hostname}:{url.port}/_framework/debug/ws-proxy?browser={browserInspectUri}",
"applicationUrl": "https://localhost:44307",
"applicationUrl": "http://127.0.0.1:5019",
"environmentVariables": {
"ASPNETCORE_ENVIRONMENT": "Development"
}
Expand Down
12 changes: 3 additions & 9 deletions dotnet/src/EasyAbp.AbpHelper.Gui.Blazor/appsettings.json
Original file line number Diff line number Diff line change
@@ -1,17 +1,11 @@
{
"App": {
"SelfUrl": "https://localhost:44313",
"RedirectAllowedUrls": "https://localhost:44313"
},
"ConnectionStrings": {
"Default": "Server=(LocalDb)\\MSSQLLocalDB;Database=Gui;Trusted_Connection=True"
"SelfUrl": "http://localhost:5019",
"RedirectAllowedUrls": "http://localhost:5019"
},
"AuthServer": {
"Authority": "https://localhost:44313",
"Authority": "http://localhost:5019",
"RequireHttpsMetadata": "false"
},
"StringEncryption": {
"DefaultPassPhrase": "kWqMpGMkzv2F97JA"
},
"DetailedErrors": true
}
2 changes: 1 addition & 1 deletion dotnet/src/EasyAbp.AbpHelper.Gui.Blazor/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "2.13.0",
"version": "2.14.0",
"name": "easyabp-abphelper-gui",
"private": true,
"dependencies": {
Expand Down
2 changes: 0 additions & 2 deletions electron/.gitattributes

This file was deleted.

7 changes: 0 additions & 7 deletions electron/.gitignore

This file was deleted.

1 change: 0 additions & 1 deletion electron/.node-version

This file was deleted.

27 changes: 0 additions & 27 deletions electron/.travis.yml

This file was deleted.

43 changes: 0 additions & 43 deletions electron/assets/app-icon/icon.svg

This file was deleted.

Binary file removed electron/assets/app-icon/mac/app.icns
Binary file not shown.
Binary file removed electron/assets/app-icon/menuitem/abp/icon.png
Binary file not shown.
Binary file removed electron/assets/app-icon/menuitem/abp/icon@2x.png
Binary file not shown.
Binary file removed electron/assets/app-icon/menuitem/abphelper/icon.png
Binary file not shown.
Binary file not shown.
Binary file removed electron/assets/app-icon/menuitem/discord/icon.png
Binary file not shown.
Binary file not shown.
Binary file removed electron/assets/app-icon/png/1024.png
Binary file not shown.
Binary file removed electron/assets/app-icon/png/128.png
Binary file not shown.
Binary file removed electron/assets/app-icon/png/144.png
Binary file not shown.
Binary file removed electron/assets/app-icon/png/16.png
Binary file not shown.
Binary file removed electron/assets/app-icon/png/24.png
Binary file not shown.
Binary file removed electron/assets/app-icon/png/256.png
Binary file not shown.
Binary file removed electron/assets/app-icon/png/32.png
Binary file not shown.
Binary file removed electron/assets/app-icon/png/48.png
Binary file not shown.
Binary file removed electron/assets/app-icon/png/512.png
Binary file not shown.
Binary file removed electron/assets/app-icon/png/64.png
Binary file not shown.
Binary file removed electron/assets/app-icon/tray/icon-darwin.png
Binary file not shown.
Binary file removed electron/assets/app-icon/tray/icon-darwin@2x.png
Binary file not shown.
Binary file removed electron/assets/app-icon/tray/icon.png
Binary file not shown.
Binary file removed electron/assets/app-icon/tray/icon@2x.png
Binary file not shown.
Binary file removed electron/assets/app-icon/win/app.ico
Binary file not shown.
11 changes: 0 additions & 11 deletions electron/cli.js

This file was deleted.

100 changes: 0 additions & 100 deletions electron/index.html

This file was deleted.

Loading

0 comments on commit 15d2ec7

Please sign in to comment.