commit | author | age
|
41b36f
|
1 |
<template> |
1cf6d9
|
2 |
<!-- 异步加载组件 消息总线独立 状态管理 常量抽取 模块重构 jsx使用 css优化--> |
I |
3 |
<!-- 好用的黑色 #292a2d --> |
f9c38e
|
4 |
<div class="swichTag "> |
I |
5 |
<a-page-header title="关于我的一些..小故事" style="padding: 10px 0px 20px 0px;" @back="() => this.$router.go(-1)" /> |
81c155
|
6 |
|
fa1bd9
|
7 |
<div> |
I |
8 |
<p> |
|
9 |
<ul> |
|
10 |
<li> 尘世间一个迷途小码农</li> |
|
11 |
<li> 喜欢钢琴~喜欢吉他 </li> |
|
12 |
<li> 爱音乐,也爱看番 </li> |
|
13 |
<li> B界的白嫖怪</li> |
|
14 |
<li> PC单机的 |
|
15 |
<!-- <span class="myTip">伪</span> --> |
|
16 |
<span class="myTip" style="text-decoration:line-through">硬核</span>玩家 |
|
17 |
</li> |
|
18 |
<li> |
|
19 |
<img src="http://t.inleft.com/share/media_photo/xm.jpg" style="width: 50px;border-radius: 20px;" /> |
|
20 |
我的小老弟&御用暖床袋 |
|
21 |
<img src="http://t.inleft.com/share/media_photo/IMG_20220117_145633.jpg" |
|
22 |
style="width: 50px;border-radius: 30px" /> |
|
23 |
<span style="font-size: 10px;color: #999">(小乖)</span> |
|
24 |
</li> |
|
25 |
<br> |
|
26 |
</ul> |
|
27 |
</p> |
|
28 |
</div> |
|
29 |
|
a23166
|
30 |
<!-- |
af029b
|
31 |
寻找天堂这部作品更引起了我的共鸣 |
a529ff
|
32 |
这个时间点之前,瞰哥还有另一个神作,去月球,我也很喜欢这个 |
I |
33 |
讲的是一个十分感人的爱情故事 |
|
34 |
"如果你忘记了,或是走丢了呢?" |
|
35 |
"那么我们总会在月亮上相遇的。" |
|
36 |
因而<<to the moon>> 这首曲子也在我的曲库里 |
|
37 |
--> |
00e46d
|
38 |
|
a23166
|
39 |
<h3 style="text-align: center;">那些对我而言,有意义的时刻..</h3> |
I |
40 |
<br> |
|
41 |
<a-tabs defaultActiveKey="1" :tabBarStyle="{'display': 'flex','justify-content': 'center'}"> |
fa1bd9
|
42 |
<a-tab-pane key="1" tab="更新记录"> |
I |
43 |
<a-timeline> |
57e3be
|
44 |
<!-- <a-timeline-item color="" style="margin-left: 10px;"> |
I |
45 |
<a-icon slot="dot" type="clock-circle-o" style="font-size: 18px; " /> |
|
46 |
<h3>2024-05-18</h3> |
|
47 |
<p>新增:RSS</p> |
|
48 |
</a-timeline-item> --> |
fa1bd9
|
49 |
<a-timeline-item color="" style="margin-left: 10px;"> |
I |
50 |
<a-icon slot="dot" type="clock-circle-o" style="font-size: 18px; " /> |
|
51 |
<h3>2022-08-25</h3> |
|
52 |
<p>更新:拓展了数据库字段,日志可以支持更加丰富的媒体类型了</p> |
|
53 |
</a-timeline-item> |
|
54 |
<a-timeline-item color="" style="margin-left: 10px;"> |
|
55 |
<a-icon slot="dot" type="clock-circle-o" style="font-size: 18px;" /> |
|
56 |
<h3>2022-08-11</h3> |
|
57 |
<p>更新:优化了视频模块,现在可以在 |
|
58 |
<router-link :to="{path:'/platform'}">「月 台」</router-link>看到新发布的视频啦 |
|
59 |
</p> |
|
60 |
</a-timeline-item> |
|
61 |
<a-timeline-item color="" style="margin-left: 10px;"> |
|
62 |
<a-icon slot="dot" type="clock-circle-o" style="font-size: 18px;" /> |
|
63 |
<h3>2022-07-29</h3> |
|
64 |
<span> |
|
65 |
<router-link to="/comment">优化更新:记住到访的朋友</router-link> |
|
66 |
<p class="myTip">你的名字.</p> |
|
67 |
</span> |
|
68 |
<p>更新:近期更新日志添加小红点提示</p> |
|
69 |
<p>更新:碎碎念类型日志优化提示</p> |
|
70 |
<p>新增:拉取最近几条互动记录</p> |
|
71 |
<p>新增:外链类型日志 for |
|
72 |
<span class="myTip">浅浅子</span> |
|
73 |
</p> |
|
74 |
</a-timeline-item> |
|
75 |
<a-timeline-item color="" style="margin-left: 10px;"> |
|
76 |
<a-icon slot="dot" type="clock-circle-o" style="font-size: 18px;" /> |
|
77 |
<h3>2022-03-03</h3> |
|
78 |
<span> |
|
79 |
<router-link to="/comment">碎碎念</router-link> |
|
80 |
</span> |
|
81 |
<p class="myTip">虽然没啥用,可万一有人想给我留言呢☺☺️</p> |
|
82 |
</a-timeline-item> |
|
83 |
</a-timeline> |
|
84 |
</a-tab-pane> |
|
85 |
<a-tab-pane key="2" tab="编年史"> |
a23166
|
86 |
<a-timeline> |
I |
87 |
<a-timeline-item color="" style="margin-left: 10px;"> |
|
88 |
<a-icon slot="dot" type="clock-circle-o" style="font-size: 18px; " /> |
|
89 |
<p>2022-02-22</p> |
|
90 |
<span style="text-decoration:line-through">全新的</span><span>vue系列+spring全家桶搭建的blog部署上线</span> |
|
91 |
<p class="myTip">(终于是赶在这个全是2的日子前把旧站有用的数据迁移了过来)</p> |
|
92 |
</a-timeline-item> |
f60b31
|
93 |
|
a23166
|
94 |
<a-timeline-item color="" style="margin-left: 10px;"> |
I |
95 |
<a-icon slot="dot" type="clock-circle-o" style="font-size: 18px;" /> |
|
96 |
<h3>2022-01-11</h3> |
|
97 |
<p>3号机计划开始,新的blog代码提交的第一行</p> |
|
98 |
</a-timeline-item> |
aab811
|
99 |
|
a23166
|
100 |
<a-timeline-item color="" style="margin-left: 10px;"> |
I |
101 |
<a-icon slot="dot" type="clock-circle-o" style="font-size: 18px;" /> |
|
102 |
<h3>2022-01-06</h3> |
|
103 |
<p>迁移1号机上的svn,启用3号机下的gitblit</p> |
|
104 |
</a-timeline-item> |
aab811
|
105 |
|
a23166
|
106 |
<a-timeline-item color="" style="margin-left: 10px;"> |
I |
107 |
<a-icon slot="dot" type="clock-circle-o" style="font-size: 18px;" /> |
|
108 |
<h3>2022-01-04</h3> |
|
109 |
<p>迁移1号机的文件仓库到3号机</p> |
|
110 |
</a-timeline-item> |
81c155
|
111 |
|
a23166
|
112 |
<a-timeline-item color="" style="margin-left: 10px;"> |
I |
113 |
<a-icon slot="dot" type="clock-circle-o" style="font-size: 18px;" /> |
|
114 |
<h3>2021-11-23</h3> |
|
115 |
<p>完成技术选型,抛弃笨重的jeecg,就决定是你了<a href="https://xiaonuo.vip" target="_blank">xiaonuo</a></p> |
|
116 |
</a-timeline-item> |
81c155
|
117 |
|
a23166
|
118 |
<a-timeline-item color="" style="margin-left: 10px;"> |
I |
119 |
<a-icon slot="dot" type="clock-circle-o" style="font-size: 18px;" /> |
|
120 |
<h3>2021-11-11</h3> |
|
121 |
<p>被告知腾讯双11活动背刺,3号机计划启动</p> |
|
122 |
</a-timeline-item> |
81c155
|
123 |
|
a23166
|
124 |
<a-timeline-item color="" style="margin-left: 10px;"> |
I |
125 |
<a-icon slot="dot" type="clock-circle-o" style="font-size: 18px;" /> |
|
126 |
<h3>2021-10-13</h3> |
|
127 |
<p>layui官网正式关闭..</p> |
|
128 |
</a-timeline-item> |
81c155
|
129 |
|
a23166
|
130 |
<a-timeline-item color="" style="margin-left: 10px;"> |
I |
131 |
<a-icon slot="dot" type="clock-circle-o" style="font-size: 18px;" /> |
|
132 |
<h3>2021-07-30</h3> |
|
133 |
<p>腾讯2号机续费,暂时旅居在typecho下</p> |
|
134 |
</a-timeline-item> |
81c155
|
135 |
|
a23166
|
136 |
<a-timeline-item color="" style="margin-left: 10px;"> |
I |
137 |
<a-icon slot="dot" type="clock-circle-o" style="font-size: 18px;" /> |
|
138 |
<h3>2020-05-27</h3> |
|
139 |
<span>扬帆,起航,layui第一版blog单页 面世</span> |
|
140 |
<span class="myTip">(咕了,没有后文..)</span> |
|
141 |
</a-timeline-item> |
81c155
|
142 |
|
a23166
|
143 |
<a-timeline-item color="" style="margin-left: 10px;"> |
I |
144 |
<a-icon slot="dot" type="clock-circle-o" style="font-size: 18px;" /> |
|
145 |
<h3>2019-01-02</h3> |
|
146 |
<span>域名备案完成</span> |
|
147 |
</a-timeline-item> |
81c155
|
148 |
|
a23166
|
149 |
<a-timeline-item color="" style="margin-left: 10px;"> |
I |
150 |
<a-icon slot="dot" type="clock-circle-o" style="font-size: 18px;" /> |
|
151 |
<h3>2018-12-21</h3> |
|
152 |
<span>拿下域名:inleft.com</span> |
|
153 |
<p>阿里云初代机 启动</p> |
|
154 |
</a-timeline-item> |
|
155 |
</a-timeline> |
|
156 |
<!-- <a-timeline-item color="" style="margin-left: 10px;"> |
|
157 |
<a-icon slot="dot" type="align-left" style="font-size: 18px;" /> |
|
158 |
<br><em>爱她所爱,思她所思,为她承担伤痛</em> |
|
159 |
<br>度过苦难 无论贫寒,无论卑贱或富贵 |
|
160 |
<br>无论身处乱世还是神所不顾 我都愿为她拔剑而战 |
|
161 |
<br>为她收起翅膀 |
|
162 |
<br>不离不弃,直至永远 |
|
163 |
</a-timeline-item> --> |
|
164 |
</a-tab-pane> |
fa1bd9
|
165 |
|
a23166
|
166 |
</a-tabs> |
41b36f
|
167 |
|
I |
168 |
</div> |
|
169 |
</template> |
|
170 |
|
|
171 |
<script> |
|
172 |
</script> |
|
173 |
|
|
174 |
<style lang="less"> |
81c155
|
175 |
|
41b36f
|
176 |
</style> |