Skip to content

Commit

Permalink
[Update] URLs
Browse files Browse the repository at this point in the history
  • Loading branch information
xb2016 committed Feb 2, 2021
1 parent 51ea46b commit 0758d3b
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 12 deletions.
20 changes: 10 additions & 10 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,11 @@
<meta name="viewport" content="width=device-width,initial-scale=1,maximum-scale=1,user-scalable=no">
<meta name="keywords" content="Moedog,狗子,主页">
<meta name="description" content="狗子的个人主页">
<link rel="icon" type="image/x-icon" href="https://cdn.jsdelivr.net/gh/Moe-dog/prprpr.love@0.6/favicon.ico">
<link rel="stylesheet" href="https://cdn.jsdelivr.net/gh/Moe-dog/prprpr.love@0.6/statics/css/main.css">
<link rel="icon" type="image/x-icon" href="https://cdn.jsdelivr.net/gh/Moe-dog/prprpr.love@0.7/favicon.ico">
<link rel="stylesheet" href="https://cdn.jsdelivr.net/gh/Moe-dog/prprpr.love@0.7/statics/css/main.css">
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/[email protected]/css/font-awesome.min.css">
<script src="https://cdn.jsdelivr.net/gh/Moe-dog/prprpr.love@0.6/statics/js/jquery.min.js"></script>
<script src="https://cdn.jsdelivr.net/gh/Moe-dog/prprpr.love@0.6/statics/js/aplayer.min.js"></script>
<script src="https://cdn.jsdelivr.net/gh/Moe-dog/prprpr.love@0.7/statics/js/jquery.min.js"></script>
<script src="https://cdn.jsdelivr.net/gh/Moe-dog/prprpr.love@0.7/statics/js/aplayer.min.js"></script>
</head>
<body>
<div class="loading">
Expand All @@ -28,13 +28,13 @@
</div>
<script>
var picnum = parseInt(Math.random()*19+1);
document.write('<div class="bak" style="background-image: url(https://cdn.jsdelivr.net/gh/Moe-dog/prprpr.love@0.6/statics/img/'+picnum+'.jpg);"></div>');
document.write('<div class="bak" style="background-image: url(https://cdn.jsdelivr.net/gh/Moe-dog/prprpr.love@0.7/statics/img/'+picnum+'.jpg);"></div>');
</script>
<main>
<div class="content">
<div class="left">
<div class="avatar">
<img src="https://cdn.jsdelivr.net/gh/Moe-dog/prprpr.love@0.6/statics/img/head.png">
<img src="https://cdn.jsdelivr.net/gh/Moe-dog/prprpr.love@0.7/statics/img/head.png">
</div>
<ul class="menu">
<li>
Expand Down Expand Up @@ -69,7 +69,7 @@ <h1>小白-白</h1>
<i class="fa fa-github"></i>
<span>GitHub</span>
</a>
<a href="mailto:%3F@loli.cab" target="_blank" rel="noopener">
<a href="mailto:i@loli.cab" target="_blank" rel="noopener">
<i class="fa fa-envelope"></i>
<span>E-Mail</span>
</a>
Expand Down Expand Up @@ -104,8 +104,8 @@ <h1>关于</h1>
<section id="donate">
<h1>求投食喵 !</h1>
<div class="donate-img-box">
<a href="https://pay.fczbl.vip" target="_blank" rel="noopener">
<img src="https://cdn.jsdelivr.net/gh/Moe-dog/prprpr.love@0.6/statics/img/poor.jpg" >
<a href="https://pay.moedog.org" target="_blank" rel="noopener">
<img src="https://cdn.jsdelivr.net/gh/Moe-dog/prprpr.love@0.7/statics/img/poor.jpg" >
</a>
</div>
</section>
Expand All @@ -123,6 +123,6 @@ <h1>求投食喵 !</h1>
<div class="ap-f" id="ap-f"></div>
</div>
</main>
<script src="https://cdn.jsdelivr.net/gh/Moe-dog/prprpr.love@0.6/statics/js/main.js"></script>
<script src="https://cdn.jsdelivr.net/gh/Moe-dog/prprpr.love@0.7/statics/js/main.js"></script>
</body>
</html>
Binary file modified statics/img/poor.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 2 additions & 2 deletions statics/js/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ function getAchives(){
function gethitokoto(){
$.ajax({
type:"POST",
url:"https://api.fczbl.vip/hitokoto/?encode=json",
url:"https://api.moedog.org/hitokoto/?encode=json",
dataType:"json",
success:function(result){
write(result.hitokoto);
Expand All @@ -56,7 +56,7 @@ function write(text){

$(function(){
$.ajax({
url:"https://api.fczbl.vip/163_sp/?type=playlist&id=2003373695",
url:"https://api.moedog.org/163_sp/?type=playlist&id=2003373695",
success:function(e){
var a = new APlayer({
element:document.getElementById("ap-f"),
Expand Down

0 comments on commit 0758d3b

Please sign in to comment.