feat: 将主题令牌接入 DOCX 动态模板
This commit is contained in:
@@ -759,7 +759,9 @@ export function resolveDocxThemeTokens(
|
||||
style: normalized.style
|
||||
};
|
||||
} else {
|
||||
const missing = entry?.matched !== true;
|
||||
const missing =
|
||||
input.config.mode !== "explicit" &&
|
||||
entry?.matched !== true;
|
||||
diagnostics.push({
|
||||
severity: missing ? "warning" : "info",
|
||||
code:
|
||||
|
||||
Reference in New Issue
Block a user