nothing
This commit is contained in:
parent
8e019fb3d8
commit
bd9ef1f715
|
@ -20,7 +20,7 @@ auto numbers = std::make_shared<Numbers>(); // [0-9
|
|||
auto frag_key = std::make_shared<Keywords>(u8"情节", 0xABu); // 情节
|
||||
auto volume_key = std::make_shared<Keywords>(u8"分卷", 0xACu); // 分卷
|
||||
auto article_key = std::make_shared<Keywords>(u8"章节", 0xADu); // 章节
|
||||
auto vtext = std::make_shared<VTextSection>(); // ^([^\\{\\}\@&]+)
|
||||
auto vtext = std::make_shared<VTextSection>(); // ^([^\\{\\}@&]+)
|
||||
auto name_text = std::make_shared<NameSection>(); // ^([^\\{\\}@&]+)
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue