conf.js 229 字节 原文件 审查 历史 永久链接 1 2 3 4 5 6 7 8 9 10 11 12 function enable_auth(){ return true; } function get_system_title(){ return 'SRS'; } function get_qq_oauth_app_id(){ return 'xxxxxx'; } function get_qq_oauth_redirect_url(){ return 'http://xxxxxx/callback.html'; }