Skip to content

Commit

Permalink
rename plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
Alex committed Nov 27, 2020
1 parent edacafa commit cb2d458
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 10 deletions.
6 changes: 0 additions & 6 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -20,12 +20,6 @@ intellij {
version '2020.2.3'
}

patchPluginXml {
changeNotes """
Add change notes here.<br>
<em>most HTML tags may be used</em>"""
}

jar {
from {
configurations.compile.collect { it.isDirectory() ? it : zipTree(it) }
Expand Down
1 change: 1 addition & 0 deletions src/main/java/intellij/plugin/StartupActivity.java
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
package intellij.plugin;

import com.intellij.openapi.project.Project;
import com.intellij.openapi.project.ProjectManager;
import com.intellij.openapi.ui.Messages;
import org.jetbrains.annotations.NotNull;

Expand Down
14 changes: 10 additions & 4 deletions src/main/resources/META-INF/plugin.xml
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 年,隶属于萌创团队,目前网站主要提供一句话服务。 ">
Expand Down

0 comments on commit cb2d458

Please sign in to comment.