Skip to content

Commit

Permalink
feat: 更新上报脚本
Browse files Browse the repository at this point in the history
  • Loading branch information
lyxuncle committed Sep 4, 2019
1 parent bf72c3c commit f0fa544
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions dist/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<meta name="format-detection" content="telephone=no">
<title>demo</title>

<link href="//storage.jd.com/ambient/styles-bubble.css?396a9da04b93f54f0500" rel="stylesheet"></head>
<link href="//storage.jd.com/ambient/styles-bubble.css?dda40f01f2679491fd62" rel="stylesheet"></head>
<body>
<!-- S 主体内容 -->
<div class="o2team_ambient_main">
Expand All @@ -16,5 +16,5 @@
</div>
<!-- E 主体内容 -->

<script type="text/javascript" src="//storage.jd.com/ambient/control-bubble.js?396a9da04b93f54f0500"></script><script type="text/javascript" src="//storage.jd.com/ambient/bundle-bubble.js?396a9da04b93f54f0500"></script><script type="text/javascript" src="//storage.jd.com/ambient/config-bubble.js?396a9da04b93f54f0500"></script></body>
<script type="text/javascript" src="//storage.jd.com/ambient/control-bubble.js?dda40f01f2679491fd62"></script><script type="text/javascript" src="//storage.jd.com/ambient/bundle-bubble.js?dda40f01f2679491fd62"></script><script type="text/javascript" src="//storage.jd.com/ambient/config-bubble.js?dda40f01f2679491fd62"></script></body>
</html>
4 changes: 2 additions & 2 deletions dist/index_demo.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

<script type="text/javascript" src="//storage.jd.com/ambient-global/ambient-autoStop-head.js"></script>

<link href="//storage.jd.com/ambient/styles-bubble.css?396a9da04b93f54f0500" rel="stylesheet"></head>
<link href="//storage.jd.com/ambient/styles-bubble.css?dda40f01f2679491fd62" rel="stylesheet"></head>
<body>
<!-- S 主体内容 -->
<div class="o2team_ambient_main">
Expand All @@ -20,5 +20,5 @@

<script type="text/javascript" src="//storage.jd.com/ambient-global/ambient-autoStop-body.js"></script>

<script type="text/javascript" src="//storage.jd.com/ambient/control-bubble.js?396a9da04b93f54f0500"></script><script type="text/javascript" src="//storage.jd.com/ambient/bundle-bubble.js?396a9da04b93f54f0500"></script><script type="text/javascript" src="//storage.jd.com/ambient/config-bubble.js?396a9da04b93f54f0500"></script></body>
<script type="text/javascript" src="//storage.jd.com/ambient/control-bubble.js?dda40f01f2679491fd62"></script><script type="text/javascript" src="//storage.jd.com/ambient/bundle-bubble.js?dda40f01f2679491fd62"></script><script type="text/javascript" src="//storage.jd.com/ambient/config-bubble.js?dda40f01f2679491fd62"></script></body>
</html>
6 changes: 3 additions & 3 deletions info.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@
"title": "bubble",
"ambName": "泡泡",
"github": "https://github.com/o2team-ambient/bubble",
"demoSnippet": "<link href=\"//storage.jd.com/ambient/styles-bubble.css?t=1567581796000\" rel=\"stylesheet\"></link><!-- S 主体内容 -->\n <div class=\"o2team_ambient_main\">\n <div class=\"o2team_ambient_field\">\n <!-- <h1>Bubble</h1> -->\n </div>\n </div>\n <!-- E 主体内容 --><script src=\"//storage.jd.com/ambient/bundle-bubble.js?t=1567581796000\"></script>",
"controlUrl": "//storage.jd.com/ambient/control-bubble.js?t=1567581796000",
"configUrl": "//storage.jd.com/ambient/config-bubble.js?t=1567581796000",
"demoSnippet": "<link href=\"//storage.jd.com/ambient/styles-bubble.css?t=1567587039000\" rel=\"stylesheet\"></link><!-- S 主体内容 -->\n <div class=\"o2team_ambient_main\">\n <div class=\"o2team_ambient_field\">\n <!-- <h1>Bubble</h1> -->\n </div>\n </div>\n <!-- E 主体内容 --><script src=\"//storage.jd.com/ambient/bundle-bubble.js?t=1567587039000\"></script>",
"controlUrl": "//storage.jd.com/ambient/control-bubble.js?t=1567587039000",
"configUrl": "//storage.jd.com/ambient/config-bubble.js?t=1567587039000",
"placeholderImg": "//storage.jd.com/ambient/bubble_placeholder.png?t=1554281546000",
"gifImg": "//storage.jd.com/ambient/bubble_motion.gif?t=1554087165000",
"spriteImg": "//storage.jd.com/ambient/bubble_sprite.png?t=1554281546000"
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"license": "ISC",
"dependencies": {
"@o2team/ambient-dat.gui": "^0.7.14",
"@o2team/ambient-report": "^1.0.3",
"@o2team/ambient-report": "^1.0.5",
"zepto": "^1.2.0"
},
"devDependencies": {
Expand Down

0 comments on commit f0fa544

Please sign in to comment.