Skip to content

Commit 5266cf0

Browse files
committed
Edit picture path
1 parent fc2bd61 commit 5266cf0

File tree

8 files changed

+5
-14
lines changed

8 files changed

+5
-14
lines changed

src/App.vue

Lines changed: 1 addition & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,5 @@
11
<script>
2-
export default {
3-
created () {
4-
// 调用API从本地缓存中获取数据
5-
const logs = wx.getStorageSync('logs') || []
6-
logs.unshift(Date.now())
7-
wx.setStorageSync('logs', logs)
8-
9-
console.log('app created and cache logs by setStorageSync')
10-
}
11-
}
2+
export default {}
123
</script>
134

145
<style>

src/pages/blog/blog.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<div class="header">
77
<div class="mac">
88
<div class="logo">
9-
<img src="/static/img/php.jpg">
9+
<img src="https://www.overxue.com/images/php.jpg">
1010
</div>
1111
<p>一个不羁的码农,我的世界不只有coding</p>
1212
</div>

src/pages/blogdetail/blogdetail.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
<div class="modal-boday">
4141
<div class="title">如果觉得我的文章对您有用,请随意打赏。你的支持将鼓励我继续创作!</div>
4242
<div class="img">
43-
<img src="/static/img/wechat.jpg" class="img-item">
43+
<img src="https://www.overxue.com/images/wechat.jpg" class="img-item">
4444
</div>
4545
</div>
4646
</div>

src/pages/homepage/homepage.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<music></music>
44
<div class="content">
55
<div class="avatar">
6-
<img src="/static/img/avatar.jpg" class="avatar-item">
6+
<img src="https://www.overxue.com/images/avatar.jpg" class="avatar-item">
77
</div>
88
<h1 class="description">Nothing is impossible.</h1>
99
<ul class="tab">

src/pages/me/me.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<div class="header-cover no-cover">
99
<div class="header-body">
1010
<div class="avatar">
11-
<img src="/static/img/avatar.jpg" class="avatar-item">
11+
<img src="https://www.overxue.com/images/avatar.jpg" class="avatar-item">
1212
</div>
1313
<div class="tit">薛聪</div>
1414
</div>

static/img/avatar.jpg

-76.5 KB
Binary file not shown.

static/img/php.jpg

-23.4 KB
Binary file not shown.

static/img/wechat.jpg

-198 KB
Binary file not shown.

0 commit comments

Comments
 (0)