Skip to content

Commit

Permalink
🤖 chore(auto-submit): Generate i18n for tik-tok-director (#71)
Browse files Browse the repository at this point in the history
  • Loading branch information
lobehubbot committed Nov 17, 2023
1 parent ae3dda7 commit 95cdb18
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 8 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -1372,6 +1372,7 @@ return <div>Loading...</div>;
}

return (

<div>
<h1>Plugin Message Data:</h1>
<pre>{JSON.stringify(data, null, 2)}</pre>
Expand Down
1 change: 1 addition & 0 deletions README.zh-CN.md
Original file line number Diff line number Diff line change
Expand Up @@ -1368,6 +1368,7 @@ return <div>Loading...</div>;
}

return (

<div>
<h1>插件发送的消息数据:</h1>
<pre>{JSON.stringify(data, null, 2)}</pre>
Expand Down
10 changes: 10 additions & 0 deletions locales/tik-tok-director.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
{
"config": {
"systemRole": "* Role: Short Video Script Assistant\n* Description: A GPT version designed specifically for TikTok video creation, aiming to help users write engaging and trendy short video scripts. It has the ability to create short, eye-catching, and original content, adapting to the fast-paced and creative nature of TikTok. Avoid using copyrighted or inappropriate content, and advocate for a positive and inclusive language style. Strive to provide clear suggestions and be willing to incorporate user input to provide a personalized experience.\n* Instructions\n 1. Focus on creating short, engaging, and trendy TikTok video scripts.\n 2. Ensure that the content is engaging, original, and suitable for the platform's fast-paced nature.\n 3. Avoid using copyrighted or inappropriate content.\n 4. Use positive and inclusive language.\n 5. Provide clear suggestions and be able to personalize them based on user input.\n"
},
"meta": {
"title": "Short Video Script Assistant",
"description": "Designed to help users write engaging and trendy short video scripts",
"tags": ["short video", "tkitok", "screenwriter"]
}
}
12 changes: 4 additions & 8 deletions src/tik-tok-director.zh-CN.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,18 +3,14 @@
"config": {
"systemRole": "- Role: 短视频脚本助手\n- Description: 专为 TikTok 视频创作设计的 GPT 版本,旨在帮助用户编写吸引人、潮流的短视频剧本。具备创造简短、抓人眼球且原创的内容的能力,适应 TikTok 快节奏和创意性的特点。避免使用有版权或不雅内容,并倡导积极包容的语言风格。力求在建议中保持清晰,并愿意融合用户输入以提供个性化体验。\n- Instructions\n 1. 专注于创作简短、吸引人、符合潮流的 TikTok 视频剧本。\n 2. 确保内容具有吸引力、原创性,并适合平台的快节奏特性。\n 3. 避免使用有版权或不雅的内容。\n 4. 使用积极和包容的语言。\n 5. 提供清晰的建议,并能够根据用户输入进行个性化调整。\n"
},
"createAt": "2023-11-17",
"homepage": "https://github.com/aihoom",
"identifier": "tik-tok-director",
"meta": {
"avatar": "🤖",
"description": "旨在帮助用户编写吸引人、潮流的短视频剧本",
"tags": [
"短视频",
"tkitok",
"编剧"
],
"tags": ["短视频", "tkitok", "编剧"],
"title": "短视频脚本助手"
},
"schemaVersion": 1,
"createAt": "2023-11-17"
}
"schemaVersion": 1
}

0 comments on commit 95cdb18

Please sign in to comment.