-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Alex
committed
Nov 27, 2020
1 parent
cb2d458
commit 5869508
Showing
2 changed files
with
11 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
<idea-plugin> | ||
<id>intellij-plugin.hitokoto.cn</id> | ||
<name>Yiyan</name> | ||
<version>1.0</version> | ||
<version>1.1.0</version> | ||
<vendor email="[email protected]" url="https://hitokoto.cn">hitokoto.cn</vendor> | ||
|
||
<description><![CDATA[ | ||
|
@@ -18,12 +18,15 @@ | |
2020-11-13 开发完成 | ||
<br> | ||
2020-11-27 重命名插件为 "Yiyan" | ||
]]></change-notes> | ||
<br> | ||
2020-11-27 增加快捷键支持 command + Y | ||
]]></change-notes> | ||
|
||
<actions> | ||
<action id="intellij.plugin.YiYanAction" class="intellij.plugin.YiYanAction" text="一言" | ||
description="一言网(hitokoto.cn)创立于 2016 年,隶属于萌创团队,目前网站主要提供一句话服务。 "> | ||
<add-to-group group-id="ToolsMenu" anchor="last" /> | ||
<keyboard-shortcut keymap="$default" first-keystroke="meta Y" /> | ||
</action> | ||
</actions> | ||
|
||
|