Skip to content

Commit 0f51c54

Browse files
committed
💄 style: improve manifest info
1 parent 95ce1b3 commit 0f51c54

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

public/manifest-dev.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"properties": {
1010
"mood": {
1111
"description": "用户当前的心情,可选值有:开心(happy), 难过(sad),生气 (anger),害怕(fear),惊喜( surprise),厌恶 (disgust)",
12-
"enums": ["happy", "sad", "anger", "fear", "surprise", "disgust"],
12+
"enum": ["happy", "sad", "anger", "fear", "surprise", "disgust"],
1313
"type": "string"
1414
},
1515
"gender": {
@@ -23,7 +23,10 @@
2323
}
2424
}
2525
],
26+
"author": "LobeHub",
27+
"createdAt": "2023-09-03",
2628
"gateway": "http://localhost:3400/api/gateway",
29+
"homepage": "https://github.com/lobehub/chat-plugin-template",
2730
"identifier": "plugin-identifier",
2831
"meta": {
2932
"avatar": "🚀",

public/manifest-standalone.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"properties": {
1010
"mood": {
1111
"description": "用户当前的心情,可选值有:开心(happy), 难过(sad),生气 (anger),害怕(fear),惊喜( surprise),厌恶 (disgust)",
12-
"enums": ["happy", "sad", "anger", "fear", "surprise", "disgust"],
12+
"enum": ["happy", "sad", "anger", "fear", "surprise", "disgust"],
1313
"type": "string"
1414
},
1515
"gender": {
@@ -23,6 +23,8 @@
2323
}
2424
}
2525
],
26+
"author": "LobeHub",
27+
"createdAt": "2023-09-03",
2628
"identifier": "plugin-identifier-standalone",
2729
"meta": {
2830
"avatar": "🚀",

0 commit comments

Comments
 (0)