Skip to content

Commit

Permalink
优化界面和体验
Browse files Browse the repository at this point in the history
  • Loading branch information
yongpeng.zheng committed Sep 4, 2020
1 parent 324c43f commit faf75a7
Show file tree
Hide file tree
Showing 20 changed files with 902 additions and 790 deletions.
8 changes: 7 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,17 @@
![b](https://s2.ax1x.com/2019/12/25/lFCd41.jpg "b")

### 之前看到有网友开发了一款PC端和VS Code插件版的小说阅读器(摸鱼神器Thief-Book),原创[链接地址](https://github.com/cteams/Thief-Book "链接地址"),但是很可惜的是没有IDEA版的,最近刚好比较闲,按照他的原型开发出了类似功能的IDEA插件。

------------
# 2020-09-04日更新记录


### 之前看到有网友开发了一款PC端和VS Code插件版的小说阅读器(摸鱼神器Thief-Book),原创[链接地址](https://github.com/cteams/Thief-Book "链接地址"),但是很可惜的是没有IDEA版的,最近刚好比较闲,按照他的原型开发出了类似功能的IDEA插件。



------------
# 2019-07-26日
------------
# 效果图
![t](https://s2.ax1x.com/2019/12/25/lFC6De.gif "t")

Expand Down
31 changes: 0 additions & 31 deletions build.gradle

This file was deleted.

172 changes: 0 additions & 172 deletions gradlew

This file was deleted.

84 changes: 0 additions & 84 deletions gradlew.bat

This file was deleted.

Binary file added img/main.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added img/setting.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
37 changes: 37 additions & 0 deletions resources/META-INF/plugin.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,37 @@
<idea-plugin>
<id>com.thief.idea</id>
<name>thief-book-idea</name>
<version>1.0</version>
<vendor email="[email protected]" url="https://github.com/yisier/thief-book-idea">毅斯</vendor>

<description></description>

<change-notes></change-notes>

<!-- please see https://www.jetbrains.org/intellij/sdk/docs/basics/getting_started/build_number_ranges.html for description -->
<idea-version since-build="162.0"/>

<!-- please see https://www.jetbrains.org/intellij/sdk/docs/basics/getting_started/plugin_compatibility.html
on how to target different products -->
<depends>com.intellij.modules.platform</depends>

<extensions defaultExtensionNs="com.intellij" >
<!--canCloseContents 允许用户关闭-->
<toolWindow id="thief-book" anchor="bottom" canCloseContents="false"
icon="/icons/thief.png" factoryClass="com.thief.idea.MainUi"/>

<projectConfigurable groupId="Other Settings" displayName="Thief-Book Config" id="thief.id"
instance="com.thief.idea.Setting"/>
<applicationService
serviceImplementation="com.thief.idea.PersistentState"/>
<!-- Add your extensions here -->
</extensions>

<actions>
<!--Add your actions here -->
<action id="show-thief-book" class="com.thief.idea.ShowThiefBook" text="Show Thief" description="Show thief">
<add-to-group group-id="WindowMenu" anchor="last"/>
</action>
</actions>

</idea-plugin>
File renamed without changes
2 changes: 0 additions & 2 deletions settings.gradle

This file was deleted.

Loading

0 comments on commit faf75a7

Please sign in to comment.