XFE Git
XFE Studio Git
Git 首页 全局搜索
XFE 主站 文档 NuGet

XFEExtension.NetCore.ServerInteractive

[DLL] Server interaction extension, including user identity verification and querying in conjunction with AutoConfig

公开
关注 0 Fork 0 Star 0
返回提交历史

XFEstudio/XFEExtension.NetCore.ServerInteractive

完善文档

b39d541
XFE工作室室长 <mail@xfegzs.com>
提交于

代码差异

2 个文件 +8 -8
Modified README.md +4 -4
@@ -1,11 +1,11 @@
1 1 # XFEExtension.NetCore.ServerInteractive
2 2
3 [![NuGet](https://img.shields.io/nuget/v/XFEExtension.NetCore.ServerInteractive.svg)](https://www.nuget.org/packages/XFEExtension.NetCore.ServerInteractive/)
4 [![NuGet Downloads](https://img.shields.io/nuget/dt/XFEExtension.NetCore.ServerInteractive.svg)](https://www.nuget.org/packages/XFEExtension.NetCore.ServerInteractive/)
3 [![NuGet](https://img.shields.io/nuget/v/XFEExtension.NetCore.ServerInteractive?label=NuGet&logo=NuGet)](https://www.nuget.org/packages/XFEExtension.NetCore.ServerInteractive/)
4 [![NuGet Downloads](https://img.shields.io/nuget/dt/XFEExtension.NetCore.ServerInteractive?label=Downloads&logo=NuGet)](https://www.nuget.org/packages/XFEExtension.NetCore.ServerInteractive/)
5 5 [![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](LICENSE.txt)
6 [![.NET](https://img.shields.io/badge/.NET-10.0-purple.svg)](https://dotnet.microsoft.com/)
6 [![.NET](https://img.shields.io/badge/.NET-10.0-512BD4)](https://dotnet.microsoft.com/download)
7 7
8 > 🌐 [中文文档 (Chinese)](README_CN.md)
8 > 🌐 English | [简体中文](https://github.com/XFEstudio/XFEExtension.NetCore.ServerInteractive/blob/master/README_CN.md)
9 9
10 10 ## Description
11 11
Modified README_CN.md +4 -4
@@ -1,11 +1,11 @@
1 1 # XFEExtension.NetCore.ServerInteractive
2 2
3 [![NuGet](https://img.shields.io/nuget/v/XFEExtension.NetCore.ServerInteractive.svg)](https://www.nuget.org/packages/XFEExtension.NetCore.ServerInteractive/)
4 [![NuGet Downloads](https://img.shields.io/nuget/dt/XFEExtension.NetCore.ServerInteractive.svg)](https://www.nuget.org/packages/XFEExtension.NetCore.ServerInteractive/)
3 [![NuGet](https://img.shields.io/nuget/v/XFEExtension.NetCore.ServerInteractive?label=NuGet&logo=NuGet)](https://www.nuget.org/packages/XFEExtension.NetCore.ServerInteractive/)
4 [![NuGet Downloads](https://img.shields.io/nuget/dt/XFEExtension.NetCore.ServerInteractive?label=Downloads&logo=NuGet)](https://www.nuget.org/packages/XFEExtension.NetCore.ServerInteractive/)
5 5 [![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](LICENSE.txt)
6 [![.NET](https://img.shields.io/badge/.NET-10.0-purple.svg)](https://dotnet.microsoft.com/)
6 [![.NET](https://img.shields.io/badge/.NET-10.0-512BD4)](https://dotnet.microsoft.com/download)
7 7
8 > 🌐 [English Documentation](README.md)
8 > 🌐 [English](https://github.com/XFEstudio/XFEExtension.NetCore.ServerInteractive/blob/master/README_CN.md) | 简体中文
9 9
10 10 ## 描述
11 11