replace script tag with noscript and inline the states of form field components

This commit is contained in:
Yanzhen Yu
2026-04-01 12:00:00 +08:00
parent ed2bc918e0
commit e9cf631934
6 changed files with 195 additions and 75 deletions

View File

@@ -20,7 +20,7 @@ export type documentTypeNode = {
};
export type attributes = {
[key: string]: string;
[key: string]: string | boolean;
};
export type elementNode = {
type: NodeType.Element;