<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">$copy_email_url="nengcao@mail.com";
$github_url_display=""
$github_url="/publish_jump.html"
function get_down_url(){
    var url= [
        // 'https://d.lyapk66.com/buluo.apk',
        // 'https://dl.lyapk66.com/buluo.apk',
        // 'https://down.lyapk66.com/buluo.apk',
        // 'https://d.lyapk88.com/buluo.apk',
        // 'https://dl.lyapk88.com/buluo.apk',
        // 'https://down.lyapk88.com/buluo.apk',
        // 'https://d.lyapk99.com/buluo.apk',
        // 'https://dl.lyapk99.com/buluo.apk',
        // 'https://down.lyapk99.com/buluo.apk',
        // 'https://d.lylyapk68.com/buluo.apk',
        // 'https://dl.lylyapk68.com/buluo.apk',
        // 'https://down.lylyapk68.com/buluo.apk',
        // 'https://d.lylyapk88.com/buluo.apk',
        // 'https://dl.lylyapk88.com/buluo.apk',
        // 'https://down.lylyapk88.com/buluo.apk',
        // 'https://d.lylyapk98.com/buluo.apk',
        // 'https://dl.lylyapk98.com/buluo.apk',
        // 'https://down.lylyapk98.com/buluo.apk', 
        'https://d.lylyapk66.com/buluo.apk',
        'https://dl.lylyapk66.com/buluo.apk',
        'https://down.lylyapk66.com/buluo.apk',
        'https://d.lylyapk76.com/buluo.apk',
        'https://dl.lylyapk76.com/buluo.apk',
        'https://down.lylyapk76.com/buluo.apk',
        'https://d.lylyapk86.com/buluo.apk',
        'https://dl.lylyapk86.com/buluo.apk',
        'https://down.lylyapk86.com/buluo.apk',
        'https://d.lylyapk96.com/buluo.apk',
        'https://dl.lylyapk96.com/buluo.apk',
        'https://down.lylyapk96.com/buluo.apk',
        'https://d.lylyapk78.com/buluo.apk',
        'https://dl.lylyapk78.com/buluo.apk',
        'https://down.lylyapk78.com/buluo.apk',       
    ];

    var rand=parseInt(Math.random()*(url.length));
    console.log("down_url="+url[rand]);
    return url[rand];
}
$down_url=get_down_url();

function get_online_url(){
    var url=new Array();
    url[0]="/publish_jump.html";
    var rand=parseInt(Math.random()*(url.length));
    // console.log("online_url="+url[rand]);
    return url[rand];
}

$online_url=get_online_url();
$ios_tf_url=$online_url;
//$ios_tf_url="https://testflight.apple.com/join/ibujnLqh";
</pre></body></html>