8000 Replay的存储现在用SQLite了! · hxdnshx/PYHHelper@d9c81dc · GitHub
[go: up one dir, main page]

Skip to content

Commit d9c81dc

Browse files
committed
Replay的存储现在用SQLite了!
1 parent b0d385e commit d9c81dc

File tree

7 files changed

+312
-114
lines changed

7 files changed

+312
-114
lines changed

Haushaltsbuch

LiveHelper/LiveHelper.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ private void Class1_ReceivedRoomCount(object sender, BilibiliDM_PluginFramework.
4747
{
4848
}
4949
static Regex pattern = new Regex("([0-9]+.[0-9]+.[0-9]+.[0-9]+:[0-9]+)");
50-
private static Regex pattern2 = new Regex("点rep-(\\{[^\\}]+\\}.+)");
50+
private static Regex pattern2 = new Regex(@"点rep-((\{[^,]+,[^\}]+\})+)");
5151
private void Class1_ReceivedDanmaku(object sender, BilibiliDM_PluginFramework.ReceivedDanmakuArgs e)
5252
{
5353
if (!Status)

PYHHelper/App.config

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,14 @@
1-
<?xml version="1.0" encoding="utf-8" ?>
1+
<?xml version="1.0" encoding="utf-8"?>
22
<configuration>
33
<startup>
44
<supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.6.1" />
55
</startup>
6+
<runtime>
7+
<assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
8+
<dependentAssembly>
9+
<assemblyIdentity name="System.ComponentModel.Annotations" publicKeyToken="b03f5f7f11d50a3a" culture="neutral" />
10+
<bindingRedirect oldVersion="0.0.0.0-4.2.1.0" newVersion="4.2.1.0" />
11+
</dependentAssembly>
12+
</assemblyBinding>
13+
</runtime>
614
</configuration>

PYHHelper/Form1.Designer.cs

Lines changed: 14 additions & 13 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)
0