sm

立即登录 | 账号注册

积分: 0 |用户组: 游客

搜索
服务器租用 传奇3一条龙 支付平台源码 无法下载点击此处反馈
查看: 1112|回复: 1

羊了个羊微信小游戏源码 Centos下部署

[复制链接]

826

主题

36

回帖

23万

积分

霸王教主

积分
235297
发表于 2022-10-4 15:03:34 | 显示全部楼层 |阅读模式
微信图片_20221004150149.png
  1. <!DOCTYPE html>
  2. <html>
  3. <head>
  4.   <meta charset="utf-8">

  5.   <title>羊了个羊</title>

  6.   <!--<a href="http://www.html5rocks.com/en/mobile/mobifying/--" target="_blank">http://www.html5rocks.com/en/mobile/mobifying/--></a>
  7.   <meta name="viewport"
  8.         content="width=device-width,user-scalable=no,initial-scale=1, minimum-scale=1,maximum-scale=1"/>

  9.   <!--<a href="https://developer.apple.com/library/safari/documentation/AppleApplications/Reference/SafariHTMLRef/Articles/MetaTags.html--" target="_blank">https://developer.apple.com/libr ... MetaTags.html--></a>
  10.   <meta name="apple-mobile-web-app-capable" content="yes">
  11.   <meta name="apple-mobile-web-app-status-bar-style" content="black-translucent">
  12.   <meta name="format-detection" content="telephone=no">

  13.   <!-- force webkit on 360 -->
  14.   <meta name="renderer" content="webkit"/>
  15.   <meta name="force-rendering" content="webkit"/>
  16.   <!-- force edge on IE -->
  17.   <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1"/>
  18.   <meta name="msapplication-tap-highlight" content="no">

  19.   <!-- force full screen on some browser -->
  20.   <meta name="full-screen" content="yes"/>
  21.   <meta name="x5-fullscreen" content="true"/>
  22.   <meta name="360-fullscreen" content="true"/>
  23.   
  24.   <!-- force screen orientation on some browser -->
  25.   <meta name="screen-orientation" content=""/>
  26.   <meta name="x5-orientation" content="">

  27.   <!--fix fireball/issues/3568 -->
  28.   <!--<meta name="browsermode" content="application">-->
  29.   <meta name="x5-page-mode" content="app">

  30.   <!--<link rel="apple-touch-icon" href=".png" />-->
  31.   <!--<link rel="apple-touch-icon-precomposed" href=".png" />-->

  32.   <link rel="stylesheet" type="text/css" href="./style-mobile.6e9cd.css"/>
  33.   <link rel="icon" href="./favicon.8de18.ico"/>
  34. </head>
  35. <body>
  36.   <canvas id="GameCanvas" tabindex="0"></canvas>
  37.   <div id="splash">
  38.     <div class="progress-bar stripes">
  39.       <span style="width: 0%"></span>
  40.     </div>
  41.   </div>

  42. <script src="./src/settings.4b50e.js" charset="utf-8"></script>

  43. <script src="./main.2129d.js" charset="utf-8"></script>

  44. <script type="text/javascript">
  45. (function () {
  46.     // open web debugger console
  47.     if (typeof VConsole !== 'undefined') {
  48.         window.vConsole = new VConsole();
  49.     }

  50.     var debug = window._CCSettings.debug;
  51.     var splash = document.getElementById('splash');
  52.     splash.style.display = 'block';

  53.     function loadScript (moduleName, cb) {
  54.       function scriptLoaded () {
  55.           document.body.removeChild(domScript);
  56.           domScript.removeEventListener('load', scriptLoaded, false);
  57.           cb && cb();
  58.       };
  59.       var domScript = document.createElement('script');
  60.       domScript.async = true;
  61.       domScript.src = moduleName;
  62.       domScript.addEventListener('load', scriptLoaded, false);
  63.       document.body.appendChild(domScript);
  64.     }

  65.     loadScript(debug ? 'cocos2d-js.js' : 'cocos2d-js-min.c7c6e.js', function () {
  66.       if (CC_PHYSICS_BUILTIN || CC_PHYSICS_CANNON) {
  67.         loadScript(debug ? 'physics.js' : 'physics-min.ce5ee.js', window.boot);
  68.       }
  69.       else {
  70.         window.boot();
  71.       }
  72.     });
  73. })();
  74. </script>
  75. </body>
  76. </html>
复制代码
游客,如果您要查看本帖隐藏内容请回复

回复

使用道具 举报

0

主题

2

回帖

206

积分

旋风流星刀

积分
206
发表于 2023-7-19 23:46:19 | 显示全部楼层
阿达大大阿达阿达阿达打算
回复 支持 反对

使用道具 举报

您需要登录后才可以回帖 登录 | 立即注册

本版积分规则

手机版|美林GM论坛 ( 蜀ICP备2020030293号-2 )|网站地图

禁止发布任何违反国家法律、法规的言论与图片等内容;本站内容均来自个人观点与网络等信息,非本站认同之观点.如遇版权问题,请及时QQ联系

GMT+8, 2024-4-27 01:51 , Processed in 0.308512 second(s), 54 queries .

Powered by Discuz! X3.5

Copyright © 2001-2024, Tencent Cloud.

快速回复 返回顶部 返回列表