Farewell!
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
var comeOn; | |
comeOn = function(){ | |
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Show hidden characters
{ | |
"color_scheme": "Packages/Theme - itg.flat/itg.dark.tmTheme", | |
"font_size": 12, | |
"tab_size": 4, | |
"theme": "itg.flat.dark.sublime-theme", | |
"draw_white_space": "all", | |
"remember_open_files": true, | |
"folder_exclude_patterns": [".idea", ".sass-cache", "node_modules", ".git"], | |
"file_exclude_patterns": [".log", ".db", ".dat", ".DS_Store"], | |
"ignored_packages": |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// 检测是否支持3d | |
var detect3D = function(){ | |
// 只在webkit浏览器下有效 | |
if( !! (window.WebKitCSSMatrix && 'm11' in new WebKitCSSMatrix())) { | |
return true | |
} | |
return false; | |
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
## directory | |
.idea | |
.sass-cache | |
node_modules | |
bower_components | |
# mock data | |
mockData |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// Generated by gfwlist2pac | |
// https://github.com/clowwindy/gfwlist2pac | |
var domains = { | |
"live.com": 1, | |
"ggpht.com":1, | |
"gimpshop.com": 1, | |
"directcreative.com": 1, | |
"speedpluss.org": 1, | |
"mingpaovan.com": 1, |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
var proxy = "SOCKS5 127.0.0.1:1081; DIRECT"; | |
var direct = 'DIRECT;'; | |
var cnips = [ | |
[ | |
16777216, | |
4294901760, | |
24 | |
], |