RuoVea.OmiArticle
6.0.0.11
There is a newer version of this package available.
See the version list below for details.
See the version list below for details.
dotnet add package RuoVea.OmiArticle --version 6.0.0.11
NuGet\Install-Package RuoVea.OmiArticle -Version 6.0.0.11
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="RuoVea.OmiArticle" Version="6.0.0.11" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="RuoVea.OmiArticle" Version="6.0.0.11" />
<PackageReference Include="RuoVea.OmiArticle" />
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add RuoVea.OmiArticle --version 6.0.0.11
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: RuoVea.OmiArticle, 6.0.0.11"
#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.
#:package RuoVea.OmiArticle@6.0.0.11
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=RuoVea.OmiArticle&version=6.0.0.11
#tool nuget:?package=RuoVea.OmiArticle&version=6.0.0.11
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
RuoVea.OmiDict
介绍:
文章管理 UI界面
文章管理 平台(RuoVea.OmiDict):基于.Net5.0 、.Net6.0 、.Net7.0、.Net8.0构建的简单、跨平台的系统。 系统业务简单、代码清晰,如果您只是单纯只需简单增、删、改、查。没有多余的功能,简单扩展下基本可以满足日常需求。 支持的数据库有 MySql、SqlServer、PostgreSQL、SQLite、Oracle、Firebird(后续支持)
安装教程
Install-Package RuoVea.OmiDict
builder.Services.AddOmiDictSetup();
builder.Services.AddSqlSugarSetup();
builder.Services.AddDictInitSetup();/*需要在 AddSqlSugarSetup之后*/
app.UseOmiDictUI();
配置信息
/* 数据库链接 - 具体配置见SqlSugar官网(第一个为默认库不需要设置ConfigId)*/
"ConnectionConfigs": [
{
"DbType": "Sqlite", // MySql、SqlServer、Sqlite、Oracle、PostgreSQL、Dm、Kdbndp、Oscar、MySqlConnector、Access、OpenGauss、QuestDB、HG、ClickHouse、GBase、Odbc、Custom
"ConnectionString": "DataSource=./database.db", // 库连接字符串
"EnableUnderLine": false, // 启用驼峰转下划线
}
// 其他数据库配置(可以配置多个)
//{
// "ConfigId": "test",
// "DbType": "Sqlite",
// "ConnectionString": "DataSource=./test.db", // 库连接字符串
// "EnableInitDb": true, // 启用库表初始化
// "EnableInitSeed": true, // 启用种子初始化
// "EnableDiffLog": false, // 启用库表差异日志
// "EnableUnderLine": false // 启用驼峰转下划线
// "IsEncrypt": true, //是否加密
// "DbSecurity": "" //链接字符串解密密钥
//}
]
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET | 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 was computed. 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. net9.0 was computed. net9.0-android was computed. net9.0-browser was computed. net9.0-ios was computed. net9.0-maccatalyst was computed. net9.0-macos was computed. net9.0-tvos was computed. net9.0-windows was computed. net10.0 was computed. net10.0-android was computed. net10.0-browser was computed. net10.0-ios was computed. net10.0-maccatalyst was computed. net10.0-macos was computed. net10.0-tvos was computed. net10.0-windows was computed. |
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.
-
net6.0
- Microsoft.AspNetCore.Mvc.Razor.RuntimeCompilation (>= 6.0.35)
- RuoVea.ExFilter (>= 6.0.19.5)
- RuoVea.OmiApi.Article (>= 6.0.0.6)
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 |
---|---|---|
8.0.0.18 | 223 | 9/17/2025 |
8.0.0.17 | 225 | 9/17/2025 |
8.0.0.16 | 223 | 9/17/2025 |
8.0.0.15 | 222 | 9/17/2025 |
8.0.0.14 | 108 | 9/12/2025 |
8.0.0.13 | 85 | 9/5/2025 |
8.0.0.12 | 91 | 9/5/2025 |
8.0.0.11 | 127 | 9/2/2025 |
8.0.0.10 | 129 | 9/2/2025 |
8.0.0.9 | 130 | 9/2/2025 |
8.0.0.8 | 129 | 9/2/2025 |
8.0.0.7 | 128 | 9/2/2025 |
8.0.0.6 | 128 | 9/1/2025 |
8.0.0.5 | 126 | 9/1/2025 |
8.0.0.4 | 132 | 9/1/2025 |
8.0.0.3 | 163 | 8/30/2025 |
8.0.0.2 | 152 | 8/29/2025 |
8.0.0.1 | 158 | 8/29/2025 |
8.0.0 | 195 | 8/26/2025 |
7.0.0.18 | 218 | 9/17/2025 |
7.0.0.17 | 221 | 9/17/2025 |
7.0.0.16 | 219 | 9/17/2025 |
7.0.0.15 | 221 | 9/17/2025 |
7.0.0.14 | 101 | 9/12/2025 |
7.0.0.13 | 76 | 9/5/2025 |
7.0.0.12 | 90 | 9/5/2025 |
7.0.0.11 | 122 | 9/2/2025 |
7.0.0.10 | 124 | 9/2/2025 |
7.0.0.9 | 129 | 9/2/2025 |
7.0.0.8 | 124 | 9/2/2025 |
7.0.0.7 | 125 | 9/2/2025 |
7.0.0.6 | 129 | 9/1/2025 |
7.0.0.5 | 119 | 9/1/2025 |
7.0.0.4 | 125 | 9/1/2025 |
7.0.0.3 | 158 | 8/30/2025 |
7.0.0.2 | 156 | 8/29/2025 |
7.0.0.1 | 151 | 8/29/2025 |
7.0.0 | 198 | 8/26/2025 |
6.0.0.18 | 219 | 9/17/2025 |
6.0.0.17 | 221 | 9/17/2025 |
6.0.0.16 | 217 | 9/17/2025 |
6.0.0.15 | 219 | 9/17/2025 |
6.0.0.14 | 107 | 9/12/2025 |
6.0.0.13 | 99 | 9/5/2025 |
6.0.0.12 | 92 | 9/5/2025 |
6.0.0.11 | 124 | 9/2/2025 |
6.0.0.10 | 126 | 9/2/2025 |
6.0.0.9 | 121 | 9/2/2025 |
6.0.0.8 | 127 | 9/2/2025 |
6.0.0.7 | 126 | 9/2/2025 |
6.0.0.6 | 129 | 9/1/2025 |
6.0.0.5 | 125 | 9/1/2025 |
6.0.0.4 | 125 | 9/1/2025 |
6.0.0.3 | 157 | 8/30/2025 |
6.0.0.2 | 152 | 8/29/2025 |
6.0.0.1 | 152 | 8/29/2025 |
6.0.0 | 198 | 8/26/2025 |