Skip to content

Commit

Permalink
Change author name and introduction path for plugins (#428)
Browse files Browse the repository at this point in the history
  • Loading branch information
XueK66 authored Nov 11, 2024
1 parent aeda585 commit a122c2e
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 9 deletions.
4 changes: 2 additions & 2 deletions plugins/cq_qq_api/plugin_info.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"related_path": "src",
"labels": ["api"],
"introduction": {
"en_us": "README.md",
"zh_cn": "README.md"
"en_us": "../README.md",
"zh_cn": "../README.md"
}
}
6 changes: 3 additions & 3 deletions plugins/gugubot/plugin_info.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@
"id": "gugubot",
"authors": [
{
"name": "雪开",
"name": "XueK66",
"link": "https://github.com/XueK66"
},
{
"name": "树梢",
"name": "LoosePrince",
"link": "https://github.com/LoosePrince"
}
],
Expand All @@ -15,6 +15,6 @@
"related_path": "GUGUbot",
"labels": ["information", "management"],
"introduction": {
"zh_cn": "README.md"
"zh_cn": "../README.md"
}
}
4 changes: 2 additions & 2 deletions plugins/guguwebui/plugin_info.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"id": "guguwebui",
"authors": [
{
"name": "XueK__",
"name": "XueK66",
"link": "https://github.com/XueK66"
},
{
Expand All @@ -15,6 +15,6 @@
"related_path": "src",
"labels": ["information", "management"],
"introduction": {
"zh_cn": "README.md"
"zh_cn": "../README.md"
}
}
4 changes: 2 additions & 2 deletions plugins/player_ip_logger/plugin_info.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@
"id": "player_ip_logger",
"authors": [
{
"name": "雪开",
"name": "XueK66",
"link": "https://github.com/XueK66"
},
{
"name": "树梢",
"name": "LoosePrince",
"link": "https://github.com/LoosePrince"
}
],
Expand Down

0 comments on commit a122c2e

Please sign in to comment.