XiaoFeng.Mvc.AdminWinDesk 1.0.1

There is a newer version of this package available.
See the version list below for details.
dotnet add package XiaoFeng.Mvc.AdminWinDesk --version 1.0.1
NuGet\Install-Package XiaoFeng.Mvc.AdminWinDesk -Version 1.0.1
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="XiaoFeng.Mvc.AdminWinDesk" Version="1.0.1" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add XiaoFeng.Mvc.AdminWinDesk --version 1.0.1
#r "nuget: XiaoFeng.Mvc.AdminWinDesk, 1.0.1"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install XiaoFeng.Mvc.AdminWinDesk as a Cake Addin
#addin nuget:?package=XiaoFeng.Mvc.AdminWinDesk&version=1.0.1

// Install XiaoFeng.Mvc.AdminWinDesk as a Cake Tool
#tool nuget:?package=XiaoFeng.Mvc.AdminWinDesk&version=1.0.1

XiaoFeng.Mvc.AdminWinDesk

fayelf

GitHub top language GitHub License Nuget Downloads Nuget Nuget (with prereleases)

Nuget:XiaoFeng.Mvc.AdminWinDesk

QQ群号 QQ群 公众号
748408911 QQ 群 畅聊了个科技

源码: https://github.com/zhuovi/XiaoFeng.Mvc.AdminWinDesk

教程: https://www.yuque.com/fayelf/xiaofeng.mvc

模仿windows桌面后台皮肤

XiaoFeng

XiaoFeng generator with XiaoFeng.

Install

.NET CLI

$ dotnet add package XiaoFeng.Mvc.AdminWinDesk --version 1.0.1

Package Manager

PM> Install-Package XiaoFeng.Mvc.AdminWinDesk -Version 1.0.1

PackageReference

<PackageReference Include="XiaoFeng.Mvc.AdminWinDesk" Version="1.0.1" />

Paket CLI

> paket add XiaoFeng.Mvc.AdminWinDesk --version 1.0.1

Script & Interactive

> #r "nuget: XiaoFeng.Mvc.AdminWinDesk, 1.0.1"

Cake

// Install XiaoFeng.Mvc.AdminWinDesk as a Cake Addin
#addin nuget:?package=XiaoFeng.Mvc.AdminWinDesk&version=1.0.1

// Install XiaoFeng.Mvc.AdminWinDesk as a Cake Tool
#tool nuget:?package=XiaoFeng.Mvc.AdminWinDesk&version=1.0.1

使用说明

1.通过 Microsoft Visual Studio Enterprise 2022 新建空项目

2.从Nuget上搜索 XiaoFeng.Mvc.AdminWinDesk,然后安装 System.Data.SQLite 这是默认的SQLite驱动

3.把项目下的 appsetting.json文件删除

4.把Program.cs文件修改为如下:

using XiaoFeng.Mvc.AdminWinDesk;

await ApplicationManager.Load(args).RunAsync(() => WebHost.CreateHost(args, services =>
{
#if DEBUG
	//services.AddControllersWithViews().AddRazorRuntimeCompilation();
#endif
}, app =>
{
    //启用 windows desk 皮肤
	app.UseAdminWinDesk(app.Environment);

},init:true));

5.启动项目

6.启动起来后,输入网址 http://localhost:8001/Admin

7.输入帐号 admin 密码admin123456

8.进入后台界面。 image

9.首界面 image

10.编辑界面 image

11.修改密码 image

12.权限桌面 a5a4bbbf6b7613d7208dd682154063a

13.win桌面 f6b1b0d12bdcb50bdb551e9fe750f0e

作者介绍

Product Compatible and additional computed target framework versions.
.NET net5.0 is compatible.  net5.0-windows was computed.  net6.0 is compatible.  net6.0-android was computed.  net6.0-ios was computed.  net6.0-maccatalyst was computed.  net6.0-macos was computed.  net6.0-tvos was computed.  net6.0-windows was computed.  net7.0 is compatible.  net7.0-android was computed.  net7.0-ios was computed.  net7.0-maccatalyst was computed.  net7.0-macos was computed.  net7.0-tvos was computed.  net7.0-windows was computed.  net8.0 was computed.  net8.0-android was computed.  net8.0-browser was computed.  net8.0-ios was computed.  net8.0-maccatalyst was computed.  net8.0-macos was computed.  net8.0-tvos was computed.  net8.0-windows was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
1.0.4 283 8/29/2023
1.0.3 251 5/18/2023
1.0.2 357 4/24/2023
1.0.1 402 3/2/2023
1.0.0 391 2/6/2023

增加皮肤配置;修复发布时资源冲突bug;优化窗口大小;