feat: add XML and HTML formatting support (#721)

This commit is contained in:
wanghongenpin
2026-04-04 00:59:46 +08:00
parent 87fb5a7f21
commit bcd8af3e2d
11 changed files with 343 additions and 33 deletions

View File

@@ -155,7 +155,7 @@ class ContentTypeState extends State<ContentTypeSelect> {
@override
Widget build(BuildContext context) {
value ??= localizations.all;
types ??= ["JSON", "HTML", "JS", "CSS", "TEXT", "IMAGE", localizations.all];
types ??= ["JSON", "IMAGE", "HTML", "JS", "CSS", "TEXT", "XML", localizations.all];
return PopupMenuButton(
initialValue: value,