File tree Expand file tree Collapse file tree 2 files changed +13
-3
lines changed
src/main/resources/META-INF Expand file tree Collapse file tree 2 files changed +13
-3
lines changed Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ plugins {
55}
66
77group ' com.shuzijun.leetcode'
8- version (System . getenv(' LD_VERSION' )== null ? " 6.8 " : System . getenv(' LD_VERSION' )) + (project. build_env. isEmpty() ? " " : " -" ) + project. build_env
8+ version (System . getenv(' LD_VERSION' )== null ? " 6.9 " : System . getenv(' LD_VERSION' )) + (project. build_env. isEmpty() ? " " : " -" ) + project. build_env
99
1010sourceCompatibility = 1.8
1111targetCompatibility = 1.8
Original file line number Diff line number Diff line change 11<idea-plugin >
22 <id >leetcode-editor</id >
33 <name >leetcode editor</name >
4- <version >6.8 </version >
4+ <version >6.9 </version >
55 <vendor email =" shuzijun0109@gmail.com" url =" https://github.com/shuzijun/idea-leetcode-plugin" >shuzijun</vendor >
66
77 <description ><![CDATA[
8+ <div>
9+ <p>Support for leetcode.com and leetcode-cn.com, can test and submit questions.
10+ More tutorial please visit: <a href="https://github.com/shuzijun/leetcode-editor">here</a></p>
11+ </div>
812 <div>
913 <h2>Introduction</h2>
1014 <br>
1418 </ul>
1519 <ul>
1620 <li>支持leetcode.com和leetcode-cn.com,可测试与提交问题</li>
17- <li>更多的插件使用截图 : <a href="https://github.com/shuzijun/leetcode-editor">插件使用介绍</a></li>
21+ <li>更多的插件使用教程 : <a href="https://github.com/shuzijun/leetcode-editor">插件使用介绍</a></li>
1822 </ul>
1923 </div>
2024 <div>
113117
114118 <change-notes ><![CDATA[
115119 <ul>
120+ <li>v6.9<br>
121+ 1.修复兼容性.<br>
122+ </li>
123+ <li>v6.9<br>
124+ 1.fix Compatibility.<br>
125+ </li>
116126 <li>v6.8<br>
117127 1.优化登录提示.<br>
118128 2.支持2020.2+提供的JCEF.<br>
You can’t perform that action at this time.
0 commit comments