Browse Source

版本更新至1.0.2

yanyi 6 years ago
parent
commit
203b852495
2 changed files with 14 additions and 4 deletions
  1. 1 1
      README.md
  2. 13 3
      resources/META-INF/plugin.xml

+ 1 - 1
README.md

@@ -3,7 +3,7 @@ idea翻译插件
 
 
 ## 使用
 ## 使用
 
 
-下载[zip/jar包](https://github.com/BenYanYi/TranslationPlugin/releases/download/v1.0.2/TeanslationPlugin.jar),打开Settings,选择Plugins,点击 Install plugin from disk ,然后选择刚刚下载的那个zip/jar包。确定后,重启开发idea
+下载[zip/jar包](https://plugins.jetbrains.com/files/12164/61215/TeanslationPlugin.zip?updateId=61215&pluginId=12164&family=intellijjar),打开Settings,选择Plugins,点击 Install plugin from disk ,然后选择刚刚下载的那个zip/jar包。确定后,重启开发idea
 
 
 ## 快捷键
 ## 快捷键
 Alt+F2
 Alt+F2

+ 13 - 3
resources/META-INF/plugin.xml

@@ -5,11 +5,17 @@
     <vendor email="ben@yanyi.red" url="https://github.com/BenYanYi">BenYanYi</vendor>
     <vendor email="ben@yanyi.red" url="https://github.com/BenYanYi">BenYanYi</vendor>
 
 
     <description>
     <description>
-        一款简单的翻译软件,用于将别的语言翻译成中文,也能将中文翻译成英文,暂时不支持将中文翻译成除英文外的别的语言。
+<!--        <![CDATA[-->
+    一款简单的翻译软件,用于将别的语言翻译成中文,也能将中文翻译成英文,暂时不支持将中文翻译成除英文外的别的语言。
+        A simple translation software for translating other languages into Chinese, and also translating Chinese into English. For the time being, it does not support translating Chinese into other languages than English.
+<!--    ]]>-->
     </description>
     </description>
 
 
     <change-notes>
     <change-notes>
-        第一版,首次提交上传更新,快速方便实现idea类开发工具内翻译,不需打开第三方翻译
+<!--        <![CDATA[-->
+        v.1.0.2 修改页面细节,翻译数据优化
+        v1.0 第一版,首次提交上传更新,快速方便实现idea类开发工具内翻译,不需打开第三方翻译
+<!--        ]]>-->
     </change-notes>
     </change-notes>
 
 
     <!-- please see http://www.jetbrains.org/intellij/sdk/docs/basics/getting_started/build_number_ranges.html for description -->
     <!-- please see http://www.jetbrains.org/intellij/sdk/docs/basics/getting_started/build_number_ranges.html for description -->
@@ -33,5 +39,9 @@
             <keyboard-shortcut keymap="$default" first-keystroke="alt F2" />
             <keyboard-shortcut keymap="$default" first-keystroke="alt F2" />
         </action>
         </action>
     </actions>
     </actions>
-
+    <application-components>
+        <component>
+            <implementation-class>com.yanyi.translation.Translation</implementation-class>
+        </component>
+    </application-components>
 </idea-plugin>
 </idea-plugin>