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
(function() { | |
/** | |
* 记录方法使用情况的类 | |
* @param {Array.<boolean>} umMap 初始的使用情况 | |
*/ | |
var UsageManager = function(umMap) { | |
this.umMap = umMap || []; | |
}; | |
/** | |
* 记录新的使用情况 |
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
#!/bin/bash | |
# for [V2rayU](https://github.com/yanue/V2rayU). | |
V2RAY_HOME=~/v2ray-core | |
INAPP_DIR=/Applications/V2rayU.app/Contents/Resources/v2ray-core | |
INUSER_DIR=~/.V2rayU/v2ray-core | |
# brew install --cask v2rayu | |
# brew install v2ray xray |