@webmaster-droid/web 0.3.0 → 0.3.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.js +2 -2
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -349,7 +349,7 @@ var DEFAULT_CONFIG = {
|
|
|
349
349
|
modeQueryValue: "admin",
|
|
350
350
|
modeStorageKey: "webmaster_droid_admin_mode",
|
|
351
351
|
defaultModelId: "openai:gpt-5.2",
|
|
352
|
-
assistantAvatarUrl: "
|
|
352
|
+
assistantAvatarUrl: "",
|
|
353
353
|
assistantAvatarFallback: "W"
|
|
354
354
|
};
|
|
355
355
|
function normalizeOptionalString(value) {
|
|
@@ -875,7 +875,7 @@ function kindIcon(kind) {
|
|
|
875
875
|
}
|
|
876
876
|
return "TXT";
|
|
877
877
|
}
|
|
878
|
-
var OVERLAY_FONT_FAMILY = "var(--font-ibm-plex-mono
|
|
878
|
+
var OVERLAY_FONT_FAMILY = "var(--font-ibm-plex-mono, ui-monospace), SFMono-Regular, Menlo, Monaco, Consolas, 'Liberation Mono', 'Courier New', monospace";
|
|
879
879
|
|
|
880
880
|
// src/overlay/components.tsx
|
|
881
881
|
import ReactMarkdown from "react-markdown";
|