From 2b0d3cd65bd954e685d17ae9279fffcd102be077 Mon Sep 17 00:00:00 2001
From: fofolee
@@ -614,7 +614,7 @@
// 底部功能按钮
$("#options").on('click', '.footBtn', function () {
switch ($(this).attr('id')) {
- case 'sample': visit('https://github.com/fofolee/uTools-QuickerCommand/tree/master/CommandCollections');
+ case 'viewHelps': utools.createBrowserWindow('./helps/help.html');
break;
case 'add': showCustomize();
$("#customize").animate({ top: '0px' });
@@ -1048,8 +1048,8 @@
格式化
- ﹢动作
- ﹢按键
+
?文档
diff --git a/src/assets/plugins/codemirror/theme/material-darker-modified.css b/src/assets/plugins/codemirror/theme/material-darker-modified.css
index dc637b8..0965260 100644
--- a/src/assets/plugins/codemirror/theme/material-darker-modified.css
+++ b/src/assets/plugins/codemirror/theme/material-darker-modified.css
@@ -92,7 +92,7 @@
}
.cm-s-material-darker .cm-string-2 {
- color: #f07178;
+ color: #00BCD4;
}
.cm-s-material-darker .cm-comment {