Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: add captions #16

Merged
merged 10 commits into from
Dec 1, 2023
Merged
Changes from 3 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
83 changes: 73 additions & 10 deletions src/posts/chuan-story.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,12 +55,44 @@ import MessageBox from '../.vitepress/components/MessageBox.vue'
**🍢🍢:** 爱好当然是出去走走玩玩,感受一下人间烟火气。打卡的话当然是福建的省会厦门啦🐶,在十里长堤跟着男女朋友看看夕阳,鼓浪屿的小巷子。平潭岛也挺不错的(🍢🍢没去过但是朋友圈已经发爆了,图中为蓝眼泪时期,需要特定的季节,且肉眼看不出来这种效果,需要相机长曝光,大家别跑空咯)。

<div style="display: flex; justify-content: space-between">
<img src="../images/chuan-story/chuan-04.jpg" alt="chuan-04" style="width: 33%;">
<img src="../images/chuan-story/chuan-05.jpg" alt="chuan-05" style="width: 33%;">
<img src="../images/chuan-story/chuan-06.jpg" alt="chuan-06" style="width: 33%;">
<center style="width: 33%;">
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

别用 center 了,已经 Deprecated 了

https://developer.mozilla.org/en-US/docs/Web/HTML/Element/center

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

已替换

<img src="../images/chuan-story/chuan-04.jpg" alt="chuan-04" >
<div style="color:orange; border-bottom: 1px solid #d9d9d9;
display: inline-block;
color: #999;
padding: 2px;">
厦门杏林大桥(来源: 川川相册)
</div>
</center>
<center style="width: 33%;">
<img src="../images/chuan-story/chuan-05.jpg" alt="chuan-05">
<div style="color:orange; border-bottom: 1px solid #d9d9d9;
display: inline-block;
color: #999;
padding: 2px;">
十里长堤(来源: 川川相册)
</div>
</center>
<center style="width: 28%;">
<img src="../images/chuan-story/chuan-06.jpg" alt="chuan-06">
<div style="color:orange; border-bottom: 1px solid #d9d9d9;
display: inline-block;
color: #999;
padding: 2px;">
鼓浪屿(来源:厦门文旅公众号)
</div>
</center>
</div>

![chuan-07](../images/chuan-story/chuan-07.jpg)
<center>
<img src="../images/chuan-story/chuan-07.jpg" alt="chuan-07">
<div style="color:orange; border-bottom: 1px solid #d9d9d9;
display: inline-block;
color: #999;
padding: 2px;">
平潭(来源: 新华社2023/04/29 )
</div>
</center>

3. **据我了解,你在初中时就用易语言写了个安卓 APP 给奶奶使用,你能详细讲讲这个 APP 的设计目的和功能么?你当时学习了些什么技术才把这个 APP 做成?那又是通过哪种方式(看书?上网学习?视频?)学习的呢?**

Expand Down Expand Up @@ -161,7 +193,7 @@ import MessageBox from '../.vitepress/components/MessageBox.vue'
</Message>
</MessageBox>

### by 卢师傅([sanbuphy](https://github.com/sanbuphy))
### by 卢师傅([AndSonder](https://github.com/AndSonder))
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@sunzhongkai588 孙师傅出来挨打!


<MessageBox>
<Message name="卢畅" github="AndSonder">
Expand Down Expand Up @@ -211,13 +243,44 @@ import MessageBox from '../.vitepress/components/MessageBox.vue'

最后让我们欣赏一下川大摄影师的大作吧 📷

![chuan-14](../images/chuan-story/chuan-14.jpg)

![chuan-15](../images/chuan-story/chuan-15.jpg)
<center>
<img src="../images/chuan-story/chuan-14.jpg" alt="chuan-14">
<div style="color:orange; border-bottom: 1px solid #d9d9d9;
display: inline-block;
color: #999;
padding: 2px;">
北京798艺术区
</div>
</center>
<center>
<img src="../images/chuan-story/chuan-15.jpg" alt="chuan-15">
<div style="color:orange; border-bottom: 1px solid #d9d9d9;
display: inline-block;
color: #999;
padding: 2px;">
福州三江口大桥
</div>
</center>

<div style="display: flex; justify-content: space-between">
<img src="../images/chuan-story/chuan-16.jpg" alt="chuan-16" style="width: 49%;">
<img src="../images/chuan-story/chuan-17.jpg" alt="chuan-17" style="width: 49%;">
<center style="width: 49%;">
<img src="../images/chuan-story/chuan-16.jpg" alt="chuan-16">
<div style="color:orange; border-bottom: 1px solid #d9d9d9;
display: inline-block;
color: #999;
padding: 2px;">
福州烟台山
</div>
</center>
<center style="width: 49%;">
<img src="../images/chuan-story/chuan-17.jpg" alt="chuan-17">
<div style="color:orange; border-bottom: 1px solid #d9d9d9;
display: inline-block;
color: #999;
padding: 2px;">
厦门中医院附近
</div>
</center>
</div>

---
Expand Down