RuoVea.OmiArticle
10.0.0.3
dotnet add package RuoVea.OmiArticle --version 10.0.0.3
NuGet\Install-Package RuoVea.OmiArticle -Version 10.0.0.3
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="10.0.0.3" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="RuoVea.OmiArticle" Version="10.0.0.3" />
<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 10.0.0.3
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: RuoVea.OmiArticle, 10.0.0.3"
#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@10.0.0.3
#: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=10.0.0.3
#tool nuget:?package=RuoVea.OmiArticle&version=10.0.0.3
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
RuoVea.OmiArticle
介绍:
文章管理 UI界面
文章管理 平台(RuoVea.OmiArticle):基于.Net5.0 、.Net6.0 、.Net7.0、.Net8.0构建的简单、跨平台的系统。 系统业务简单、代码清晰,如果您只是单纯只需简单增、删、改、查。没有多余的功能,简单扩展下基本可以满足日常需求。 支持的数据库有 MySql、SqlServer、PostgreSQL、SQLite、Oracle、Firebird(后续支持)
安装教程
Install-Package RuoVea.OmiArticle
builder.Services.AddOmiArticleSetup();
builder.Services.AddSqlSugarSetup();
builder.Services.AddArticleInitSetup();/*需要在 AddSqlSugarSetup之后*/
app.UseOmiArticleUI(builder.Environment.ContentRootPath);
配置信息
/* 数据库链接 - 具体配置见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": "" //链接字符串解密密钥
//}
]
菜单
{
"title": "内容管理", "icon": "el-icon-notebook-2", "path": "/content", id: "5",
"children": [
{ id: '5-1', "icon": "el-icon-document", "path": "/article/index", "title": "文章管理" },
{ id: '5-2', "icon": "el-icon-folder", "path": "/category/index", "title": "分类管理" },
{ id: '5-3', "icon": "el-icon-price-tag", "path": "/tag/index", "title": "标签管理" }
],
}
| Product | Versions Compatible and additional computed target framework versions. |
|---|---|
| .NET | net10.0 is compatible. 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.
-
net10.0
- RuoVea.ExFilter (>= 10.0.0.5)
- RuoVea.OmiApi.Article (>= 10.0.0.2)
- RuoVea.OmiApi.Upload (>= 10.0.0.3)
- RuoVea.OmiUI (>= 10.0.0.1)
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 |
|---|---|---|
| 10.0.0.3 | 101 | 5/29/2026 |
| 10.0.0.2 | 115 | 5/28/2026 |
| 10.0.0.1 | 106 | 5/28/2026 |
| 9.0.0.3 | 99 | 5/29/2026 |
| 9.0.0.2 | 114 | 5/28/2026 |
| 9.0.0.1 | 98 | 5/28/2026 |
| 9.0.0 | 119 | 3/24/2026 |
| 8.0.1.13 | 101 | 5/29/2026 |
| 8.0.1.12 | 106 | 5/28/2026 |
| 8.0.1.11 | 103 | 5/28/2026 |
| 8.0.1.10 | 96 | 5/21/2026 |
| 8.0.1.9 | 129 | 3/24/2026 |
| 7.0.1.12 | 96 | 5/29/2026 |
| 7.0.1.11 | 114 | 5/28/2026 |
| 7.0.1.10 | 100 | 5/28/2026 |
| 7.0.1.9 | 121 | 3/24/2026 |
| 6.0.1.12 | 100 | 5/29/2026 |
| 6.0.1.11 | 103 | 5/28/2026 |
| 6.0.1.10 | 103 | 5/28/2026 |
| 6.0.1.9 | 114 | 3/24/2026 |
Loading failed