Commit f1092b02 authored by 周成波's avatar 周成波

页面udate

parent 28fae881
......@@ -8,7 +8,7 @@ interface MyMarkInterface {
type MyMarkType = Record<number, MyMarkInterface | string>
export const useManyValues = () => {
const screen = "屏";
const screen = "屏";
const horizontal_img_size = {width: "960", height: "540"};
const vertical_img_size = {width: "540", height: "960"};
const if_need_subtitle = "false";
......@@ -64,7 +64,36 @@ export const useManyValues = () => {
chatgpt_answer: ``,
chatgpt_answer_roles: [],
all_roles: "",
adapt_result_json: [],
adapt_result_json: [
{
"编号": "1",
"场景描述": "森林里的美味秘密是什么呢",
"场景关键词": "\"葱郁绿林深处,隐藏着一份鲜为人知的美味秘密,它在枝叶间悄然生长,诱惑着探寻者的味蕾与好奇心。\"",
"场景关键词英文": "Deep in the lush green forest, there is a little-known delicious secret. It grows quietly among the branches and leaves, tempting the taste buds and curiosity of the explorer.",
"角色": "",
"角色关键词": "",
"角色关键词英文": "",
"画面描述词": "Deep in the lush green forest, there is a little-known delicious secret. It grows quietly among the branches and leaves, tempting the taste buds and curiosity of the explorer.,",
"本镜配图": "http://wm-tools-backend.frp.wmdigit.com:8888/assets/outputs/20240209114425596/img/1_resized.png?v=20240321152031224",
"local_image_path": "assets/outputs/20240209114425596/img/1_resized.png",
"info": "",
"roles": []
},
{
"编号": "2",
"场景描述": "在葱郁的绿林中",
"场景关键词": "葱郁的绿林中,枝叶茂密如绿色帷幕,阳光斑驳洒落,交织出神秘光影,其间鸟语花香,生机盎然,仿佛隐藏着无尽的秘密与美味。",
"场景关键词英文": "In the lush green forest, the branches and leaves are as dense as a green curtain, the sun is mottled and scattered, interwoven with mysterious light and shadow, during which birds and flowers are fragrant, full of vitality, as if hiding endless secrets and delicacies.",
"角色": "",
"角色关键词": "",
"角色关键词英文": "",
"画面描述词": "In the lush green forest, the branches and leaves are as dense as a green curtain, the sun is mottled and scattered, interwoven with mysterious light and shadow, during which birds and flowers are fragrant, full of vitality, as if hiding endless secrets and delicacies.,",
"本镜配图": "http://wm-tools-backend.frp.wmdigit.com:8888/assets/outputs/20240209114425596/img/2_resized.png?v=20240321152034264",
"local_image_path": "assets/outputs/20240209114425596/img/2_resized.png",
"info": "",
"roles": []
}
],
final_video: ``,
};
......@@ -317,6 +346,9 @@ export const useManyValues = () => {
words_num: 100,
result1: "",
result2: "",
};
const cover_backcover = {
product_pic: "http://wm-tools-backend.frp.wmdigit.com:8888/assets/2024/03/12/887a52c6-e022-11ee-a7de-9be5c7a16c02_resized.png",
product_pic_local: "assets/2024/03/12/887a52c6-e022-11ee-a7de-9be5c7a16c02_resized.png",
product_pic_with_text: "http://wm-tools-backend.frp.wmdigit.com:8888/assets/2024/03/12/887a52c6-e022-11ee-a7de-9be5c7a16c02_resized_with_text.png",
......@@ -379,5 +411,6 @@ export const useManyValues = () => {
role_attribute_options: role_attribute_options,
sd_paras: sd_paras,
marketing_template: marketing_template,
cover_backcover: cover_backcover,
}
}
This diff is collapsed.
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment