11
This commit is contained in:
@@ -401,6 +401,28 @@ export const useWorkflowStore = defineStore("workflow", {
|
||||
|
||||
oneClickBusy: (state) => state.oneClickRunning,
|
||||
|
||||
step01Processing: (state) =>
|
||||
state.ipBrainCollecting ||
|
||||
state.ipTopicsRewriting ||
|
||||
state.videoRewriting ||
|
||||
state.scriptGenerating ||
|
||||
state.hitScriptGenerating ||
|
||||
state.legalChecking,
|
||||
|
||||
step02Processing: (state) =>
|
||||
state.speechGenerating || state.videoGenerating,
|
||||
|
||||
step03Processing: (state) => state.videoProcessing,
|
||||
|
||||
step04Processing: (state) => state.titleTagsGenerating,
|
||||
|
||||
step05Processing: (state) => state.subtitleBgmGenerating,
|
||||
|
||||
step06Processing: (state) => state.coverGenerating,
|
||||
|
||||
step07Processing: (state) =>
|
||||
state.publishing || Boolean(state.publishLoggingIn),
|
||||
|
||||
ipBenchmarkCount: (state) => state.ipBenchmarks.length,
|
||||
|
||||
selectedBenchmark: (state) =>
|
||||
|
||||
Reference in New Issue
Block a user