This commit is contained in:
fengchuanhn@gmail.com
2026-05-16 11:41:42 +08:00
parent c88b2d0f3d
commit f2d33ee356
4 changed files with 121 additions and 467 deletions

View File

@@ -155,11 +155,11 @@ export const useWorkflowStore = defineStore("workflow", {
},
},
});
export async function processDouyinShare(shareText){
export async function processDouyinShare(shareText) {
const result = await invoke("run_quickjs_script", {
scriptName:"douyin_pipeline.js",
scriptName: "douyin_pipeline.js",
params: {
shareText: "复制此链接打开Dou音搜索直接观看视频https://v.douyin.com/xxxxx/",
shareText: shareText ?? "",
modelConfig: {
providerId: "openai",
modelId: "gpt-4o-mini",