Skip to content

Commit

Permalink
feat: 调整项目
Browse files Browse the repository at this point in the history
  • Loading branch information
WangJunZzz committed Nov 7, 2024
1 parent 0c36717 commit 91241bb
Show file tree
Hide file tree
Showing 875 changed files with 14 additions and 93,143 deletions.
1 change: 1 addition & 0 deletions Readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
## 🔗 链接

- [AbpPro预览](http://182.43.18.151:44318/)
- [代码生成器预览](http://182.43.18.151:44311/)
- [代码生成器仓库地址](https://github.com/WangJunZzz/abp-vnext-pro-suite)
- [文档地址](http://doc.cncore.club/)
- [视频教程](https://www.bilibili.com/video/BV1pt4y1E7aZ)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -31,13 +31,13 @@ public override void ConfigureServices(ServiceConfigurationContext context)
OldCompanyName = "MyCompanyName",
OldProjectName = "MyProjectName"
},
new AbpProTemplateOptions("abp-vnext-pro-nuget-simplify", "pro.simplify", "Nuget简单版本")
{
//ExcludeFiles = "aspnet-core,vben28,abp-vnext-pro-nuget-module,abp-vnext-pro-nuget-all,docs,.github,LICENSE,Readme.md",
ReplaceSuffix = ".sln,.csproj,.cs,.cshtml,.json,.ci,.yml,.yaml,.nswag,.DotSettings,.env,Directory.Build.Lion.targets",
OldCompanyName = "MyCompanyName",
OldProjectName = "MyProjectName"
},
// new AbpProTemplateOptions("abp-vnext-pro-nuget-simplify", "pro.simplify", "Nuget简单版本")
// {
// //ExcludeFiles = "aspnet-core,vben28,abp-vnext-pro-nuget-module,abp-vnext-pro-nuget-all,docs,.github,LICENSE,Readme.md",
// ReplaceSuffix = ".sln,.csproj,.cs,.cshtml,.json,.ci,.yml,.yaml,.nswag,.DotSettings,.env,Directory.Build.Lion.targets",
// OldCompanyName = "MyCompanyName",
// OldProjectName = "MyProjectName"
// },
new AbpProTemplateOptions("abp-vnext-pro-nuget-module", "pro.module", "模块")
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -146,8 +146,8 @@ public string GetShortDescription()
message += $" > lion.abp new -t pro -c 公司名称 -p 项目名称 -v 版本(默认LastRelease) -o 默认当前控制台执行目录";
message += Environment.NewLine;
message += $" > lion.abp new -t pro.all -c 公司名称 -p 项目名称 -v 版本(默认LastRelease) -o 默认当前控制台执行目录";
message += Environment.NewLine;
message += $" > lion.abp new -t pro.simplify -c 公司名称 -p 项目名称 -v 版本(默认LastRelease) -o 默认当前控制台执行目录";
// message += Environment.NewLine;
// message += $" > lion.abp new -t pro.simplify -c 公司名称 -p 项目名称 -v 版本(默认LastRelease) -o 默认当前控制台执行目录";
message += Environment.NewLine;
message += $" > lion.abp new -t pro.module-c 公司名称 -p 项目名称 -v 版本(默认LastRelease) -o 默认当前控制台执行目录";
return message;
Expand Down
4 changes: 2 additions & 2 deletions docs/content/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,14 +12,14 @@ Abp vNext Pro 是一个基于 Vben Admin, Abp vNext 打造的一个开箱即用

## Abp Vnext Pro

[演示 :fontawesome-solid-paper-plane:](http://182.43.18.151:44318/login){ .md-button }
[演示 :fontawesome-solid-paper-plane:](http://182.43.18.151:44318){ .md-button }
[GitHub :fontawesome-solid-paper-plane:](https://github.com/WangJunZzz/abp-vnext-pro){ .md-button }

## Abp Vnext Pro Suite

> 基于 Abp Vnext Pro 开发的代码生成器,可自动生成前后端 CURD 代码,提供生产力。
[演示 :fontawesome-solid-paper-plane:](http://116.205.177.85:81/login){ .md-button }
[演示 :fontawesome-solid-paper-plane:](http://182.43.18.151:44311){ .md-button }
[GitHub :fontawesome-solid-paper-plane:](https://github.com/WangJunZzz/abp-vnext-pro-suite){ .md-button }

## 视频教程
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<html>
<head>
<title>后台服务登录</title>
<link href="lib/bootstrap/css/bootstrap.min.css" rel="stylesheet"/>
<link href="libs/bootstrap/css/bootstrap.min.css" rel="stylesheet"/>
</head>
<body>
<div class="container">
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
<meta charset="UTF-8"/>
<meta http-equiv="X-UA-Compatible" content="IE=edge"/>
<meta name="viewport" content="width=device-width, initial-scale=1.0"/>
<link href="lib/bootstrap/css/bootstrap.min.css" rel="stylesheet"/>
<link href="libs/bootstrap/css/bootstrap.min.css" rel="stylesheet"/>
<title>后端服务</title>
</head>

Expand Down
285 changes: 0 additions & 285 deletions templates/abp-vnext-pro-nuget-simplify/.gitignore

This file was deleted.

This file was deleted.

Loading

0 comments on commit 91241bb

Please sign in to comment.