dependabot/npm_and_yarn/minimist-1.2.6
iotcat 5 years ago
parent f58cda27e8
commit 4843ae23fd
  1. 74
      dist/ushio-footer.js
  2. 2
      dist/ushio-footer.min.js
  3. 2
      dist/ushio-footer.min.js.map
  4. 6
      dist/ushio-head.js
  5. 2
      dist/ushio-head.min.js
  6. 2
      dist/ushio-head.min.js.map
  7. 3
      test.html
  8. 74
      ushio-footer.js
  9. 6
      ushio-head.js

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

@ -8,9 +8,10 @@ var page = {
url: window.location.href, url: window.location.href,
title: 'Lovely Ushio', title: 'Lovely Ushio',
icon: 'https://cdn.yimian.xyz/img/head/head3r.ico', icon: 'https://cdn.yimian.xyz/img/head/head3r.ico',
path: window.location.path, path: window.location.pathname,
host: window.location.host, host: window.location.host,
hostname: window.location.hostname, hostname: window.location.hostname,
session: {},
openTime: Date.parse(new Date()) / 1000, openTime: Date.parse(new Date()) / 1000,
Timer: 0, Timer: 0,
TimerObj: null, TimerObj: null,
@ -26,6 +27,9 @@ var page = {
}; };
/* session ini */
var session = {};
/* page config merge */ /* page config merge */
if($('title').length){ if($('title').length){
page.title = $('title').html(); page.title = $('title').html();

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

@ -5,7 +5,8 @@
<script src="./ushio-head.js" charset="utf-8"></script> <script src="./ushio-head.js" charset="utf-8"></script>
</head> </head>
<body> <body>
<a href="kkk?k=l"></a> <a id = "ushio" href="kkk?k=l"></a>
<a id = "ushio"href="ooo?k=l"></a>
</body> </body>
<script src="./ushio-footer.js" charset="utf-8"></script> <script src="./ushio-footer.js" charset="utf-8"></script>
</html> </html>

File diff suppressed because one or more lines are too long

@ -8,9 +8,10 @@ var page = {
url: window.location.href, url: window.location.href,
title: 'Lovely Ushio', title: 'Lovely Ushio',
icon: 'https://cdn.yimian.xyz/img/head/head3r.ico', icon: 'https://cdn.yimian.xyz/img/head/head3r.ico',
path: window.location.path, path: window.location.pathname,
host: window.location.host, host: window.location.host,
hostname: window.location.hostname, hostname: window.location.hostname,
session: {},
openTime: Date.parse(new Date()) / 1000, openTime: Date.parse(new Date()) / 1000,
Timer: 0, Timer: 0,
TimerObj: null, TimerObj: null,
@ -26,6 +27,9 @@ var page = {
}; };
/* session ini */
var session = {};
/* page config merge */ /* page config merge */
if($('title').length){ if($('title').length){
page.title = $('title').html(); page.title = $('title').html();

Loading…
Cancel
Save