11
This commit is contained in:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user