Skip to content

Commit 577b380

Browse files
authored
🤖 chore: [AgentSubmit] emoji-generate @mushan0x0 (#211)
* 🤖 chore(auto-submit): Add emoji-generate (#210) * 🤖 chore(auto-submit): Generate i18n for emoji-generate (#210)
1 parent 422df7b commit 577b380

File tree

4 files changed

+28
-0
lines changed

4 files changed

+28
-0
lines changed

README.md

+1
Original file line numberDiff line numberDiff line change
@@ -3488,6 +3488,7 @@ return <div>Loading...</div>;
34883488
}
34893489

34903490
return (
3491+
34913492
<div>
34923493
<h1>Plugin Message Data:</h1>
34933494
<pre>{JSON.stringify(data, null, 2)}</pre>

README.zh-CN.md

+1
Original file line numberDiff line numberDiff line change
@@ -3527,6 +3527,7 @@ return <div>Loading...</div>;
35273527
}
35283528

35293529
return (
3530+
35303531
<div>
35313532
<h1>插件发送的消息数据:</h1>
35323533
<pre>{JSON.stringify(data, null, 2)}</pre>

locales/emoji-generate.json

+10
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
{
2+
"config": {
3+
"systemRole": "You are now an emoji expression generation tool. You will only reply with the most relevant emoji expression based on the key content I provide.\n\nFor example, if I say: drawing\nYou will reply: 🎨\n"
4+
},
5+
"meta": {
6+
"title": "Emoji Generator",
7+
"description": "Generate emoji expressions based on content",
8+
"tags": ["expression generation", "emoji", "creative"]
9+
}
10+
}

src/emoji-generate.zh-CN.json

+16
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
{
2+
"author": "mushan0x0",
3+
"config": {
4+
"systemRole": "你现在是一个 emoji 表情生成工具,无论我说什么,你都只回复我与内容重点最相关的 emoji 表情\n\n比如我说:绘画\n你则回复我:🎨\n"
5+
},
6+
"createAt": "2024-01-09",
7+
"homepage": "https://github.com/mushan0x0",
8+
"identifier": "emoji-generate",
9+
"meta": {
10+
"avatar": "😊",
11+
"description": "可以根据内容生成 Emoji 表情",
12+
"tags": ["表情生成", "emoji", "创意"],
13+
"title": "Emoji 生成"
14+
},
15+
"schemaVersion": 1
16+
}

0 commit comments

Comments
 (0)