via浏览器比较小巧,该有的功能也都有。
自定义logo可以用html代码
1.文字logo,文字大小,样式都可以自己调整
姿势小王子
2.天气logo
a.url+"?"+c,a.async),b.send(null));b.onreadystatechange=function(){4==b.readyState&&200==b.status&&a.success(JSON.parse(b.responseText))}}ajax({method:"GET",url:"http://api.jirengu/getWeather.php",success:function(a){console.log(a);now=document.getElementById("weather").innerHTML=a.results[0].weather_data[0];e=document.getElementById("weather");now&&(e.innerHTML=now.weather+"("+now.temperature+")")}});
3.网易云音乐logo,只要分享音乐,就可以获取音乐ID。高度和宽度,按你的需要调节就可以了。
4.设置大图为logo,高度和宽度也是看图片调整
5.显示日期logo
var d = new Date();
document.write(d.getFullYear() + "年" +(d.getMonth() + 1) + "月" + d.getDate() + "日");
document.write(' 星期'+'日一二三四五六'.charAt(new Date().getDay()));
6.类似的就是显示时间logo,字体大小,颜色,样式等等都可以自己调整。
via浏览器比较小巧,该有的功能也都有。
自定义logo可以用html代码
1.文字logo,文字大小,样式都可以自己调整
姿势小王子
2.天气logo
a.url+"?"+c,a.async),b.send(null));b.onreadystatechange=function(){4==b.readyState&&200==b.status&&a.success(JSON.parse(b.responseText))}}ajax({method:"GET",url:"http://api.jirengu/getWeather.php",success:function(a){console.log(a);now=document.getElementById("weather").innerHTML=a.results[0].weather_data[0];e=document.getElementById("weather");now&&(e.innerHTML=now.weather+"("+now.temperature+")")}});
3.网易云音乐logo,只要分享音乐,就可以获取音乐ID。高度和宽度,按你的需要调节就可以了。
4.设置大图为logo,高度和宽度也是看图片调整
5.显示日期logo
var d = new Date();
document.write(d.getFullYear() + "年" +(d.getMonth() + 1) + "月" + d.getDate() + "日");
document.write(' 星期'+'日一二三四五六'.charAt(new Date().getDay()));
6.类似的就是显示时间logo,字体大小,颜色,样式等等都可以自己调整。