فهرست منبع

更新说明。

oldj 9 سال پیش
والد
کامیت
e0dfed7b0f
5فایلهای تغییر یافته به همراه8 افزوده شده و 2 حذف شده
  1. 1 0
      .gitignore
  2. 1 1
      css/main.css
  3. 1 1
      css/main.styl
  4. BIN
      images/feature_alfred-support.png
  5. 5 0
      index.html

+ 1 - 0
.gitignore

@@ -15,3 +15,4 @@ src/configs.json
 
 *.iml
 node_modules
+*.map

+ 1 - 1
css/main.css

@@ -138,7 +138,7 @@ a:hover {
 }
 #features ul {
   list-style: none;
-  height: 450px;
+  height: 690px;
   overflow: hidden;
   width: 813px;
   padding: 0;

+ 1 - 1
css/main.styl

@@ -141,7 +141,7 @@ a:hover
   ul
     m=(page_width - width_feature * 3) / 4
     list-style none
-    height 450px
+    height 690px
     overflow hidden
     width (page_width + m * 2) px
     padding 0

BIN
images/feature_alfred-support.png


+ 5 - 0
index.html

@@ -97,6 +97,11 @@
 					<p class="lang-cn">方案导入/导出</p>
 					<p class="en">import/export your rules</p>
 				</li>
+				<li>
+					<img src="images/feature_alfred-support.png" alt="feature alfred">
+					<p class="lang-cn">Alfred 支持 <span>(macOS only)</span></p>
+					<p class="en">Alfred supported <span>(macOS only)</span></p>
+				</li>
 			</ul>
 		</div>
 	</div>