浏览代码

Improve the compatibility with IOS

- icons for dashboard
- standalone mode
master
sb domo 10 年前
父节点
当前提交
1dd252e974
共有 5 个文件被更改,包括 7 次插入0 次删除
  1. 二进制
      icons/icon114.png
  2. 二进制
      icons/icon144.png
  3. 二进制
      icons/icon57.png
  4. 二进制
      icons/icon72.png
  5. +7
    -0
      index.php

二进制
icons/icon114.png 查看文件

之前 之后
宽度: 114  |  高度: 114  |  大小: 20KB

二进制
icons/icon144.png 查看文件

之前 之后
宽度: 144  |  高度: 144  |  大小: 30KB

二进制
icons/icon57.png 查看文件

之前 之后
宽度: 57  |  高度: 57  |  大小: 5.9KB

二进制
icons/icon72.png 查看文件

之前 之后
宽度: 72  |  高度: 72  |  大小: 8.7KB

+ 7
- 0
index.php 查看文件

@@ -33,6 +33,13 @@
?>
<head>
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta name="apple-mobile-web-app-capable" content="yes" />
<meta name="apple-mobile-web-app-status-bar-style" content="default" />
<link rel="apple-touch-icon" href="./icons/icon57.png" />
<link rel="apple-touch-icon" sizes="72x72" href="./icons/icon72.png" />
<link rel="apple-touch-icon" sizes="114x114" href="./icons/icon114.png" />
<link rel="apple-touch-icon" sizes="144x144" href="./icons/icon144.png" />
<title>COPS</title>
<script type="text/javascript" src="<?php echo getUrlWithVersion("resources/jQuery/jquery-1.10.2.min.js") ?>"></script>
<script type="text/javascript" src="<?php echo getUrlWithVersion("resources/jquery-cookie/jquery.cookies.js") ?>"></script>


正在加载...
取消
保存