tweak(data): supplement the default setting value

This commit is contained in:
dragonish 2025-04-02 21:25:26 +08:00
parent 89b8e4e0fe
commit acd5892f99
No known key found for this signature in database
GPG key ID: 6F42FA9E807A5177

View file

@ -164,6 +164,7 @@ export function defaultHeadingDecoratorSettings(): HeadingDecoratorSettings {
orderedCustomIdents: "Ⓐ Ⓑ Ⓒ Ⓓ Ⓔ Ⓕ Ⓖ Ⓗ Ⓘ Ⓙ Ⓚ Ⓛ Ⓜ Ⓝ Ⓞ Ⓟ Ⓠ Ⓡ Ⓢ Ⓣ Ⓤ Ⓥ Ⓦ Ⓧ Ⓨ Ⓩ",
orderedSpecifiedString: "#",
orderedIgnoreSingle: false,
orderedBasedOnExisting: false,
orderedAllowZeroLevel: false,
unorderedLevelHeadings: defaultHeadingTuple.join(" "),
};