Commit 5149b689 by libai

测试

parent 18efe121
......@@ -36,8 +36,8 @@
<link rel="stylesheet" href="css/layer.css">
<link rel="stylesheet" href="css/index.css?v=2022112313">
<link rel="stylesheet" href="css/login.css?v=2022112313">
<script src="index.js?v=2022112324" defer=""></script>
<link rel="manifest" href="manifest.webmanifest?v=2022112324" />
<script src="index.js?v=2022112325" defer=""></script>
<link rel="manifest" href="manifest.webmanifest?v=2022112325" />
<script src="https://accounts.google.com/gsi/client" async defer></script>
<script async defer crossorigin="anonymous" src="https://connect.facebook.net/en_US/sdk.js"></script>
......
......@@ -26,6 +26,7 @@ sessionStorage.topicId=data.topicId
if(data.tag==undefined)data.tag=''
sessionStorage.tag=data.tag
sessionStorage.qd=data.qd
sessionStorage.type=data.type;
var mySound=data.sound;
if(sessionStorage.open==undefined)sessionStorage.open=1
var ua = window.navigator.userAgent.toLowerCase();
......
{
"background_color": "purple",
"description": "my footseen",
"display": "fullscreen",
"display": "standalone",
"icons": [
{
"src": "icon/fox-icon.png",
......@@ -9,7 +9,7 @@
"type": "image/png"
}
],
"name": "footseen go",
"short_name": "footseen",
"start_url": "/mTest/index.html?type='pwa'"
"name": "Footseen web",
"short_name": "Footseen",
"start_url": "/mTest/index.html?type=pwa"
}
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment