Add Activity Config Editor (CHS Only)

This commit is contained in:
2023-05-08 22:53:40 +08:00
parent f4ec2ee5fa
commit 226742776f
18 changed files with 1736 additions and 517 deletions

View File

@@ -87,6 +87,53 @@ namespace GrasscutterTools.Properties {
}
}
/// <summary>
/// 查找类似 //Activity ids-3.6 by dplek
///// Activity
///2001:1.1未归的熄星
///2002:1.3海灯节
///2003:1.4风花节
///2004:1.5导能原盘-诸论
///2005:1.6盛夏!海岛?大冒险!
///2006:2.0谒索雷痕
///2007:2.1韶光抚月
///2008:2.2雾海悬谜境
///2009:2.3皑尘与白雪
///2010:2.4飞彩镌流年
///2011:2.5三界路飨祭
///2012:2.6堇庭华彩
///2013:2.7荒梦藏虞渊
///2014:2.8远海诗夏游纪
///2015:3.0雕琢童心
///2016:3.1杯中遥吟之歌
///2017:3.2智巧灵蕈大竞逐
///2018:3.3秋津森夜试胆会
///2019:3.4磬弦奏华夜
///2020:3.5风花的呼吸
///// 1.0
///1001:海灯节
///5001:元素烘炉test
///5002:且试身手
///5003:百货奇货
///// 1.1
///5004:映天之章
///5005:元素烘炉
///5006:佳肴尚温
///5007:飞行挑战
///// 1.2
///3001:白垩与黑龙
///5008:三清玲之章(废稿)
///5009:古闻之章(钟离传说-1
///5010:鲸天之章(公子传说-1
///5011:秘宝迷踪
///5012:百 [字符串的其余部分被截断]&quot;; 的本地化字符串。
/// </summary>
internal static string Activity {
get {
return ResourceManager.GetString("Activity", resourceCulture);
}
}
/// <summary>
/// 查找类似 全部 的本地化字符串。
/// </summary>

View File

@@ -360,4 +360,7 @@
<data name="PageAchievementTitle" xml:space="preserve">
<value>成就</value>
</data>
<data name="Activity" type="System.Resources.ResXFileRef, System.Windows.Forms">
<value>..\Resources\zh-cn\Activity.txt;System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089;utf-8</value>
</data>
</root>

View File

@@ -250,5 +250,17 @@ namespace GrasscutterTools.Properties {
this["NavContainerSplitterDistance"] = value;
}
}
[global::System.Configuration.UserScopedSettingAttribute()]
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.Configuration.DefaultSettingValueAttribute("")]
public string ActivityConfigJsonPath {
get {
return ((string)(this["ActivityConfigJsonPath"]));
}
set {
this["ActivityConfigJsonPath"] = value;
}
}
}
}

View File

@@ -59,5 +59,8 @@
<Setting Name="NavContainerSplitterDistance" Type="System.Int32" Scope="User">
<Value Profile="(Default)">0</Value>
</Setting>
<Setting Name="ActivityConfigJsonPath" Type="System.String" Scope="User">
<Value Profile="(Default)" />
</Setting>
</Settings>
</SettingsFile>