-
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
edacafa
commit cb2d458
Showing
3 changed files
with
11 additions
and
10 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
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,19 +1,25 @@ | ||
<idea-plugin> | ||
<id>intellij-plugin.hitokoto.cn</id> | ||
<name>一言</name> | ||
<name>Yiyan</name> | ||
<version>1.0</version> | ||
<vendor email="[email protected]" url="https://hitokoto.cn">hitokoto</vendor> | ||
<vendor email="[email protected]" url="https://hitokoto.cn">hitokoto.cn</vendor> | ||
|
||
<description><![CDATA[ | ||
适用于 intellij platform 的一言插件,主要功能为在项目启动后获取一句一言并弹出通知 | ||
<br> | ||
本项目开源仓库地址:<a | ||
href="https://github.com/hitokoto-osc/intellij-plugin">https://github.com/hitokoto-osc/intellij-plugin</a> | ||
本项目开源仓库地址: | ||
<a href="https://github.com/hitokoto-osc/intellij-plugin">https://github.com/hitokoto-osc/intellij-plugin</a> | ||
]]></description> | ||
|
||
<idea-version since-build="173.0" /> | ||
<depends>com.intellij.modules.platform</depends> | ||
|
||
<change-notes><![CDATA[ | ||
2020-11-13 开发完成 | ||
<br> | ||
2020-11-27 重命名插件为 "Yiyan" | ||
]]></change-notes> | ||
|
||
<actions> | ||
<action id="intellij.plugin.YiYanAction" class="intellij.plugin.YiYanAction" text="一言" | ||
description="一言网(hitokoto.cn)创立于 2016 年,隶属于萌创团队,目前网站主要提供一句话服务。 "> | ||
|