From 7447ed6092e98171370ca825e11348aecee80a75 Mon Sep 17 00:00:00 2001 From: damon Date: Tue, 16 Jan 2024 18:53:05 +0800 Subject: [PATCH] =?UTF-8?q?=E8=B5=84=E6=BA=90=E6=96=87=E4=BB=B6=E5=92=8C?= =?UTF-8?q?=E5=B8=B8=E9=87=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../Starfish.Webapp/Properties/Resources.resx | 27 +++++++++++++++++++ .../Properties/Resources.zh-CN.resx | 27 +++++++++++++++++++ Source/Starfish.Webapp/Seedwork/Constants.cs | 6 +++++ 3 files changed, 60 insertions(+) diff --git a/Source/Starfish.Webapp/Properties/Resources.resx b/Source/Starfish.Webapp/Properties/Resources.resx index 9a2b58a..5ea6da3 100644 --- a/Source/Starfish.Webapp/Properties/Resources.resx +++ b/Source/Starfish.Webapp/Properties/Resources.resx @@ -342,6 +342,33 @@ Sync to Redis + + Publish + + + Comment + + + Version number + + + Publish setting + + + Start + + + Connection string + + + Database + + + Key name + + + Sync to Redis + Add member diff --git a/Source/Starfish.Webapp/Properties/Resources.zh-CN.resx b/Source/Starfish.Webapp/Properties/Resources.zh-CN.resx index 83e6693..989b417 100644 --- a/Source/Starfish.Webapp/Properties/Resources.zh-CN.resx +++ b/Source/Starfish.Webapp/Properties/Resources.zh-CN.resx @@ -342,6 +342,33 @@ 同步到Redis + + 发布 + + + 更新内容 + + + 版本号 + + + 发布配置 + + + 开始同步 + + + 连接字符串 + + + 数据库 + + + Redis Key名称 + + + 同步到Redis + 添加成员 diff --git a/Source/Starfish.Webapp/Seedwork/Constants.cs b/Source/Starfish.Webapp/Seedwork/Constants.cs index fe121af..987ec21 100644 --- a/Source/Starfish.Webapp/Seedwork/Constants.cs +++ b/Source/Starfish.Webapp/Seedwork/Constants.cs @@ -12,4 +12,10 @@ public static class Query { public const int DefaultSize = 20; } + + public static class Setting + { + public const string FormatJson = "text/json"; + public const string FormatText = "text/plain"; + } } \ No newline at end of file