RuoVea.OmiDict 6.0.3.3

There is a newer version of this package available.
See the version list below for details.
dotnet add package RuoVea.OmiDict --version 6.0.3.3
                    
NuGet\Install-Package RuoVea.OmiDict -Version 6.0.3.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.OmiDict" Version="6.0.3.3" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="RuoVea.OmiDict" Version="6.0.3.3" />
                    
Directory.Packages.props
<PackageReference Include="RuoVea.OmiDict" />
                    
Project file
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.OmiDict --version 6.0.3.3
                    
#r "nuget: RuoVea.OmiDict, 6.0.3.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.OmiDict@6.0.3.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.OmiDict&version=6.0.3.3
                    
Install as a Cake Addin
#tool nuget:?package=RuoVea.OmiDict&version=6.0.3.3
                    
Install as a Cake Tool

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": "" //链接字符串解密密钥
    //}
  ]

字段值说明:

TagType Value 必填 ExtData 必填 说明
text ✅ 是 ❌ 否 普通文本
badge ✅ 是 ❌ 否 徽章显示
tag ✅ 是 ❌ 否 标签显示
button ✅ 是 ❌ 否 按钮文本
status ✅ 是 ❌ 否 状态指示
progress ✅ 是 ❌ 否 进度值(0-100)
image ❌ 否* ❌ 否* Value 或 ExtData.imageUrl 必须有一个
url ❌ 否* ❌ 否* Value 或 ExtData.linkUrl 必须有一个
html ❌ 否* ❌ 否* Value 或 ExtData.content 必须有一个
json ❌ 否 ✅ 是 必须是有效JSON
color ✅ 是 ❌ 否 颜色代码
code ✅ 是 ❌ 否 代码标识
boolean ✅ 是 ❌ 否 true/false
date ✅ 是 ❌ 否 日期字符串或时间戳

*注:表示两者至少有一个需要提供值

custom/{typeCode} customt/{typeCode}/{t} customtaed/{typeCode}/{t}/{aed}

image/{typeCode} imaged/{typeCode}/{aed}

菜单

{
    "title": "平台管理", "path": "/platform", "icon": "el-icon-monitor", id: "3",
    "children": [
        { id: '3-2', "icon": "el-icon-collection", "path": "/dicttype/index", "title": "字典管理" },
    ],
},
Product 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.

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.3.4 0 9/10/2025
8.0.3.3 41 9/8/2025
8.0.3.2 51 9/7/2025
8.0.3.1 62 9/5/2025
8.0.3 93 9/5/2025
8.0.0.9 162 8/30/2025
8.0.0.8 149 8/29/2025
8.0.0.7 173 8/29/2025
8.0.0.6 392 7/21/2025
8.0.0.5 178 4/23/2025
8.0.0.4 177 4/9/2025
8.0.0.3 176 4/3/2025
8.0.0.2 165 4/1/2025
8.0.0.1 226 3/4/2025
8.0.0 225 3/4/2025
7.0.3.4 0 9/10/2025
7.0.3.3 40 9/8/2025
7.0.3.2 50 9/7/2025
7.0.3.1 54 9/5/2025
7.0.3 97 9/5/2025
7.0.0.9 151 8/30/2025
7.0.0.8 148 8/29/2025
7.0.0.7 166 8/29/2025
7.0.0.6 388 7/21/2025
7.0.0.5 165 4/23/2025
7.0.0.4 169 4/9/2025
7.0.0.3 168 4/3/2025
7.0.0.2 165 4/1/2025
7.0.0.1 220 3/4/2025
7.0.0 217 3/4/2025
6.0.3.4 0 9/10/2025
6.0.3.3 57 9/8/2025
6.0.3.2 54 9/7/2025
6.0.3.1 55 9/5/2025
6.0.3 91 9/5/2025
6.0.2.12 160 8/30/2025
6.0.2.11 150 8/29/2025
6.0.2.10 175 8/29/2025
6.0.2.9 390 7/21/2025
6.0.2.8 180 4/23/2025
6.0.2.7 170 4/9/2025
6.0.2.6 168 4/3/2025
6.0.2.5 159 4/1/2025
6.0.2.4 247 3/4/2025
6.0.2.3 227 3/4/2025
6.0.2.2 127 12/29/2024
6.0.2.1 132 12/13/2024
6.0.2 127 12/12/2024
6.0.1.6 115 12/5/2024
6.0.1.5 123 12/3/2024
6.0.1.4 118 12/2/2024
6.0.1.3 126 11/25/2024
6.0.1.2 117 11/25/2024
6.0.1.1 116 11/8/2024
6.0.1 125 11/5/2024
6.0.0.6 119 10/28/2024
6.0.0.5 121 10/10/2024
6.0.0.4 128 10/9/2024
6.0.0.3 127 10/9/2024
6.0.0.2 119 10/8/2024
6.0.0.1 117 10/8/2024
6.0.0 119 10/8/2024