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

修改默认值

parent 79bd2a05
...@@ -83,58 +83,7 @@ export const useManyValues = () => { ...@@ -83,58 +83,7 @@ export const useManyValues = () => {
chatgpt_prompt: `生成一个100字的科幻小故事,阿凡达系列`, chatgpt_prompt: `生成一个100字的科幻小故事,阿凡达系列`,
chatgpt_answer: ``, chatgpt_answer: ``,
chatgpt_answer_roles: [], chatgpt_answer_roles: [],
adapt_result_json: [ adapt_result_json: [],
{
"编号": "1",
"场景描述": "在遥远的未来,人类已经成功地在潘多拉星球建立了殖民地",
"场景关键词": "年代:未来,空间:潘多拉星球,时间段:遥远,地理环境:星球,天气:未知,物品:未知,人物:杰克,镜头角度:第一人称。",
"角色": "",
"角色关键词": "",
"画面描述词": "In a distant future, humanity has successfully established a colony on Pandora, a distant planet. The time period is unknown, and the weather is also unknown on this planet. The environment is hostile, with unknown items scattered around. As for the characters, there is Jack, whose point of view is shown in the first-person narrative.",
"本镜配图": "http://wm_tools_backend.frp.wmdigit.com:8888/assets/outputs/20240227174522988/img/1.png?v=20240227174532209",
"local_image_path": "assets/outputs/20240227174522988/img/1.png"
},
{
"编号": "2",
"场景描述": "然而,这里的原住民——纳美族人并不欢迎人类的入侵",
"场景关键词": "遥远的未来, 潘多拉星球, 人类, 纳美族人",
"角色": "",
"角色关键词": "",
"画面描述词": "In the distant future, humans have invaded Pandora, a planet inhabited by the Na'vi, a native tribe who do not welcome the intrusion.",
"本镜配图": "http://wm_tools_backend.frp.wmdigit.com:8888/assets/outputs/20240227174522988/img/2.png?v=20240227174530000",
"local_image_path": "assets/outputs/20240227174522988/img/2.png"
},
{
"编号": "3",
"场景描述": "一位名叫杰克的前海军陆战队员,被派去与纳美族人接触,以期建立和平关系",
"场景关键词": "年代: 未来, 空间: 潘多拉星球, 时间段: 没有具体时间, 地理环境: 美丽的热带雨林, 天气: 没有具体天气, 物品: 没有具体物品, 人物: 杰克, 镜头角度: 第一人称, 关键词: 杰克, 纳美族人, 和平关系",
"角色": "",
"角色关键词": "",
"画面描述词": "As a former Navy SEAL, Jack was sent to contact the Na'vi people on the beautiful, tropical rainforest planet Pandora, with the hope of establishing peaceful relations.",
"本镜配图": "http://wm_tools_backend.frp.wmdigit.com:8888/assets/outputs/20240227174522988/img/3.png?v=20240227174538247",
"local_image_path": "assets/outputs/20240227174522988/img/3.png"
},
{
"编号": "4",
"场景描述": "杰克在与纳美族人的相处中,逐渐理解了他们的文化和信仰,最终他决定帮助纳美族人对抗人类的侵犯",
"场景关键词": "未来,潘多拉星球,纳美族人,接触,理解,文化,信仰,决定,帮助,对抗,侵犯",
"角色": "",
"角色关键词": "",
"画面描述词": "In the future, Jack, after his encounter and understanding of the Na'vi culture and beliefs on Pandora, made the decision to assist the Na'vi in their fight against human invasion.",
"本镜配图": "http://wm_tools_backend.frp.wmdigit.com:8888/assets/outputs/20240227174522988/img/4.png?v=20240227174540433",
"local_image_path": "assets/outputs/20240227174522988/img/4.png"
},
{
"编号": "5",
"场景描述": "在杰克的领导下,纳美族人成功地抵御了人类的攻击,保护了自己的家园",
"场景关键词": "年代:未来,空间:潘多拉星球,时间段:未知,地理环境:热带雨林,天气:未知,物品:未知,人物:杰克,镜头角度:未知。",
"角色": "",
"角色关键词": "",
"画面描述词": "In the leadership of Jack, the Na'vi successfully repelled the human attack, protecting their home planet Pandora.",
"本镜配图": "http://wm_tools_backend.frp.wmdigit.com:8888/assets/outputs/20240227174522988/img/5.png?v=20240227174542636",
"local_image_path": "assets/outputs/20240227174522988/img/5.png"
}
],
final_video: ``, final_video: ``,
}; };
...@@ -158,7 +107,7 @@ export const useManyValues = () => { ...@@ -158,7 +107,7 @@ export const useManyValues = () => {
'-30': '-30%', '-30': '-30%',
'-20': '-20%', '-20': '-20%',
'-10': '-10%', '-10': '-10%',
0: '+0%', 0: '0',
10: '+10%', 10: '+10%',
20: '+20%', 20: '+20%',
30: '+30%', 30: '+30%',
......
...@@ -44,10 +44,10 @@ const tuili_llm_name = qwen.name ...@@ -44,10 +44,10 @@ const tuili_llm_name = qwen.name
const fanyi_llm = qwen.api const fanyi_llm = qwen.api
const fanyi_llm_name = qwen.name const fanyi_llm_name = qwen.name
const voice_rate = ref(0) const voice_rate = ref(-15)
const voice_volume = ref(0) const voice_volume = ref(0)
const voice = ref("zh-CN-YunjianNeural") const voice = ref("zh-CN-YunjianNeural")
const bgm = ref("解忧曲") const bgm = ref("")
onMounted(() => { onMounted(() => {
......
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