Skip to content

Commit

Permalink
fix: [extension] modify description in meta json
Browse files Browse the repository at this point in the history
Log:
Change-Id: Ia1d23e80c9165d843caae60b3f22459317e1be39
  • Loading branch information
deepin-mozart committed Apr 3, 2024
1 parent 08e0b9c commit 95d8808
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion src/plugins/collaborators/collaborators.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"GPL-3.0-or-later"
],
"Category" : "Utils",
"Description" : "The core plugin for the unioncode.",
"Description" : "With git and svn verison control tool",
"UrlLink" : "https://ecology.chinauos.com/adaptidentification/doc_new/#document3?dirid=656d40c5bd766615b0b02e64&id=656d4164bd766615b0b02e7a",
"Depends" : [
{"Name" : "core"}
Expand Down
2 changes: 1 addition & 1 deletion src/plugins/console/console.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"GPL-3.0-or-later"
],
"Category" : "Utils",
"Description" : "The core plugin for the unioncode.",
"Description" : "The terminal plugin for the unioncode.",
"UrlLink" : "https://ecology.chinauos.com/adaptidentification/doc_new/#document2?dirid=656d40a9bd766615b0b02e5e",
"Depends" : [
{"Name" : "codeeditor"}
Expand Down
2 changes: 1 addition & 1 deletion src/plugins/filebrowser/filebrowser.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"GPL-3.0-or-later"
],
"Category" : "Utils",
"Description" : "The core plugin for the unioncode.",
"Description" : "The file browser plugin for the unioncode.",
"UrlLink" : "https://ecology.chinauos.com/adaptidentification/doc_new/#document2?dirid=656d40a9bd766615b0b02e5e",
"Depends" : [
{"Name" : "codeeditor"}
Expand Down
2 changes: 1 addition & 1 deletion src/plugins/symbol/symbol.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"GPL-3.0-or-later"
],
"Category" : "Utils",
"Description" : "The core plugin for the unioncode.",
"Description" : "Display symbol in source code",
"UrlLink" : "https://ecology.chinauos.com/adaptidentification/doc_new/#document2?dirid=656d40a9bd766615b0b02e5e",
"Depends" : [
{"Name" : "codeeditor"}
Expand Down
2 changes: 1 addition & 1 deletion src/plugins/template/templateplugin.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"GPL-3.0-or-later"
],
"Category" : "Utils",
"Description" : "The cxx plugin for the unioncode.",
"Description" : "The template plugin for the unioncode.",
"UrlLink" : "https://www.uniontech.com",
"Depends" : [
{"Name" : "core"}
Expand Down

0 comments on commit 95d8808

Please sign in to comment.