@waterwx/dsh-novel-forge 1.3.0 → 1.3.2
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/lib/client.js +248 -298
- package/lib/client.js.map +1 -1
- package/lib/index.js +4 -4
- package/lib/index.js.map +1 -1
- package/package.json +2 -1
- package/scripts/assistant-frames.txt +8 -0
- package/scripts/diagnose-adapter.mts +81 -0
- package/scripts/diagnose-assistant.mjs +58 -0
- package/scripts/diagnose-bible.mjs +72 -0
- package/scripts/diagnose-harness.mts +75 -0
- package/scripts/novel-forge-restart.log +10 -0
- package/scripts/novel-forge-web.stderr.log +2 -0
- package/scripts/novel-forge-web.stdout.log +1 -0
- package/scripts/outline-sample.txt +449 -0
- package/scripts/patch-schemastery.mjs +47 -0
- package/scripts/probe.mjs +6 -0
- package/scripts/restart-web.ps1 +88 -0
- package/scripts/smoke.mts +72 -0
- package/scripts/upload-github.ps1 +51 -0
- package/src/client/panel/NovelPanel.tsx +6 -35
- package/src/engine.ts +2 -2
- package/src/routes.ts +2 -2
package/lib/client.js
CHANGED
|
@@ -910,272 +910,272 @@ window.__ModuleLoader__.load({
|
|
|
910
910
|
document.head.appendChild(tag);
|
|
911
911
|
}
|
|
912
912
|
var panel_module_css_default = {
|
|
913
|
-
"
|
|
914
|
-
"
|
|
915
|
-
"
|
|
916
|
-
"diffTagOld": "zE6uZW_diffTagOld",
|
|
917
|
-
"dashFacts": "zE6uZW_dashFacts",
|
|
918
|
-
"toolStepStatus": "zE6uZW_toolStepStatus",
|
|
919
|
-
"readerLoading": "zE6uZW_readerLoading",
|
|
920
|
-
"volumeGroup": "zE6uZW_volumeGroup",
|
|
921
|
-
"fileList": "zE6uZW_fileList",
|
|
922
|
-
"chatScroll": "zE6uZW_chatScroll",
|
|
923
|
-
"progressLineLive": "zE6uZW_progressLineLive",
|
|
924
|
-
"workflowDotDone": "zE6uZW_workflowDotDone",
|
|
913
|
+
"statCardDDown": "zE6uZW_statCardDDown",
|
|
914
|
+
"diffChange": "zE6uZW_diffChange",
|
|
915
|
+
"readerChapterMeta": "zE6uZW_readerChapterMeta",
|
|
925
916
|
"dashHeroActionTitle": "zE6uZW_dashHeroActionTitle",
|
|
926
|
-
"
|
|
927
|
-
"
|
|
928
|
-
"
|
|
929
|
-
"
|
|
930
|
-
"
|
|
931
|
-
"
|
|
932
|
-
"
|
|
933
|
-
"row": "zE6uZW_row",
|
|
934
|
-
"readerItemBadge": "zE6uZW_readerItemBadge",
|
|
935
|
-
"shelfEmpty": "zE6uZW_shelfEmpty",
|
|
936
|
-
"readerSeg": "zE6uZW_readerSeg",
|
|
937
|
-
"fieldLabel": "zE6uZW_fieldLabel",
|
|
938
|
-
"tlSegTrack": "zE6uZW_tlSegTrack",
|
|
939
|
-
"spaceBetween": "zE6uZW_spaceBetween",
|
|
940
|
-
"chapterTitle": "zE6uZW_chapterTitle",
|
|
917
|
+
"progressLineDone": "zE6uZW_progressLineDone",
|
|
918
|
+
"readerError": "zE6uZW_readerError",
|
|
919
|
+
"readerGroup": "zE6uZW_readerGroup",
|
|
920
|
+
"onlyChanges": "zE6uZW_onlyChanges",
|
|
921
|
+
"toolStepError": "zE6uZW_toolStepError",
|
|
922
|
+
"todoText": "zE6uZW_todoText",
|
|
923
|
+
"navAbout": "zE6uZW_navAbout",
|
|
941
924
|
"bookCardBlurb": "zE6uZW_bookCardBlurb",
|
|
942
|
-
"
|
|
925
|
+
"navTabIcon": "zE6uZW_navTabIcon",
|
|
943
926
|
"bookAdd": "zE6uZW_bookAdd",
|
|
944
|
-
"
|
|
927
|
+
"wsPage": "zE6uZW_wsPage",
|
|
928
|
+
"bookCardTitleRow": "zE6uZW_bookCardTitleRow",
|
|
929
|
+
"todoWarning": "zE6uZW_todoWarning",
|
|
945
930
|
"bookCardActions": "zE6uZW_bookCardActions",
|
|
946
|
-
"
|
|
947
|
-
"
|
|
948
|
-
"
|
|
949
|
-
"bookshelfList": "zE6uZW_bookshelfList",
|
|
950
|
-
"tlSegLabel": "zE6uZW_tlSegLabel",
|
|
951
|
-
"bookSwitch": "zE6uZW_bookSwitch",
|
|
952
|
-
"chapterMain": "zE6uZW_chapterMain",
|
|
953
|
-
"assetStatDetail": "zE6uZW_assetStatDetail",
|
|
954
|
-
"progressLineError": "zE6uZW_progressLineError",
|
|
955
|
-
"iconButton": "zE6uZW_iconButton",
|
|
956
|
-
"dashJourneyStages": "zE6uZW_dashJourneyStages",
|
|
957
|
-
"readerItem": "zE6uZW_readerItem",
|
|
958
|
-
"buttonPrimary": "zE6uZW_buttonPrimary",
|
|
959
|
-
"panelTitle": "zE6uZW_panelTitle",
|
|
960
|
-
"todoInfo": "zE6uZW_todoInfo",
|
|
961
|
-
"toolStepActive": "zE6uZW_toolStepActive",
|
|
962
|
-
"wsPreview": "zE6uZW_wsPreview",
|
|
963
|
-
"dashStageDone": "zE6uZW_dashStageDone",
|
|
964
|
-
"progress": "zE6uZW_progress",
|
|
931
|
+
"navGroupLabel": "zE6uZW_navGroupLabel",
|
|
932
|
+
"tlSegFill": "zE6uZW_tlSegFill",
|
|
933
|
+
"statCardDUnit": "zE6uZW_statCardDUnit",
|
|
965
934
|
"workflowLabel": "zE6uZW_workflowLabel",
|
|
966
|
-
"
|
|
935
|
+
"workflowBody": "zE6uZW_workflowBody",
|
|
967
936
|
"bookCard": "zE6uZW_bookCard",
|
|
968
|
-
"
|
|
969
|
-
"
|
|
970
|
-
"
|
|
937
|
+
"dashHeroActionBody": "zE6uZW_dashHeroActionBody",
|
|
938
|
+
"chapterNum": "zE6uZW_chapterNum",
|
|
939
|
+
"chatBubbleAssistant": "zE6uZW_chatBubbleAssistant",
|
|
940
|
+
"readerChapterTitle": "zE6uZW_readerChapterTitle",
|
|
941
|
+
"navActions": "zE6uZW_navActions",
|
|
942
|
+
"liveText": "zE6uZW_liveText",
|
|
971
943
|
"bookCardProgressBar": "zE6uZW_bookCardProgressBar",
|
|
972
|
-
"
|
|
973
|
-
"field": "zE6uZW_field",
|
|
974
|
-
"readerGroupArrow": "zE6uZW_readerGroupArrow",
|
|
975
|
-
"coverPlaceholder": "zE6uZW_coverPlaceholder",
|
|
976
|
-
"meta": "zE6uZW_meta",
|
|
977
|
-
"bookshelfLabel": "zE6uZW_bookshelfLabel",
|
|
978
|
-
"button": "zE6uZW_button",
|
|
979
|
-
"badgeError": "zE6uZW_badgeError",
|
|
980
|
-
"assistantFloatHeader": "zE6uZW_assistantFloatHeader",
|
|
981
|
-
"wsSelectedText": "zE6uZW_wsSelectedText",
|
|
982
|
-
"bookCardTitleRow": "zE6uZW_bookCardTitleRow",
|
|
983
|
-
"createBookCard": "zE6uZW_createBookCard",
|
|
984
|
-
"onlyChanges": "zE6uZW_onlyChanges",
|
|
985
|
-
"panelBody": "zE6uZW_panelBody",
|
|
986
|
-
"navTabBadgeWarn": "zE6uZW_navTabBadgeWarn",
|
|
987
|
-
"tlSegFill": "zE6uZW_tlSegFill",
|
|
988
|
-
"workflowDot": "zE6uZW_workflowDot",
|
|
944
|
+
"readerBody": "zE6uZW_readerBody",
|
|
989
945
|
"progressBarFill": "zE6uZW_progressBarFill",
|
|
990
|
-
"
|
|
991
|
-
"
|
|
992
|
-
"diffOld": "zE6uZW_diffOld",
|
|
993
|
-
"bookChipRemove": "zE6uZW_bookChipRemove",
|
|
994
|
-
"navTabBadgeLive": "zE6uZW_navTabBadgeLive",
|
|
995
|
-
"bookSwitchArrow": "zE6uZW_bookSwitchArrow",
|
|
996
|
-
"tlSegCurrent": "zE6uZW_tlSegCurrent",
|
|
997
|
-
"dropzoneActive": "zE6uZW_dropzoneActive",
|
|
998
|
-
"chapterFocus": "zE6uZW_chapterFocus",
|
|
999
|
-
"chatRole": "zE6uZW_chatRole",
|
|
1000
|
-
"toolStepIcon": "zE6uZW_toolStepIcon",
|
|
1001
|
-
"readerItemTitle": "zE6uZW_readerItemTitle",
|
|
1002
|
-
"chapterNum": "zE6uZW_chapterNum",
|
|
1003
|
-
"statCardDIcon": "zE6uZW_statCardDIcon",
|
|
1004
|
-
"assistantResize": "zE6uZW_assistantResize",
|
|
1005
|
-
"assistantStatusBusy": "zE6uZW_assistantStatusBusy",
|
|
946
|
+
"chapterList": "zE6uZW_chapterList",
|
|
947
|
+
"outlineReadonly": "zE6uZW_outlineReadonly",
|
|
1006
948
|
"shelfView": "zE6uZW_shelfView",
|
|
1007
|
-
"
|
|
1008
|
-
"
|
|
1009
|
-
"
|
|
949
|
+
"navBadgePulse": "zE6uZW_navBadgePulse",
|
|
950
|
+
"diffList": "zE6uZW_diffList",
|
|
951
|
+
"bookCardMetaRow": "zE6uZW_bookCardMetaRow",
|
|
952
|
+
"navTitleBook": "zE6uZW_navTitleBook",
|
|
1010
953
|
"navTitleName": "zE6uZW_navTitleName",
|
|
1011
|
-
"
|
|
954
|
+
"bookChip": "zE6uZW_bookChip",
|
|
955
|
+
"toolStepStatus": "zE6uZW_toolStepStatus",
|
|
1012
956
|
"navTitle": "zE6uZW_navTitle",
|
|
1013
|
-
"
|
|
1014
|
-
"
|
|
1015
|
-
"
|
|
957
|
+
"dashFacts": "zE6uZW_dashFacts",
|
|
958
|
+
"readerArticle": "zE6uZW_readerArticle",
|
|
959
|
+
"navTabBadge": "zE6uZW_navTabBadge",
|
|
960
|
+
"bookCardCover": "zE6uZW_bookCardCover",
|
|
961
|
+
"legendNew": "zE6uZW_legendNew",
|
|
962
|
+
"navTabLabel": "zE6uZW_navTabLabel",
|
|
963
|
+
"assistantResize": "zE6uZW_assistantResize",
|
|
964
|
+
"toolSteps": "zE6uZW_toolSteps",
|
|
965
|
+
"panel": "zE6uZW_panel",
|
|
966
|
+
"badgeGenerating": "zE6uZW_badgeGenerating",
|
|
967
|
+
"bookshelfList": "zE6uZW_bookshelfList",
|
|
968
|
+
"chatScroll": "zE6uZW_chatScroll",
|
|
969
|
+
"bookChipMeta": "zE6uZW_bookChipMeta",
|
|
970
|
+
"progressLineLive": "zE6uZW_progressLineLive",
|
|
971
|
+
"dashJourneyBar": "zE6uZW_dashJourneyBar",
|
|
972
|
+
"bookSwitchName": "zE6uZW_bookSwitchName",
|
|
973
|
+
"bookChipName": "zE6uZW_bookChipName",
|
|
1016
974
|
"badgeDone": "zE6uZW_badgeDone",
|
|
975
|
+
"spaceBetween": "zE6uZW_spaceBetween",
|
|
976
|
+
"bookSwitchCover": "zE6uZW_bookSwitchCover",
|
|
977
|
+
"statCardDIcon": "zE6uZW_statCardDIcon",
|
|
978
|
+
"createBookTitle": "zE6uZW_createBookTitle",
|
|
979
|
+
"readerLoading": "zE6uZW_readerLoading",
|
|
980
|
+
"shelfEmptyIcon": "zE6uZW_shelfEmptyIcon",
|
|
981
|
+
"dashHero": "zE6uZW_dashHero",
|
|
982
|
+
"workflowDot": "zE6uZW_workflowDot",
|
|
983
|
+
"busyRow": "zE6uZW_busyRow",
|
|
984
|
+
"navTitleLogo": "zE6uZW_navTitleLogo",
|
|
985
|
+
"wsPreview": "zE6uZW_wsPreview",
|
|
986
|
+
"workflowDotActive": "zE6uZW_workflowDotActive",
|
|
987
|
+
"entry": "zE6uZW_entry",
|
|
988
|
+
"readerSegBtn": "zE6uZW_readerSegBtn",
|
|
989
|
+
"chapterMain": "zE6uZW_chapterMain",
|
|
990
|
+
"bookChipRemove": "zE6uZW_bookChipRemove",
|
|
991
|
+
"assetStat": "zE6uZW_assetStat",
|
|
992
|
+
"coverPreview": "zE6uZW_coverPreview",
|
|
993
|
+
"dashJourneyFill": "zE6uZW_dashJourneyFill",
|
|
994
|
+
"diffTagNew": "zE6uZW_diffTagNew",
|
|
995
|
+
"ideaToggle": "zE6uZW_ideaToggle",
|
|
996
|
+
"chapter": "zE6uZW_chapter",
|
|
1017
997
|
"legendOld": "zE6uZW_legendOld",
|
|
998
|
+
"readerItem": "zE6uZW_readerItem",
|
|
999
|
+
"textarea": "zE6uZW_textarea",
|
|
1018
1000
|
"tab": "zE6uZW_tab",
|
|
1001
|
+
"toolStepIcon": "zE6uZW_toolStepIcon",
|
|
1002
|
+
"navAboutUpdate": "zE6uZW_navAboutUpdate",
|
|
1003
|
+
"shelfToolbar": "zE6uZW_shelfToolbar",
|
|
1004
|
+
"tlSegDone": "zE6uZW_tlSegDone",
|
|
1005
|
+
"createBookTop": "zE6uZW_createBookTop",
|
|
1006
|
+
"shelfSearch": "zE6uZW_shelfSearch",
|
|
1007
|
+
"statCardDLabel": "zE6uZW_statCardDLabel",
|
|
1008
|
+
"dashHeroSparkle": "zE6uZW_dashHeroSparkle",
|
|
1009
|
+
"diffNew": "zE6uZW_diffNew",
|
|
1010
|
+
"readerItemNo": "zE6uZW_readerItemNo",
|
|
1011
|
+
"iconButton": "zE6uZW_iconButton",
|
|
1012
|
+
"statRowD": "zE6uZW_statRowD",
|
|
1019
1013
|
"reviewBox": "zE6uZW_reviewBox",
|
|
1020
|
-
"bookAddIcon": "zE6uZW_bookAddIcon",
|
|
1021
|
-
"dashFact": "zE6uZW_dashFact",
|
|
1022
|
-
"badgeRejected": "zE6uZW_badgeRejected",
|
|
1023
|
-
"chatBubbleAssistant": "zE6uZW_chatBubbleAssistant",
|
|
1024
|
-
"navGroup": "zE6uZW_navGroup",
|
|
1025
|
-
"navTitleBook": "zE6uZW_navTitleBook",
|
|
1026
|
-
"diffDel": "zE6uZW_diffDel",
|
|
1027
|
-
"bookCardCover": "zE6uZW_bookCardCover",
|
|
1028
|
-
"todoText": "zE6uZW_todoText",
|
|
1029
|
-
"bookSwitchName": "zE6uZW_bookSwitchName",
|
|
1030
|
-
"bookCardName": "zE6uZW_bookCardName",
|
|
1031
|
-
"assetStatLabel": "zE6uZW_assetStatLabel",
|
|
1032
|
-
"navTabBadgeDanger": "zE6uZW_navTabBadgeDanger",
|
|
1033
|
-
"tlBar": "zE6uZW_tlBar",
|
|
1034
|
-
"workflowHint": "zE6uZW_workflowHint",
|
|
1035
|
-
"bookCreateForm": "zE6uZW_bookCreateForm",
|
|
1036
|
-
"readerItemActive": "zE6uZW_readerItemActive",
|
|
1037
|
-
"fadeIn": "zE6uZW_fadeIn",
|
|
1038
|
-
"bookshelf": "zE6uZW_bookshelf",
|
|
1039
|
-
"pulse": "zE6uZW_pulse",
|
|
1040
|
-
"assetGrid": "zE6uZW_assetGrid",
|
|
1041
|
-
"statCardDDown": "zE6uZW_statCardDDown",
|
|
1042
|
-
"input": "zE6uZW_input",
|
|
1043
|
-
"dashJourneyFill": "zE6uZW_dashJourneyFill",
|
|
1044
|
-
"readerPara": "zE6uZW_readerPara",
|
|
1045
|
-
"badgeWritten": "zE6uZW_badgeWritten",
|
|
1046
|
-
"badgeGenerating": "zE6uZW_badgeGenerating",
|
|
1047
|
-
"volumeGroupHeader": "zE6uZW_volumeGroupHeader",
|
|
1048
1014
|
"view": "zE6uZW_view",
|
|
1015
|
+
"dashJourneyStages": "zE6uZW_dashJourneyStages",
|
|
1016
|
+
"todoInfo": "zE6uZW_todoInfo",
|
|
1017
|
+
"badgeWritten": "zE6uZW_badgeWritten",
|
|
1018
|
+
"ideaCard": "zE6uZW_ideaCard",
|
|
1019
|
+
"button": "zE6uZW_button",
|
|
1020
|
+
"row": "zE6uZW_row",
|
|
1021
|
+
"dashHeroTitle": "zE6uZW_dashHeroTitle",
|
|
1022
|
+
"dashStageDone": "zE6uZW_dashStageDone",
|
|
1023
|
+
"meta": "zE6uZW_meta",
|
|
1024
|
+
"volumeGroup": "zE6uZW_volumeGroup",
|
|
1025
|
+
"readerSidebar": "zE6uZW_readerSidebar",
|
|
1049
1026
|
"diffText": "zE6uZW_diffText",
|
|
1050
|
-
"
|
|
1051
|
-
"
|
|
1052
|
-
"
|
|
1053
|
-
"
|
|
1054
|
-
"
|
|
1027
|
+
"bookCardCoverTitle": "zE6uZW_bookCardCoverTitle",
|
|
1028
|
+
"shelfFilters": "zE6uZW_shelfFilters",
|
|
1029
|
+
"readerTitle": "zE6uZW_readerTitle",
|
|
1030
|
+
"bookCardName": "zE6uZW_bookCardName",
|
|
1031
|
+
"bookSwitchArrow": "zE6uZW_bookSwitchArrow",
|
|
1032
|
+
"wsAppliedBanner": "zE6uZW_wsAppliedBanner",
|
|
1033
|
+
"wsColumn": "zE6uZW_wsColumn",
|
|
1034
|
+
"chapterFocus": "zE6uZW_chapterFocus",
|
|
1035
|
+
"chapterActions": "zE6uZW_chapterActions",
|
|
1055
1036
|
"diffSameBody": "zE6uZW_diffSameBody",
|
|
1056
|
-
"
|
|
1057
|
-
"ideaToggle": "zE6uZW_ideaToggle",
|
|
1058
|
-
"entryIcon": "zE6uZW_entryIcon",
|
|
1059
|
-
"workflowList": "zE6uZW_workflowList",
|
|
1060
|
-
"panelContent": "zE6uZW_panelContent",
|
|
1061
|
-
"shelfSearch": "zE6uZW_shelfSearch",
|
|
1062
|
-
"shelfEmptyIcon": "zE6uZW_shelfEmptyIcon",
|
|
1063
|
-
"chapterPreview": "zE6uZW_chapterPreview",
|
|
1064
|
-
"wsColumns": "zE6uZW_wsColumns",
|
|
1065
|
-
"tlSegDone": "zE6uZW_tlSegDone",
|
|
1066
|
-
"dashHeroArrow": "zE6uZW_dashHeroArrow",
|
|
1067
|
-
"ideaCandidate": "zE6uZW_ideaCandidate",
|
|
1068
|
-
"readerChapterTitle": "zE6uZW_readerChapterTitle",
|
|
1069
|
-
"progressLineDone": "zE6uZW_progressLineDone",
|
|
1070
|
-
"wsPage": "zE6uZW_wsPage",
|
|
1071
|
-
"badgePending": "zE6uZW_badgePending",
|
|
1072
|
-
"dashHeroEyebrow": "zE6uZW_dashHeroEyebrow",
|
|
1073
|
-
"readerSegBtn": "zE6uZW_readerSegBtn",
|
|
1074
|
-
"toolStepDetail": "zE6uZW_toolStepDetail",
|
|
1075
|
-
"dashStageDot": "zE6uZW_dashStageDot",
|
|
1076
|
-
"toolStep": "zE6uZW_toolStep",
|
|
1077
|
-
"progressLine": "zE6uZW_progressLine",
|
|
1078
|
-
"diffList": "zE6uZW_diffList",
|
|
1079
|
-
"buttonDanger": "zE6uZW_buttonDanger",
|
|
1080
|
-
"diffColumn": "zE6uZW_diffColumn",
|
|
1081
|
-
"dashJourney": "zE6uZW_dashJourney",
|
|
1082
|
-
"bookCreateOutline": "zE6uZW_bookCreateOutline",
|
|
1083
|
-
"readerSidebar": "zE6uZW_readerSidebar",
|
|
1084
|
-
"readerItemNo": "zE6uZW_readerItemNo",
|
|
1085
|
-
"createBookTop": "zE6uZW_createBookTop",
|
|
1037
|
+
"dropzone": "zE6uZW_dropzone",
|
|
1086
1038
|
"bookCardCoverFallback": "zE6uZW_bookCardCoverFallback",
|
|
1087
|
-
"
|
|
1088
|
-
"
|
|
1089
|
-
"statCardDDetail": "zE6uZW_statCardDDetail",
|
|
1090
|
-
"tlSeg": "zE6uZW_tlSeg",
|
|
1091
|
-
"navActions": "zE6uZW_navActions",
|
|
1092
|
-
"shelfToolbar": "zE6uZW_shelfToolbar",
|
|
1039
|
+
"readerItemBadge": "zE6uZW_readerItemBadge",
|
|
1040
|
+
"bookCreateOutline": "zE6uZW_bookCreateOutline",
|
|
1093
1041
|
"readerGroupCount": "zE6uZW_readerGroupCount",
|
|
1094
|
-
"
|
|
1095
|
-
"
|
|
1096
|
-
"
|
|
1097
|
-
"
|
|
1098
|
-
"
|
|
1099
|
-
"
|
|
1100
|
-
"
|
|
1101
|
-
"
|
|
1042
|
+
"workflowDotDone": "zE6uZW_workflowDotDone",
|
|
1043
|
+
"field": "zE6uZW_field",
|
|
1044
|
+
"shelfGrid": "zE6uZW_shelfGrid",
|
|
1045
|
+
"progressLineError": "zE6uZW_progressLineError",
|
|
1046
|
+
"panelBody": "zE6uZW_panelBody",
|
|
1047
|
+
"bookCardProgressFill": "zE6uZW_bookCardProgressFill",
|
|
1048
|
+
"readerSeg": "zE6uZW_readerSeg",
|
|
1049
|
+
"dashJourney": "zE6uZW_dashJourney",
|
|
1050
|
+
"bookAddCard": "zE6uZW_bookAddCard",
|
|
1051
|
+
"readerItemActive": "zE6uZW_readerItemActive",
|
|
1052
|
+
"diffSame": "zE6uZW_diffSame",
|
|
1053
|
+
"dropzoneIcon": "zE6uZW_dropzoneIcon",
|
|
1054
|
+
"buttonPrimary": "zE6uZW_buttonPrimary",
|
|
1055
|
+
"fileList": "zE6uZW_fileList",
|
|
1056
|
+
"input": "zE6uZW_input",
|
|
1057
|
+
"entryLabel": "zE6uZW_entryLabel",
|
|
1058
|
+
"diffColumn": "zE6uZW_diffColumn",
|
|
1059
|
+
"badgeError": "zE6uZW_badgeError",
|
|
1060
|
+
"ideaCandidate": "zE6uZW_ideaCandidate",
|
|
1061
|
+
"bookChipActive": "zE6uZW_bookChipActive",
|
|
1062
|
+
"dashHeroAction": "zE6uZW_dashHeroAction",
|
|
1063
|
+
"workflowRow": "zE6uZW_workflowRow",
|
|
1064
|
+
"buttonDanger": "zE6uZW_buttonDanger",
|
|
1065
|
+
"navAboutRow": "zE6uZW_navAboutRow",
|
|
1066
|
+
"diffAdd": "zE6uZW_diffAdd",
|
|
1067
|
+
"readerGroupArrow": "zE6uZW_readerGroupArrow",
|
|
1068
|
+
"cardTitle": "zE6uZW_cardTitle",
|
|
1069
|
+
"chapterBeats": "zE6uZW_chapterBeats",
|
|
1102
1070
|
"bigProgressBar": "zE6uZW_bigProgressBar",
|
|
1103
|
-
"
|
|
1104
|
-
"
|
|
1105
|
-
"dashJourneyBar": "zE6uZW_dashJourneyBar",
|
|
1106
|
-
"liveText": "zE6uZW_liveText",
|
|
1107
|
-
"readerView": "zE6uZW_readerView",
|
|
1108
|
-
"navAbout": "zE6uZW_navAbout",
|
|
1109
|
-
"chapterFocusPulse": "zE6uZW_chapterFocusPulse",
|
|
1110
|
-
"bookSwitchCover": "zE6uZW_bookSwitchCover",
|
|
1111
|
-
"readerBody": "zE6uZW_readerBody",
|
|
1112
|
-
"coverPreview": "zE6uZW_coverPreview",
|
|
1071
|
+
"assetStatDetail": "zE6uZW_assetStatDetail",
|
|
1072
|
+
"tlSegTrack": "zE6uZW_tlSegTrack",
|
|
1113
1073
|
"readerMain": "zE6uZW_readerMain",
|
|
1114
|
-
"
|
|
1115
|
-
"
|
|
1116
|
-
"
|
|
1117
|
-
"
|
|
1118
|
-
"
|
|
1119
|
-
"
|
|
1120
|
-
"
|
|
1074
|
+
"navTabBadgeLive": "zE6uZW_navTabBadgeLive",
|
|
1075
|
+
"toolStepName": "zE6uZW_toolStepName",
|
|
1076
|
+
"bookSwitch": "zE6uZW_bookSwitch",
|
|
1077
|
+
"diffOld": "zE6uZW_diffOld",
|
|
1078
|
+
"createBookCard": "zE6uZW_createBookCard",
|
|
1079
|
+
"readerHeader": "zE6uZW_readerHeader",
|
|
1080
|
+
"wsColumns": "zE6uZW_wsColumns",
|
|
1081
|
+
"readerView": "zE6uZW_readerView",
|
|
1082
|
+
"navTabBadgeDanger": "zE6uZW_navTabBadgeDanger",
|
|
1083
|
+
"toolStepDetail": "zE6uZW_toolStepDetail",
|
|
1084
|
+
"dashStageCurrent": "zE6uZW_dashStageCurrent",
|
|
1085
|
+
"assistantStatus": "zE6uZW_assistantStatus",
|
|
1086
|
+
"buttonSmall": "zE6uZW_buttonSmall",
|
|
1121
1087
|
"todoItem": "zE6uZW_todoItem",
|
|
1122
|
-
"
|
|
1123
|
-
"
|
|
1124
|
-
"
|
|
1125
|
-
"tabBar": "zE6uZW_tabBar",
|
|
1126
|
-
"statCardDIconRed": "zE6uZW_statCardDIconRed",
|
|
1127
|
-
"chatBubbleUser": "zE6uZW_chatBubbleUser",
|
|
1128
|
-
"dashHeroSparkle": "zE6uZW_dashHeroSparkle",
|
|
1129
|
-
"toolLive": "zE6uZW_toolLive",
|
|
1130
|
-
"dashHeroBook": "zE6uZW_dashHeroBook",
|
|
1131
|
-
"diffTagNew": "zE6uZW_diffTagNew",
|
|
1132
|
-
"wsColumn": "zE6uZW_wsColumn",
|
|
1133
|
-
"dashHeroTitle": "zE6uZW_dashHeroTitle",
|
|
1088
|
+
"shelfEmptyTitle": "zE6uZW_shelfEmptyTitle",
|
|
1089
|
+
"createBookIcon": "zE6uZW_createBookIcon",
|
|
1090
|
+
"dropzoneActive": "zE6uZW_dropzoneActive",
|
|
1134
1091
|
"createBookView": "zE6uZW_createBookView",
|
|
1135
|
-
"
|
|
1136
|
-
"
|
|
1137
|
-
"wsPreviewText": "zE6uZW_wsPreviewText",
|
|
1138
|
-
"navAboutRow": "zE6uZW_navAboutRow",
|
|
1139
|
-
"chapterBeats": "zE6uZW_chapterBeats",
|
|
1140
|
-
"bookChip": "zE6uZW_bookChip",
|
|
1141
|
-
"diffAdd": "zE6uZW_diffAdd",
|
|
1142
|
-
"card": "zE6uZW_card",
|
|
1092
|
+
"chapterPreview": "zE6uZW_chapterPreview",
|
|
1093
|
+
"assetGrid": "zE6uZW_assetGrid",
|
|
1143
1094
|
"readerText": "zE6uZW_readerText",
|
|
1144
|
-
"
|
|
1145
|
-
"
|
|
1146
|
-
"
|
|
1147
|
-
"
|
|
1095
|
+
"assistantFloatBody": "zE6uZW_assistantFloatBody",
|
|
1096
|
+
"badgePending": "zE6uZW_badgePending",
|
|
1097
|
+
"chatBubbleUser": "zE6uZW_chatBubbleUser",
|
|
1098
|
+
"progressLine": "zE6uZW_progressLine",
|
|
1099
|
+
"navGroup": "zE6uZW_navGroup",
|
|
1100
|
+
"badge": "zE6uZW_badge",
|
|
1101
|
+
"diffDel": "zE6uZW_diffDel",
|
|
1102
|
+
"assetStatValue": "zE6uZW_assetStatValue",
|
|
1103
|
+
"volumeGroupHeader": "zE6uZW_volumeGroupHeader",
|
|
1104
|
+
"dashFact": "zE6uZW_dashFact",
|
|
1105
|
+
"toolStep": "zE6uZW_toolStep",
|
|
1106
|
+
"dashStageDot": "zE6uZW_dashStageDot",
|
|
1107
|
+
"wsPageHeader": "zE6uZW_wsPageHeader",
|
|
1108
|
+
"panelNavCollapsed": "zE6uZW_panelNavCollapsed",
|
|
1109
|
+
"wsSelectedText": "zE6uZW_wsSelectedText",
|
|
1110
|
+
"shelfHeader": "zE6uZW_shelfHeader",
|
|
1111
|
+
"assistantStatusBusy": "zE6uZW_assistantStatusBusy",
|
|
1112
|
+
"tlSegLabel": "zE6uZW_tlSegLabel",
|
|
1113
|
+
"bookAddIcon": "zE6uZW_bookAddIcon",
|
|
1114
|
+
"panelTitle": "zE6uZW_panelTitle",
|
|
1115
|
+
"statCardDValue": "zE6uZW_statCardDValue",
|
|
1116
|
+
"tlSegTodo": "zE6uZW_tlSegTodo",
|
|
1117
|
+
"toolStepActive": "zE6uZW_toolStepActive",
|
|
1118
|
+
"workflowList": "zE6uZW_workflowList",
|
|
1119
|
+
"chapterTitle": "zE6uZW_chapterTitle",
|
|
1120
|
+
"progressBar": "zE6uZW_progressBar",
|
|
1121
|
+
"genreDesc": "zE6uZW_genreDesc",
|
|
1122
|
+
"diffTagOld": "zE6uZW_diffTagOld",
|
|
1123
|
+
"shelfTitleRow": "zE6uZW_shelfTitleRow",
|
|
1124
|
+
"progress": "zE6uZW_progress",
|
|
1125
|
+
"panelNav": "zE6uZW_panelNav",
|
|
1126
|
+
"navSpacer": "zE6uZW_navSpacer",
|
|
1148
1127
|
"navGroupSep": "zE6uZW_navGroupSep",
|
|
1149
|
-
"
|
|
1150
|
-
"
|
|
1151
|
-
"
|
|
1152
|
-
"
|
|
1153
|
-
"
|
|
1154
|
-
"
|
|
1155
|
-
"
|
|
1156
|
-
"
|
|
1157
|
-
"
|
|
1158
|
-
"workflowBody": "zE6uZW_workflowBody",
|
|
1128
|
+
"panelContent": "zE6uZW_panelContent",
|
|
1129
|
+
"statCardDDetail": "zE6uZW_statCardDDetail",
|
|
1130
|
+
"dashStage": "zE6uZW_dashStage",
|
|
1131
|
+
"chatRole": "zE6uZW_chatRole",
|
|
1132
|
+
"card": "zE6uZW_card",
|
|
1133
|
+
"dashHeroBook": "zE6uZW_dashHeroBook",
|
|
1134
|
+
"assistantFloatHeader": "zE6uZW_assistantFloatHeader",
|
|
1135
|
+
"fieldLabel": "zE6uZW_fieldLabel",
|
|
1136
|
+
"bookCardActive": "zE6uZW_bookCardActive",
|
|
1159
1137
|
"navActionBtn": "zE6uZW_navActionBtn",
|
|
1160
|
-
"
|
|
1161
|
-
"
|
|
1162
|
-
"
|
|
1163
|
-
"
|
|
1164
|
-
"
|
|
1165
|
-
"
|
|
1166
|
-
"
|
|
1167
|
-
"
|
|
1138
|
+
"navTab": "zE6uZW_navTab",
|
|
1139
|
+
"bookshelfLabel": "zE6uZW_bookshelfLabel",
|
|
1140
|
+
"diffLegend": "zE6uZW_diffLegend",
|
|
1141
|
+
"statCardDIconRed": "zE6uZW_statCardDIconRed",
|
|
1142
|
+
"tabBar": "zE6uZW_tabBar",
|
|
1143
|
+
"readerItemTitle": "zE6uZW_readerItemTitle",
|
|
1144
|
+
"volumeGroupToggle": "zE6uZW_volumeGroupToggle",
|
|
1145
|
+
"todoDanger": "zE6uZW_todoDanger",
|
|
1146
|
+
"dashHeroEyebrow": "zE6uZW_dashHeroEyebrow",
|
|
1147
|
+
"readerSegActive": "zE6uZW_readerSegActive",
|
|
1168
1148
|
"readerGroupTitle": "zE6uZW_readerGroupTitle",
|
|
1169
|
-
"
|
|
1170
|
-
"
|
|
1171
|
-
"
|
|
1149
|
+
"tlBar": "zE6uZW_tlBar",
|
|
1150
|
+
"shelfEmpty": "zE6uZW_shelfEmpty",
|
|
1151
|
+
"bookCardBody": "zE6uZW_bookCardBody",
|
|
1152
|
+
"workflowHint": "zE6uZW_workflowHint",
|
|
1153
|
+
"readerFoot": "zE6uZW_readerFoot",
|
|
1154
|
+
"entryIcon": "zE6uZW_entryIcon",
|
|
1155
|
+
"tlSeg": "zE6uZW_tlSeg",
|
|
1156
|
+
"toolLive": "zE6uZW_toolLive",
|
|
1157
|
+
"coverPlaceholder": "zE6uZW_coverPlaceholder",
|
|
1158
|
+
"navTabBadgeWarn": "zE6uZW_navTabBadgeWarn",
|
|
1159
|
+
"bookCreateForm": "zE6uZW_bookCreateForm",
|
|
1160
|
+
"bookCreateCard": "zE6uZW_bookCreateCard",
|
|
1161
|
+
"assetStatLabel": "zE6uZW_assetStatLabel",
|
|
1162
|
+
"wsSelected": "zE6uZW_wsSelected",
|
|
1163
|
+
"assistantFloat": "zE6uZW_assistantFloat",
|
|
1164
|
+
"bookshelf": "zE6uZW_bookshelf",
|
|
1165
|
+
"dashHeroArrow": "zE6uZW_dashHeroArrow",
|
|
1166
|
+
"navTabBadgeDone": "zE6uZW_navTabBadgeDone",
|
|
1167
|
+
"wsEditor": "zE6uZW_wsEditor",
|
|
1168
|
+
"chapterFocusPulse": "zE6uZW_chapterFocusPulse",
|
|
1169
|
+
"dashGrid": "zE6uZW_dashGrid",
|
|
1170
|
+
"readerPara": "zE6uZW_readerPara",
|
|
1171
|
+
"pulse": "zE6uZW_pulse",
|
|
1172
|
+
"bigProgressBarFill": "zE6uZW_bigProgressBarFill",
|
|
1173
|
+
"fadeIn": "zE6uZW_fadeIn",
|
|
1174
|
+
"badgeRejected": "zE6uZW_badgeRejected",
|
|
1175
|
+
"tlSegCurrent": "zE6uZW_tlSegCurrent",
|
|
1172
1176
|
"statCardD": "zE6uZW_statCardD",
|
|
1173
|
-
"
|
|
1174
|
-
"
|
|
1175
|
-
"dropzone": "zE6uZW_dropzone",
|
|
1176
|
-
"bookChipActive": "zE6uZW_bookChipActive",
|
|
1177
|
-
"shelfEmptyTitle": "zE6uZW_shelfEmptyTitle",
|
|
1178
|
-
"volumeGroupToggle": "zE6uZW_volumeGroupToggle"
|
|
1177
|
+
"wsPreviewText": "zE6uZW_wsPreviewText",
|
|
1178
|
+
"bookSwitchMeta": "zE6uZW_bookSwitchMeta"
|
|
1179
1179
|
};
|
|
1180
1180
|
//#endregion
|
|
1181
1181
|
//#region src/client/panel/AssistantTab.tsx
|
|
@@ -5604,7 +5604,7 @@ window.__ModuleLoader__.load({
|
|
|
5604
5604
|
"high",
|
|
5605
5605
|
"max"
|
|
5606
5606
|
];
|
|
5607
|
-
const PLUGIN_VERSION = "1.3.
|
|
5607
|
+
const PLUGIN_VERSION = "1.3.2";
|
|
5608
5608
|
/** GitHub 仓库地址(关于区块点击跳转)。 */
|
|
5609
5609
|
const REPO_URL = "https://github.com/watersxya/dsh-novel-forge";
|
|
5610
5610
|
/** Whether any chapter is being generated right now. */
|
|
@@ -6786,29 +6786,6 @@ window.__ModuleLoader__.load({
|
|
|
6786
6786
|
setBusyLabel("");
|
|
6787
6787
|
}
|
|
6788
6788
|
};
|
|
6789
|
-
/** 更新角色漫画重要性(main/support/extra)。 */
|
|
6790
|
-
const handleRoleImportance = async (role, importance) => {
|
|
6791
|
-
setBusy(true);
|
|
6792
|
-
setBusyLabel(`更新「${role.name}」重要性…`);
|
|
6793
|
-
setError("");
|
|
6794
|
-
try {
|
|
6795
|
-
await api.roles({
|
|
6796
|
-
op: "update",
|
|
6797
|
-
role: {
|
|
6798
|
-
...role,
|
|
6799
|
-
importance
|
|
6800
|
-
}
|
|
6801
|
-
});
|
|
6802
|
-
await refresh(false);
|
|
6803
|
-
pushProgress(`已更新「${role.name}」重要性`, "done");
|
|
6804
|
-
} catch (err) {
|
|
6805
|
-
setError(err.message);
|
|
6806
|
-
pushProgress(`更新「${role.name}」重要性失败:${err.message}`, "error");
|
|
6807
|
-
} finally {
|
|
6808
|
-
setBusy(false);
|
|
6809
|
-
setBusyLabel("");
|
|
6810
|
-
}
|
|
6811
|
-
};
|
|
6812
6789
|
/** 作者复盘补跑:全书缺失章节(流式)。 */
|
|
6813
6790
|
const handleAuthorBackfillAll = async () => {
|
|
6814
6791
|
const missing = chapters.filter((c) => c.status !== "pending" && c.status !== "generating" && c.status !== "error" && c.authorReview === void 0).length;
|
|
@@ -10830,7 +10807,7 @@ window.__ModuleLoader__.load({
|
|
|
10830
10807
|
}),
|
|
10831
10808
|
/* @__PURE__ */ (0, react_jsx_runtime.jsx)("span", {
|
|
10832
10809
|
className: panel_module_css_default.meta,
|
|
10833
|
-
children: "
|
|
10810
|
+
children: "开启后角色详情显示「豆包生成」参考图按钮"
|
|
10834
10811
|
})
|
|
10835
10812
|
]
|
|
10836
10813
|
})
|
|
@@ -12137,7 +12114,7 @@ window.__ModuleLoader__.load({
|
|
|
12137
12114
|
children: "🖼️ 角色形象"
|
|
12138
12115
|
}), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("span", {
|
|
12139
12116
|
className: panel_module_css_default.meta,
|
|
12140
|
-
children: "角色形象锚点 /
|
|
12117
|
+
children: "角色形象锚点 / 生图提示词包 / 参考图集——复制提示词即可在即梦、豆包等工具出图"
|
|
12141
12118
|
})]
|
|
12142
12119
|
}),
|
|
12143
12120
|
/* @__PURE__ */ (0, react_jsx_runtime.jsx)("input", {
|
|
@@ -12836,26 +12813,26 @@ window.__ModuleLoader__.load({
|
|
|
12836
12813
|
blocks.push({
|
|
12837
12814
|
key: "portrait",
|
|
12838
12815
|
title: "立绘",
|
|
12839
|
-
zh: anchor.zh + "
|
|
12840
|
-
en: anchor.en + ", full body, front view, plain background"
|
|
12816
|
+
zh: "正面站立全身人像,3D动漫,超精细建模,纯白纯色背景," + anchor.zh + "。角色设计稿,服装磨损、标志物细节完整展示,无多余杂物,全身完整无裁切。" + rulesZh,
|
|
12817
|
+
en: anchor.en + ", full body, front view, plain white background, 3d render, character design sheet"
|
|
12841
12818
|
});
|
|
12842
12819
|
blocks.push({
|
|
12843
12820
|
key: "sheet",
|
|
12844
12821
|
title: "四视图",
|
|
12845
|
-
zh: anchor.zh + "
|
|
12846
|
-
en: anchor.en + ", character sheet, front view, left side view, right side view, back view, full body, plain white background"
|
|
12822
|
+
zh: "角色设定四视图,3D动漫,超精细建模,纯白纯色背景," + anchor.zh + "。同一角色正面/左侧面/右侧面/背面,四个视角分别描述,全身完整,服装与标志物细节完整展示,无多余杂物。" + rulesZh,
|
|
12823
|
+
en: anchor.en + ", character sheet, front view, left side view, right side view, back view, full body, plain white background, 3d render"
|
|
12847
12824
|
});
|
|
12848
12825
|
for (const n of expressions) blocks.push({
|
|
12849
12826
|
key: "exp-" + n,
|
|
12850
12827
|
title: `表情·${expName(n)}`,
|
|
12851
|
-
zh: anchor.zh + `。表情:${expName(n)}
|
|
12852
|
-
en: anchor.en + `, facial close-up, head to collarbone, expression: ${expName(n)}, plain white background, consistent with character design, detailed skin texture, no extra objects`
|
|
12828
|
+
zh: "脸部特写(头部到锁骨),3D动漫,超精细建模,纯白纯色背景," + anchor.zh + `。表情:${expName(n)},五官与角色定稿完全一致,皮肤纹理细节完整,无多余杂物。` + rulesZh,
|
|
12829
|
+
en: anchor.en + `, facial close-up, head to collarbone, expression: ${expName(n)}, plain white background, 3d render, consistent with character design, detailed skin texture, no extra objects`
|
|
12853
12830
|
});
|
|
12854
12831
|
blocks.push({
|
|
12855
12832
|
key: "details",
|
|
12856
12833
|
title: "细节",
|
|
12857
|
-
zh:
|
|
12858
|
-
en: anchor.tags.join(", ") + ", multi-panel detail reference sheet, plain white background, macro close-up, sharp details, character detail sheet, no extra objects"
|
|
12834
|
+
zh: `多组局部细节集合参考图,3D动漫,超精细建模,纯白纯色背景:${anchor.tags.map((t) => t + "特写").join(";")}。细节清晰锐利,角色细节参考稿,无多余杂物。` + rulesZh,
|
|
12835
|
+
en: anchor.tags.join(", ") + ", multi-panel detail reference sheet, plain white background, 3d render, macro close-up, sharp details, character detail sheet, no extra objects"
|
|
12859
12836
|
});
|
|
12860
12837
|
}
|
|
12861
12838
|
return /* @__PURE__ */ (0, react_jsx_runtime.jsxs)("div", {
|
|
@@ -13004,33 +12981,6 @@ window.__ModuleLoader__.load({
|
|
|
13004
12981
|
uploadInDetail(detailRole);
|
|
13005
12982
|
},
|
|
13006
12983
|
children: "📤 上传图"
|
|
13007
|
-
}),
|
|
13008
|
-
/* @__PURE__ */ (0, react_jsx_runtime.jsxs)("select", {
|
|
13009
|
-
className: panel_module_css_default.input,
|
|
13010
|
-
style: {
|
|
13011
|
-
fontSize: 12,
|
|
13012
|
-
padding: "3px 4px",
|
|
13013
|
-
width: 90
|
|
13014
|
-
},
|
|
13015
|
-
value: detailRole.importance ?? "support",
|
|
13016
|
-
onChange: (e) => {
|
|
13017
|
-
handleRoleImportance(detailRole, e.target.value);
|
|
13018
|
-
},
|
|
13019
|
-
title: "漫剧重要性",
|
|
13020
|
-
children: [
|
|
13021
|
-
/* @__PURE__ */ (0, react_jsx_runtime.jsx)("option", {
|
|
13022
|
-
value: "main",
|
|
13023
|
-
children: "重要"
|
|
13024
|
-
}),
|
|
13025
|
-
/* @__PURE__ */ (0, react_jsx_runtime.jsx)("option", {
|
|
13026
|
-
value: "support",
|
|
13027
|
-
children: "配角"
|
|
13028
|
-
}),
|
|
13029
|
-
/* @__PURE__ */ (0, react_jsx_runtime.jsx)("option", {
|
|
13030
|
-
value: "extra",
|
|
13031
|
-
children: "路人"
|
|
13032
|
-
})
|
|
13033
|
-
]
|
|
13034
12984
|
})
|
|
13035
12985
|
]
|
|
13036
12986
|
})
|