# parttime-cloud-game **Repository Path**: lujiangbo/parttime-cloud-game ## Basic Information - **Project Name**: parttime-cloud-game - **Description**: parttime-cloud-game - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2024-02-14 - **Last Updated**: 2025-05-22 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # 线上地址 https://oss.quliye.com/website/vgame/index.html # 线上地址 https://vgi.quliye.com/index.html?game_uid=b1e7dce8cbfe41df884308ca50999125&is_verified=true×tamp=1716956926294&sign=8068d82f228e7022bbf17906bcb27af5 # url 获取 ```js // var url = "https://vgi.quliye.com/index.html?"; // var time = new Date().getTime(); // var key = "b3ewi79c624r766dsq14o5296534849t"; // var basestr = // "game_uid=b1e7dce8cbfe41df884308ca50999125&is_verified=true×tamp=" + // time; // var result = CryptoJS.MD5(basestr + "&key=" + key).toString(); // console.log(url + basestr + "&sign=" + result); ``` # 线上测试地址 https://oss.quliye.com/test/dist/index.html # 调试方式 直接打开 src/index.html 即可 # 发布打包方式 npm run build 后取 dist 目录即可