mirror of
https://jihulab.com/DGP-Studio/Snap.Hutao.git
synced 2025-11-19 21:02:53 +08:00
style tag zero width negative look ahead
This commit is contained in:
@@ -127,7 +127,7 @@ internal sealed partial class AnnouncementContentViewer : UserControl
|
|||||||
return document;
|
return document;
|
||||||
}
|
}
|
||||||
|
|
||||||
[GeneratedRegex("style=\".*?vertical-align:middle;\"")]
|
[GeneratedRegex(" style=\"(?!\")*?vertical-align:middle;\"")]
|
||||||
private static partial Regex StyleRegex();
|
private static partial Regex StyleRegex();
|
||||||
|
|
||||||
private void OnLoaded(object sender, RoutedEventArgs e)
|
private void OnLoaded(object sender, RoutedEventArgs e)
|
||||||
|
|||||||
Reference in New Issue
Block a user