{"record":{"id":"3037873c6f4bdd74","repo":"BigPizzaV3/CodexPlusPlus","slug":"theme-json-name","errorCode":null,"errorMessage":"theme.json.name 无效","messagePattern":"theme\\.json\\.name 无效","errorType":"validation","errorClass":null,"httpStatus":null,"severity":"error","filePath":"crates/codex-plus-core/src/dream_skin_package.rs","lineNumber":1022,"sourceCode":"        || object\n            .keys()\n            .any(|key| !REQUIRED.contains(&key.as_str()) && !OPTIONAL.contains(&key.as_str()))\n    {\n        bail!(\"theme.json 包含缺失或不支持的字段\");\n    }\n    if object.get(\"schemaVersion\").and_then(Value::as_u64) != Some(1)\n        || object.get(\"id\").and_then(Value::as_str) != Some(manifest.theme_id.as_str())\n        || object.get(\"name\").and_then(Value::as_str).is_none()\n        || object.get(\"image\").and_then(Value::as_str) != Some(image_name)\n    {\n        bail!(\"theme.json 与 manifest 身份或背景图不一致\");\n    }\n    if object\n        .get(\"name\")\n        .and_then(Value::as_str)\n        .is_some_and(|name| !safe_manifest_text(name, 1, 80, false))\n    {\n        bail!(\"theme.json.name 无效\");\n    }\n    for key in [\n        \"brandSubtitle\",\n        \"tagline\",\n        \"projectPrefix\",\n        \"projectLabel\",\n        \"statusText\",\n        \"quote\",\n        \"promoTitle\",\n        \"promoSub\",\n    ] {\n        if object.get(key).is_some_and(|value| {\n            value\n                .as_str()\n                .is_none_or(|text| !safe_manifest_text(text, 0, 120, false))\n        }) {\n            bail!(\"theme.json.{key} 无效\");\n        }","sourceCodeStart":1004,"sourceCodeEnd":1040,"githubUrl":"https://github.com/BigPizzaV3/CodexPlusPlus/blob/f2074595a281bc057525c748175c8eb9805b0673/crates/codex-plus-core/src/dream_skin_package.rs#L1004-L1040","documentation":"Thrown by validate_theme when theme.json's name field is absent or fails the safe-text constraints applied to it (non-string or outside allowed length/charset). The offending input is the theme.json name value; this is the display-name guard that runs right after the identity/background consistency check.","triggerScenarios":"Thrown at crates/codex-plus-core/src/dream_skin_package.rs:1022 when the library encounters an invalid state.","commonSituations":"See trigger scenarios.","solutions":["把 name 改为合法安全文本字符串","去掉控制字符或超长内容"],"exampleFix":null,"handlingStrategy":"validation","validationCode":null,"typeGuard":null,"tryCatchPattern":null,"preventionTips":[],"tags":[],"backgroundTag":null,"analyzedSha":"f2074595a281bc057525c748175c8eb9805b0673","analyzedAt":"2026-08-23T12:52:24.489Z","contentChangedAt":"2026-08-23T12:52:24.489Z","schemaVersion":2},"datasetVersion":"2026-09-14T00:17:10.932Z"}