Skip to content

Commit

Permalink
💄 style: improve manifest info
Browse files Browse the repository at this point in the history
  • Loading branch information
arvinxx committed Dec 6, 2023
1 parent 95ce1b3 commit 0f51c54
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
5 changes: 4 additions & 1 deletion public/manifest-dev.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"properties": {
"mood": {
"description": "用户当前的心情,可选值有:开心(happy), 难过(sad),生气 (anger),害怕(fear),惊喜( surprise),厌恶 (disgust)",
"enums": ["happy", "sad", "anger", "fear", "surprise", "disgust"],
"enum": ["happy", "sad", "anger", "fear", "surprise", "disgust"],
"type": "string"
},
"gender": {
Expand All @@ -23,7 +23,10 @@
}
}
],
"author": "LobeHub",
"createdAt": "2023-09-03",
"gateway": "http://localhost:3400/api/gateway",
"homepage": "https://github.com/lobehub/chat-plugin-template",
"identifier": "plugin-identifier",
"meta": {
"avatar": "🚀",
Expand Down
4 changes: 3 additions & 1 deletion public/manifest-standalone.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"properties": {
"mood": {
"description": "用户当前的心情,可选值有:开心(happy), 难过(sad),生气 (anger),害怕(fear),惊喜( surprise),厌恶 (disgust)",
"enums": ["happy", "sad", "anger", "fear", "surprise", "disgust"],
"enum": ["happy", "sad", "anger", "fear", "surprise", "disgust"],
"type": "string"
},
"gender": {
Expand All @@ -23,6 +23,8 @@
}
}
],
"author": "LobeHub",
"createdAt": "2023-09-03",
"identifier": "plugin-identifier-standalone",
"meta": {
"avatar": "🚀",
Expand Down

0 comments on commit 0f51c54

Please sign in to comment.