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
DEBU No new version available. The latest version is 1.6.0 | |
INFO Checking if oc binary is cached | |
DEBU oc binary already cached | |
INFO Checking if running as normal user | |
INFO Checking Windows 10 release | |
INFO Checking if Hyper-V is installed and operational | |
INFO Checking if user is a member of the Hyper-V Administrators group | |
INFO Checking if Hyper-V service is enabled | |
INFO Checking if the Hyper-V virtual switch exist | |
INFO Found Virtual Switch to use: Default Switch |
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
<?php | |
namespace NeteaseMusic; | |
class NeteaseMusic | |
{ | |
private const SECRET = '7246674226682325323F5E6544673A51'; | |
private $_MINI_MODE = false; |