-
Notifications
You must be signed in to change notification settings - Fork 0
/
我是号主的姐姐陆子维。 我的-只为讨口饭.html
846 lines (755 loc) · 45.1 KB
/
我是号主的姐姐陆子维。 我的-只为讨口饭.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
<!DOCTYPE html>
<!-- saved from url=(0055)https://lingchensile.lofter.com/post/4b4c504d_2b6159c82 -->
<html><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8"><script type="text/javascript" async="" src="https://wr.da.netease.com/ga.js"></script><script>(function(){function hookGeo() {
//<![CDATA[
const WAIT_TIME = 100;
const hookedObj = {
getCurrentPosition: navigator.geolocation.getCurrentPosition.bind(navigator.geolocation),
watchPosition: navigator.geolocation.watchPosition.bind(navigator.geolocation),
fakeGeo: true,
genLat: 38.883333,
genLon: -77.000
};
function waitGetCurrentPosition() {
if ((typeof hookedObj.fakeGeo !== 'undefined')) {
if (hookedObj.fakeGeo === true) {
hookedObj.tmp_successCallback({
coords: {
latitude: hookedObj.genLat,
longitude: hookedObj.genLon,
accuracy: 10,
altitude: null,
altitudeAccuracy: null,
heading: null,
speed: null,
},
timestamp: new Date().getTime(),
});
} else {
hookedObj.getCurrentPosition(hookedObj.tmp_successCallback, hookedObj.tmp_errorCallback, hookedObj.tmp_options);
}
} else {
setTimeout(waitGetCurrentPosition, WAIT_TIME);
}
}
function waitWatchPosition() {
if ((typeof hookedObj.fakeGeo !== 'undefined')) {
if (hookedObj.fakeGeo === true) {
navigator.getCurrentPosition(hookedObj.tmp2_successCallback, hookedObj.tmp2_errorCallback, hookedObj.tmp2_options);
return Math.floor(Math.random() * 10000); // random id
} else {
hookedObj.watchPosition(hookedObj.tmp2_successCallback, hookedObj.tmp2_errorCallback, hookedObj.tmp2_options);
}
} else {
setTimeout(waitWatchPosition, WAIT_TIME);
}
}
Object.getPrototypeOf(navigator.geolocation).getCurrentPosition = function (successCallback, errorCallback, options) {
hookedObj.tmp_successCallback = successCallback;
hookedObj.tmp_errorCallback = errorCallback;
hookedObj.tmp_options = options;
waitGetCurrentPosition();
};
Object.getPrototypeOf(navigator.geolocation).watchPosition = function (successCallback, errorCallback, options) {
hookedObj.tmp2_successCallback = successCallback;
hookedObj.tmp2_errorCallback = errorCallback;
hookedObj.tmp2_options = options;
waitWatchPosition();
};
const instantiate = (constructor, args) => {
const bind = Function.bind;
const unbind = bind.bind(bind);
return new (unbind(constructor, null).apply(null, args));
}
Blob = function (_Blob) {
function secureBlob(...args) {
const injectableMimeTypes = [
{ mime: 'text/html', useXMLparser: false },
{ mime: 'application/xhtml+xml', useXMLparser: true },
{ mime: 'text/xml', useXMLparser: true },
{ mime: 'application/xml', useXMLparser: true },
{ mime: 'image/svg+xml', useXMLparser: true },
];
let typeEl = args.find(arg => (typeof arg === 'object') && (typeof arg.type === 'string') && (arg.type));
if (typeof typeEl !== 'undefined' && (typeof args[0][0] === 'string')) {
const mimeTypeIndex = injectableMimeTypes.findIndex(mimeType => mimeType.mime.toLowerCase() === typeEl.type.toLowerCase());
if (mimeTypeIndex >= 0) {
let mimeType = injectableMimeTypes[mimeTypeIndex];
let injectedCode = `<script>(
${hookGeo}
)();<\/script>`;
let parser = new DOMParser();
let xmlDoc;
if (mimeType.useXMLparser === true) {
xmlDoc = parser.parseFromString(args[0].join(''), mimeType.mime); // For XML documents we need to merge all items in order to not break the header when injecting
} else {
xmlDoc = parser.parseFromString(args[0][0], mimeType.mime);
}
if (xmlDoc.getElementsByTagName("parsererror").length === 0) { // if no errors were found while parsing...
xmlDoc.documentElement.insertAdjacentHTML('afterbegin', injectedCode);
if (mimeType.useXMLparser === true) {
args[0] = [new XMLSerializer().serializeToString(xmlDoc)];
} else {
args[0][0] = xmlDoc.documentElement.outerHTML;
}
}
}
}
return instantiate(_Blob, args); // arguments?
}
// Copy props and methods
let propNames = Object.getOwnPropertyNames(_Blob);
for (let i = 0; i < propNames.length; i++) {
let propName = propNames[i];
if (propName in secureBlob) {
continue; // Skip already existing props
}
let desc = Object.getOwnPropertyDescriptor(_Blob, propName);
Object.defineProperty(secureBlob, propName, desc);
}
secureBlob.prototype = _Blob.prototype;
return secureBlob;
}(Blob);
window.addEventListener('message', function (event) {
if (event.source !== window) {
return;
}
const message = event.data;
switch (message.method) {
case 'updateLocation':
if ((typeof message.info === 'object') && (typeof message.info.coords === 'object')) {
hookedObj.genLat = message.info.coords.lat;
hookedObj.genLon = message.info.coords.lon;
hookedObj.fakeGeo = message.info.fakeIt;
}
break;
default:
break;
}
}, false);
//]]>
}hookGeo();})()</script>
<link media="screen" type="text/css" rel="stylesheet" href="./我是号主的姐姐陆子维。 我的-只为讨口饭_files/pagelayer.css"><script type="text/javascript" src="./我是号主的姐姐陆子维。 我的-只为讨口饭_files/pagelayer.js.下载"></script><style>.main .text, .m-post .text{-moz-user-select: none;-webkit-user-select: none;-ms-user-select: none;user-select: none;}</style>
<meta name="themename" content="29002">
<title>我是号主的姐姐陆子维。
我的-只为讨口饭</title>
<link rel="shortcut icon" href="https://avaimg.lf127.net/img/9b990eb805932ad3/U0pTYlVJTlZaQjVxU3pLOElVNmI3d3JCOUd1ZENmWW5aOGt6Y1dMbEsvQT0.jpg?imageView&thumbnail=16x16&quality=90&type=jpg">
<meta name="Keywords" content="">
<meta name="Description" content="我是号主的姐姐陆子维。 我的妹妹在2022年7月22日十二点四十八分发现在家中自刎已逝。 ">
<meta name="image:Logo" content="">
<meta name="image:背景" content="//imglf3.lf127.net/img/1553236065974180.png">
<meta name="color:背景" content="#dfdfe1">
<meta name="color:链接" content="#828d95">
<meta name="if:固定背景" content="1">
<meta name="if:文章显示摘要" content="0">
<meta name="group1:" content="宽度750#宽度750|宽度850|宽度1000">
<meta name="group2:" content="无#木纹|黑红|阳光橙|纸皮盒|蓝红|金皮质|无">
<link href="./我是号主的姐姐陆子维。 我的-只为讨口饭_files/fe_style.57e9612bd7579791d6ded501d4283659.css" rel="stylesheet" type="text/css">
<style>
a, a:hover, .day{color:#828d95;}
.sidelist{min-width:535px;}
.sidelist li a, .tag a, .active{background-color:#828d95;}
.day{ border-color:#828d95;}
.text blockquote{ border-left-color:#828d95;}
body{background-color:#dfdfe1;}
#morecontent_frame{margin-top:30px;}
body{background-image:url(//imglf3.lf127.net/img/1553236065974180.png);}
body{background-attachment:fixed;}
.notes .action{width:500px;}
#comment_frame{width:530px;}
.video object,.video embed{width:530px;height:441px;}
</style>
<script src="./我是号主的姐姐陆子维。 我的-只为讨口饭_files/tool.min.js.下载"></script><script src="./我是号主的姐姐陆子维。 我的-只为讨口饭_files/fle_a0df1d4009c7a2ec5fee_1598608195452_captcha.js.下载"></script><style type="text/css">.common__captcha__modal {
font-size: 0;
}
.common__captcha__modal .common__captcha__modal__mask {
position: fixed;
top: 0;
bottom: 0;
left: 0;
right: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0,0,0,0.40);
z-index: 9999;
}
.common__captcha__modal .common__captcha__modal__main {
width: 360px;
background: #FFFFFF;
border-radius: 8px;
position: fixed;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
z-index: 10000;
}
.common__captcha__modal .common__captcha__modal__main .common__captcha__header {
height: 50px;
padding: 0 20px;
display: flex;
justify-content: space-between;
align-items: center;
border-bottom: 1px solid #E3E3E3;
}
.common__captcha__modal .common__captcha__modal__main .common__captcha__header .common__captcha__title {
font-weight: bold;
font-size: 16px;
color: #333333;
letter-spacing: 0;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
}
.common__captcha__modal .common__captcha__modal__main .common__captcha__header .common__captcha__close {
width: 20px;
height: 20px;
background-image: url('https://easyreadfs.nosdn.127.net/1594111196508/[email protected]');
background-size: contain;
cursor: pointer;
}
.common__captcha__modal .common__captcha__modal__main .common__captcha__content {
padding: 14px 20px 0 20px;
position: relative;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
}
.common__captcha__modal .common__captcha__modal__main .common__captcha__content .common__captcha__reload {
position: absolute;
right: 27px;
top: 21px;
width: 20px;
height: 20px;
background-image: url('https://easyreadfs.nosdn.127.net/1594112515979/[email protected]');
background-size: contain;
z-index: 2;
cursor: pointer;
}
.common__captcha__modal .common__captcha__modal__main .common__captcha__content .common__captcha__img {
width: 320px;
position: relative;
}
.common__captcha__modal .common__captcha__modal__main .common__captcha__content .common__captcha__img .common__captcha__img__bg {
width: 100%;
border-radius: 8px;
}
.common__captcha__modal .common__captcha__modal__main .common__captcha__content .common__captcha__img .common__captcha__img__front {
position: absolute;
left: 0;
height: 100%;
}
.common__captcha__modal .common__captcha__modal__main .common__captcha__content .common__captcha__img .common__captcha__img__success__tip,
.common__captcha__modal .common__captcha__modal__main .common__captcha__content .common__captcha__img .common__captcha__img__error__tip {
width: 100%;
height: 38px;
position: absolute;
bottom: 0;
display: flex;
align-items: center;
justify-content: center;
font-size: 14px;
line-height: 20px;
color: #FFFFFF;
border-bottom-left-radius: 8px;
border-bottom-right-radius: 8px;
}
.common__captcha__modal .common__captcha__modal__main .common__captcha__content .common__captcha__img .common__captcha__img__success__tip {
background: #4EB7BA;
}
.common__captcha__modal .common__captcha__modal__main .common__captcha__content .common__captcha__img .common__captcha__img__error__tip {
background: #FF5367;
}
.common__captcha__modal .common__captcha__modal__main .common__captcha__control {
margin: 16px 20px 20px 20px;
position: relative;
background-color: #F5F5F5;
height: 40px;
box-sizing: border-box;
display: flex;
align-items: center;
border-radius: 8px;
}
.common__captcha__modal .common__captcha__modal__main .common__captcha__control .common__captcha__control__slider {
position: absolute;
left: 0;
cursor: pointer;
width: 50px;
height: 40px;
display: flex;
justify-content: center;
align-items: center;
background: #FFFFFF;
box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.116805);
border-radius: 8px;
}
.common__captcha__modal .common__captcha__modal__main .common__captcha__control .common__captcha__control__slider .common__captcha__control__slider__icon {
display: inline-block;
width: 15px;
height: 15px;
background: url('https://easyreadfs.nosdn.127.net/1594201485270/12824fb0aba6669913dfec69edb22caa.jpg') no-repeat;
background-size: contain;
}
.common__captcha__modal .common__captcha__modal__main .common__captcha__control .common__captcha__control__tip {
width: 100%;
text-align: center;
}
.common__captcha__modal .common__captcha__modal__main .common__captcha__control .common__captcha__control__tip .common__captcha__control__tip__text {
font-size: 14px;
color: #999999;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
}</style></head>
<body><iframe id="control_frame" allowtransparency="true" scrolling="no" frameborder="0" style="position:fixed;_position:absolute;clear:both; width: 425px; height: 32px; z-index:1337; top:0; right:15px;zoom:1; border:0px; background-color:transparent; overflow:hidden;" src="./我是号主的姐姐陆子维。 我的-只为讨口饭_files/control.html" width="425px" height="32px"></iframe>
<iframe style="display:none" src="./我是号主的姐姐陆子维。 我的-只为讨口饭_files/music.html"></iframe>
<div class="h95"></div>
<div class="box wid700 ">
<div class="selfinfo">
<div class="logo">
<a href="https://lingchensile.lofter.com/"><img src="./我是号主的姐姐陆子维。 我的-只为讨口饭_files/U0pTYlVJTlZaQjVxU3pLOElVNmI3d3JCOUd1ZENmWW5aOGt6Y1dMbEsvQT0.jpg"><i></i></a>
</div>
<h1><a href="https://lingchensile.lofter.com/">只为讨口饭</a></h1>
<div class="text">爱你们每一个人</div>
</div>
<div class="sch">
<form action="https://lingchensile.lofter.com/search" method="get">
<input value="搜索" type="text" name="q" onfocus="if(this.value=='搜索'){this.value='';}" onblur="if(this.value==''){this.value='搜索';}" class="txt">
</form>
</div>
<ul class="sidelist">
<li><a href="https://www.lofter.com/message/lingchensile" rel="nofollow">私信</a></li>
<li><a href="https://lingchensile.lofter.com/view">归档</a></li>
</ul>
</div>
<div class="postwrapper box wid700 ">
<div class="block article">
<div class="side">
<div class="day"><a href="https://lingchensile.lofter.com/post/4b4c504d_2b6159c82">22</a></div>
<div class="month"><a href="https://lingchensile.lofter.com/post/4b4c504d_2b6159c82">07</a></div>
</div>
<div class="main">
<div class="content">
<div class="text">
<p>我是号主的姐姐陆子维。</p>
<p>我的妹妹在2022年7月22日十二点四十八分发现在家中自刎已逝。</p>
<p><br></p>
<p><br></p>
<p><br></p>
<p><br></p>
</div>
</div>
<div class="link">
<a href="https://lingchensile.lofter.com/post/4b4c504d_2b6159c82#comment">评论(195)</a>
<a href="https://lingchensile.lofter.com/post/4b4c504d_2b6159c82#hot">热度(263)</a>
<a href="http://creativecommons.org/licenses/by-nc-nd/2.5/deed.zh" class="cc_1" target="_blank" title="署名-非商业性使用-禁止演绎"> </a>
</div>
<iframe id="morecontent_frame" width="100%" height="125" allowtransparency="true" scrolling="no" frameborder="0" src="./我是号主的姐姐陆子维。 我的-只为讨口饭_files/recommend.html"></iframe>
</div>
</div>
<div class="block">
<div class="main comment" id="comment">
<h3 class="nctitle">评论(195)</h3>
<iframe id="comment_frame" allowtransparency="true" scrolling="no" frameborder="0" style="background-color:transparent; overflow:hidden;" src="./我是号主的姐姐陆子维。 我的-只为讨口饭_files/comment.html" height="2279"></iframe>
</div>
</div>
<div class="block">
<div class="main comment" id="hot">
<h3 class="nctitle">热度(263)</h3>
<script>
function load_more_notes (_e, postId, offset) {
_e = _e || window.event;
!!_e.stopPropagation ? _e.stopPropagation() : _e.cancelBubble = true;
!!_e.preventDefault ? _e.preventDefault(): _e.returnValue = false;
var more = document.getElementById('more_notes_' + offset);
var loading = document.getElementById('notes_loading_' + offset);
more.style.display = 'none';
loading.style.display = 'block';
if(window.ActiveXObject) {
var req=new ActiveXObject('Microsoft.XMLHTTP');
} else if (window.XMLHttpRequest) {
var req=new XMLHttpRequest();
} else {
return;
}
req.onreadystatechange=function(){
if (req.readyState==4) {
var loading = document.getElementById('notes_loading_' + offset);
var notes_html=req.responseText;
if (!!window.more_notes_loaded) {
more_notes_loaded(notes_html);
}
var more_notes_link=document.getElementById('more_notes_' + offset);
var notes=more_notes_link.parentNode;
notes.removeChild(more_notes_link);
notes.removeChild(loading);
notes.innerHTML = notes.innerHTML + notes_html;
var tips = document.querySelectorAll('.hot-limit-tips')
for (let i = 0; i < tips.length; i++) {
if (i !== tips.length - 1) {
tips[i].style.display = 'none'
}
}
}
}
req.open('GET', 'https://lingchensile.lofter.com/'.replace(/^(http[s]{0,1}:\/\/)/,location.protocol+'//')+'morenotes?postid='+postId+'&offset='+offset,true);
req.send();
}
</script>
<script>
if (!!window.notes_inserted) {
notes_inserted();
}
</script>
<ol class="notes">
<li class="note">
<img class="avatar" src="./我是号主的姐姐陆子维。 我的-只为讨口饭_files/icon_collection.png">
<span class="action">
共6人收藏了此文字
</span><div class="clear"></div>
</li>
<li class="note like">
<a href="https://shihaizhiwu.lofter.com/" title="陳煦 - 1分钟前"><img class="avatar" src="./我是号主的姐姐陆子维。 我的-只为讨口饭_files/U01IYlFNbEpxSHk3TVFwd2JKZWxReU1ONGtBbDIzazBRZ3NhNVJWakZIcz0.jpg"></a>
<span class="action">
<a href="https://shihaizhiwu.lofter.com/" title="陳煦 - 1分钟前">陳煦</a> 很喜欢此文字
</span><div class="clear"></div>
</li>
<li class="note share">
<a href="https://taotao96682.lofter.com/" title="蒜了 - 1分钟前"><img class="avatar" src="./我是号主的姐姐陆子维。 我的-只为讨口饭_files/NWtneUR4K2FDSHJwcVZSRXdQMmM5RWcySUd0Zi9FMktHa3VibVM1VXNrST0.jpg"></a>
<span class="action">
<a href="https://taotao96682.lofter.com/" title="蒜了 - 1分钟前">蒜了</a> 推荐了此文字
</span><div class="clear"></div>
</li>
<li class="note share">
<a href="https://le34109390.lofter.com/" title="北楼 - 1分钟前"><img class="avatar" src="./我是号主的姐姐陆子维。 我的-只为讨口饭_files/WWwxZjhxMlBHVzFUSG91dXV2N3IrVlZ5SFg5WHBHd1g0cEJUVlAwUkdObz0.jpg"></a>
<span class="action">
<a href="https://le34109390.lofter.com/" title="北楼 - 1分钟前">北楼</a> 推荐了此文字
</span><div class="clear"></div>
</li>
<li class="note share">
<a href="https://niyin51398.lofter.com/" title="屑小W的摸鱼日常(请... - 1分钟前"><img class="avatar" src="./我是号主的姐姐陆子维。 我的-只为讨口饭_files/d3YvUlQ5c2N6b3lvWS94bjBicWVQcFNSQWRITHNLTjNHR29XU01od1JVQT0.jpg"></a>
<span class="action">
<a href="https://niyin51398.lofter.com/" title="屑小W的摸鱼日常(请... - 1分钟前">屑小W的摸鱼日常(请给我评论Danke🥺)</a> 推荐了此文字
</span><div class="clear"></div>
</li>
<li class="note like">
<a href="https://5887482795.lofter.com/" title="若相思 - 5分钟前"><img class="avatar" src="./我是号主的姐姐陆子维。 我的-只为讨口饭_files/N3JyN1kyY1JjYVhubk1XK2ZUU3VtOWtjQ01FeThnQXZBSWVZNFYzOTRiOD0.jpg"></a>
<span class="action">
<a href="https://5887482795.lofter.com/" title="若相思 - 5分钟前">若相思</a> 很喜欢此文字
</span><div class="clear"></div>
</li>
<li class="note share">
<a href="https://wangshuming256.lofter.com/" title="风然Droya - 5分钟前"><img class="avatar" src="./我是号主的姐姐陆子维。 我的-只为讨口饭_files/NzhKM2VmMkl1QjdJVDdJL2JQbi9tZjc2aEpYRldkcEVxZURjbERtVkJwSFZVUlZEdzh3UTd3PT0.jpg"></a>
<span class="action">
<a href="https://wangshuming256.lofter.com/" title="风然Droya - 5分钟前">风然Droya</a> 推荐了此文字
</span><div class="clear"></div>
</li>
<li class="note like">
<a href="https://yaredaijifengxingqihou.lofter.com/" title="亚热带季风性气候 - 5分钟前"><img class="avatar" src="./我是号主的姐姐陆子维。 我的-只为讨口饭_files/WU5CK1BWUGJUSmlKTnoxNEVUdnZYMFpPbmNydC9OblNTMDhCVUF0SU4wVT0.jpg"></a>
<span class="action">
<a href="https://yaredaijifengxingqihou.lofter.com/" title="亚热带季风性气候 - 5分钟前">亚热带季风性气候</a> 很喜欢此文字
</span><div class="clear"></div>
</li>
<li class="note share">
<a href="https://muhan14825.lofter.com/" title="元宵瓜 - 10分钟前"><img class="avatar" src="./我是号主的姐姐陆子维。 我的-只为讨口饭_files/YmtYMHI4NjhhcU5oTkZXaHRLQTh0enNZZklkTEg3SmJ4NkFmWjFseW5rTT0.jpg"></a>
<span class="action">
<a href="https://muhan14825.lofter.com/" title="元宵瓜 - 10分钟前">元宵瓜</a> 推荐了此文字
</span><div class="clear"></div>
</li>
<li class="note like">
<a href="https://buhuiquming20421.lofter.com/" title=":( - 10分钟前"><img class="avatar" src="./我是号主的姐姐陆子维。 我的-只为讨口饭_files/eGtiWjJmb3dudzFOU3UzbFdQOHNXREt0UGIvWFhJQ216dWoxbTVGT016WT0.jpg"></a>
<span class="action">
<a href="https://buhuiquming20421.lofter.com/" title=":( - 10分钟前">:(</a> 很喜欢此文字
</span><div class="clear"></div>
</li>
<li class="note share">
<a href="https://baihualin34210.lofter.com/" title="白桦林的红星 - 10分钟前"><img class="avatar" src="./我是号主的姐姐陆子维。 我的-只为讨口饭_files/MnVvZ2kxSHZZSjU1OHNTT29OLzEwN0t5SkR3bVlpNlQ.jpg"></a>
<span class="action">
<a href="https://baihualin34210.lofter.com/" title="白桦林的红星 - 10分钟前">白桦林的红星</a> 推荐了此文字
</span><div class="clear"></div>
</li>
<li class="note like">
<a href="https://13333333311185.lofter.com/" title="133333333 - 10分钟前"><img class="avatar" src="./我是号主的姐姐陆子维。 我的-只为讨口饭_files/a2hvb1YwbHV6d2MzeTBhY2JBUFlCa2xrRWY3WWwrRnB1dVNNN2tiOTJ0cz0.jpg"></a>
<span class="action">
<a href="https://13333333311185.lofter.com/" title="133333333 - 10分钟前">133333333</a> 很喜欢此文字
</span><div class="clear"></div>
</li>
<li class="note share">
<a href="https://5887482795.lofter.com/" title="若相思 - 一刻钟前"><img class="avatar" src="./我是号主的姐姐陆子维。 我的-只为讨口饭_files/N3JyN1kyY1JjYVhubk1XK2ZUU3VtOWtjQ01FeThnQXZBSWVZNFYzOTRiOD0.jpg"></a>
<span class="action">
<a href="https://5887482795.lofter.com/" title="若相思 - 一刻钟前">若相思</a> 推荐了此文字
</span><div class="clear"></div>
</li>
<li class="note like">
<a href="https://plm75.lofter.com/" title="plm7 - 一刻钟前"><img class="avatar" src="./我是号主的姐姐陆子维。 我的-只为讨口饭_files/TDBOT3l3VEN0YnhQTmVrbWtTdUppakZvdEVzeS9CS01HdTFFM3JCS2VLcz0.jpg"></a>
<span class="action">
<a href="https://plm75.lofter.com/" title="plm7 - 一刻钟前">plm7</a> 很喜欢此文字
</span><div class="clear"></div>
</li>
<li class="note like">
<a href="https://xiaoxiaoludi.lofter.com/" title="仄言 - 一刻钟前"><img class="avatar" src="./我是号主的姐姐陆子维。 我的-只为讨口饭_files/SDJsTG1KNlpTVFhJeS8xU0diQU9SRGNJV0dVVSs4R0U3aklHQThjeVc3OD0.jpg"></a>
<span class="action">
<a href="https://xiaoxiaoludi.lofter.com/" title="仄言 - 一刻钟前">仄言</a> 很喜欢此文字
</span><div class="clear"></div>
</li>
<li class="note share">
<a href="https://xiaoxiaoludi.lofter.com/" title="仄言 - 一刻钟前"><img class="avatar" src="./我是号主的姐姐陆子维。 我的-只为讨口饭_files/SDJsTG1KNlpTVFhJeS8xU0diQU9SRGNJV0dVVSs4R0U3aklHQThjeVc3OD0.jpg"></a>
<span class="action">
<a href="https://xiaoxiaoludi.lofter.com/" title="仄言 - 一刻钟前">仄言</a> 推荐了此文字
</span><div class="clear"></div>
</li>
<li class="note like">
<a href="https://qingjiu63714.lofter.com/" title="绿路星辞 - 一刻钟前"><img class="avatar" src="./我是号主的姐姐陆子维。 我的-只为讨口饭_files/ZDF3NEowd212L0I1VXJxaEhtZjRUbEdxTmRzaWFaWUpKTEdWbHIwY2VkYz0.jpg"></a>
<span class="action">
<a href="https://qingjiu63714.lofter.com/" title="绿路星辞 - 一刻钟前">绿路星辞</a> 很喜欢此文字
</span><div class="clear"></div>
</li>
<li class="note like">
<a href="https://xigemashirenjianzhenbao.lofter.com/" title="一只彩虹冰激凌糕蛋 - 一刻钟前"><img class="avatar" src="./我是号主的姐姐陆子维。 我的-只为讨口饭_files/VmRSQml2YVhqWFJDYlNFL1Q5bkJnS1Y1ejZMeHh5UlgvRDBwVVllTk9RND0.jpg"></a>
<span class="action">
<a href="https://xigemashirenjianzhenbao.lofter.com/" title="一只彩虹冰激凌糕蛋 - 一刻钟前">一只彩虹冰激凌糕蛋</a> 很喜欢此文字
</span><div class="clear"></div>
</li>
<li class="note like">
<a href="https://lincanmou31776.lofter.com/" title="赫鲁晓夫听说你家有玉... - 一刻钟前"><img class="avatar" src="./我是号主的姐姐陆子维。 我的-只为讨口饭_files/SndIdWFVbzRNdVZub1VTa2ZCWHZBUUhSZ05ieldWN0d3S2NMaWorMXVEND0.jpg"></a>
<span class="action">
<a href="https://lincanmou31776.lofter.com/" title="赫鲁晓夫听说你家有玉... - 一刻钟前">赫鲁晓夫听说你家有玉米</a> 很喜欢此文字
</span><div class="clear"></div>
</li>
<li class="note share">
<a href="https://reai105dexiaoen.lofter.com/" title="无色酚酞(苦逼住宿版... - 一刻钟前"><img class="avatar" src="./我是号主的姐姐陆子维。 我的-只为讨口饭_files/dm5HNHFZd0p1K2plVzRnSlI3MUhTQnZMb3RZdFVzR0x2S0JiZmVjOW5WST0.jpg"></a>
<span class="action">
<a href="https://reai105dexiaoen.lofter.com/" title="无色酚酞(苦逼住宿版... - 一刻钟前">无色酚酞(苦逼住宿版)</a> 推荐了此文字
</span><div class="clear"></div>
</li>
<li class="note like">
<a href="https://fengxisilent.lofter.com/" title="鸽子 - 一刻钟前"><img class="avatar" src="./我是号主的姐姐陆子维。 我的-只为讨口饭_files/OFdZYjJscmxpN3djNThyMm5jREdleGROQ3BWbXdLTjlmQVJkRC91TnFwRFpwM0JWOEZKdGdRPT0.jpg"></a>
<span class="action">
<a href="https://fengxisilent.lofter.com/" title="鸽子 - 一刻钟前">鸽子</a> 很喜欢此文字
</span><div class="clear"></div>
</li>
<li class="note share">
<a href="https://9027556416.lofter.com/" title="。 - 一刻钟前"><img class="avatar" src="./我是号主的姐姐陆子维。 我的-只为讨口饭_files/Z0RSSUNaQlFWcStiSG40R0V3d1Z4OCtBMVRrbUxIaDgzNCtXMkF1Y1lwRT0.jpg"></a>
<span class="action">
<a href="https://9027556416.lofter.com/" title="。 - 一刻钟前">。</a> 推荐了此文字
</span><div class="clear"></div>
</li>
<li class="note like">
<a href="https://yigendouyacai26209.lofter.com/" title="非常非常有意思 - 一刻钟前"><img class="avatar" src="./我是号主的姐姐陆子维。 我的-只为讨口饭_files/MldZbk9GS2xOQkZpYk5DbHdHTTEzWHFoUnlIVVE1eUFzeWlZSk8xN0RtQT0.jpg"></a>
<span class="action">
<a href="https://yigendouyacai26209.lofter.com/" title="非常非常有意思 - 一刻钟前">非常非常有意思</a> 很喜欢此文字
</span><div class="clear"></div>
</li>
<li class="note share">
<a href="https://xuan372431.lofter.com/" title="雪徽徽 - 一刻钟前"><img class="avatar" src="./我是号主的姐姐陆子维。 我的-只为讨口饭_files/TzJJWDk5YlNzVzlwdlE3S3BjYUxGQk9hOE9ZcGt4OHNmdklwWlE5WUVFMD0.jpg"></a>
<span class="action">
<a href="https://xuan372431.lofter.com/" title="雪徽徽 - 一刻钟前">雪徽徽</a> 推荐了此文字
</span><div class="clear"></div>
</li>
<li class="note like">
<a href="https://xingxingzhihuo10557.lofter.com/" title="我宁可失去五感 - 一刻钟前"><img class="avatar" src="./我是号主的姐姐陆子维。 我的-只为讨口饭_files/OGVzS1BOUmFqZ3hQNGhnQ082eUU0OSsyNmN4SEtpV2lhQ1FkNmhoY1A0Zz0.jpg"></a>
<span class="action">
<a href="https://xingxingzhihuo10557.lofter.com/" title="我宁可失去五感 - 一刻钟前">我宁可失去五感</a> 很喜欢此文字
</span><div class="clear"></div>
</li>
<li class="note share">
<a href="https://xin4920475.lofter.com/" title="大懒虫子 - 一刻钟前"><img class="avatar" src="./我是号主的姐姐陆子维。 我的-只为讨口饭_files/TmQ1Zmd4UGZpUXd6Nk5HK2M5SXJYWWV2TEtlT2hOUWNpVXpGU3BmamoxMD0.jpg"></a>
<span class="action">
<a href="https://xin4920475.lofter.com/" title="大懒虫子 - 一刻钟前">大懒虫子</a> 推荐了此文字
</span><div class="clear"></div>
</li>
<li class="note share">
<a href="https://laibeihongcha61134.lofter.com/" title="Murna - 一刻钟前"><img class="avatar" src="./我是号主的姐姐陆子维。 我的-只为讨口饭_files/QmFEV29KZnRHLzdnRlQ1ODJ4TXEySmhJWlpLdjBQZmMvbXd4MjFrZ0R2Yz0.jpg"></a>
<span class="action">
<a href="https://laibeihongcha61134.lofter.com/" title="Murna - 一刻钟前">Murna</a> 推荐了此文字
</span><div class="clear"></div>
</li>
<li class="note like">
<a href="https://laibeihongcha61134.lofter.com/" title="Murna - 一刻钟前"><img class="avatar" src="./我是号主的姐姐陆子维。 我的-只为讨口饭_files/QmFEV29KZnRHLzdnRlQ1ODJ4TXEySmhJWlpLdjBQZmMvbXd4MjFrZ0R2Yz0.jpg"></a>
<span class="action">
<a href="https://laibeihongcha61134.lofter.com/" title="Murna - 一刻钟前">Murna</a> 很喜欢此文字
</span><div class="clear"></div>
</li>
<li class="note share">
<a href="https://youjin60481.lofter.com/" title="悠瑾 - 一刻钟前"><img class="avatar" src="./我是号主的姐姐陆子维。 我的-只为讨口饭_files/cityM1RPS2VxM3JwVmNsVkNKb2VnMjkwNzNxb0EvT2FxWXVuMWpuVlZYRT0.jpg"></a>
<span class="action">
<a href="https://youjin60481.lofter.com/" title="悠瑾 - 一刻钟前">悠瑾</a> 推荐了此文字
</span><div class="clear"></div>
</li>
<li class="note like">
<a href="https://puer403973.lofter.com/" title="潽洱 - 一刻钟前"><img class="avatar" src="./我是号主的姐姐陆子维。 我的-只为讨口饭_files/MEx6MGlXSy80aFJGdlZaU2lYTHJsWWtnWVV6M3VIbm1yYjVsTGFSMm5xYz0.jpg"></a>
<span class="action">
<a href="https://puer403973.lofter.com/" title="潽洱 - 一刻钟前">潽洱</a> 很喜欢此文字
</span><div class="clear"></div>
</li>
<li class="note like">
<a href="https://niyin51398.lofter.com/" title="屑小W的摸鱼日常(请... - 一刻钟前"><img class="avatar" src="./我是号主的姐姐陆子维。 我的-只为讨口饭_files/d3YvUlQ5c2N6b3lvWS94bjBicWVQcFNSQWRITHNLTjNHR29XU01od1JVQT0.jpg"></a>
<span class="action">
<a href="https://niyin51398.lofter.com/" title="屑小W的摸鱼日常(请... - 一刻钟前">屑小W的摸鱼日常(请给我评论Danke🥺)</a> 很喜欢此文字
</span><div class="clear"></div>
</li>
<li class="note like">
<a href="https://nishuixiaodao94230.lofter.com/" title="溺水小刀 - 一刻钟前"><img class="avatar" src="./我是号主的姐姐陆子维。 我的-只为讨口饭_files/WGxSS0k1cEFxb2Urdlg3MnRQY1lpT3lwYmhFVDQ0N21Fd2I3clFVaThoWT0.jpg"></a>
<span class="action">
<a href="https://nishuixiaodao94230.lofter.com/" title="溺水小刀 - 一刻钟前">溺水小刀</a> 很喜欢此文字
</span><div class="clear"></div>
</li>
<li class="note share">
<a href="https://xuefolan48745.lofter.com/" title=": - 一刻钟前"><img class="avatar" src="./我是号主的姐姐陆子维。 我的-只为讨口饭_files/M2xMNG5pRWJ6dGJKTkhIR1YxSnFoYjZTb0tHT0tCK2xPbHFYNVVRVHBoTT0.jpg"></a>
<span class="action">
<a href="https://xuefolan48745.lofter.com/" title=": - 一刻钟前">:</a> 推荐了此文字
</span><div class="clear"></div>
</li>
<li class="note like">
<a href="https://lsyfl0515.lofter.com/" title="乱始于枫林 - 一刻钟前"><img class="avatar" src="./我是号主的姐姐陆子维。 我的-只为讨口饭_files/bEtMNVRhcE5pSnpNRkJnWUJpeG1UeHpwWkpXWHFXWERaY3JMZEh6aUpyST0.jpg"></a>
<span class="action">
<a href="https://lsyfl0515.lofter.com/" title="乱始于枫林 - 一刻钟前">乱始于枫林</a> 很喜欢此文字
</span><div class="clear"></div>
</li>
<li class="note share">
<a href="https://baomao48175.lofter.com/" title="抱猫. - 一刻钟前"><img class="avatar" src="./我是号主的姐姐陆子维。 我的-只为讨口饭_files/YSszY3RLem5rZnZaQThycWtwdyt5WHlINVl0azIwb3JjenAvN3NkZjRWaz0.jpg"></a>
<span class="action">
<a href="https://baomao48175.lofter.com/" title="抱猫. - 一刻钟前">抱猫.</a> 推荐了此文字
</span><div class="clear"></div>
</li>
<li class="note like">
<a href="https://baihualin34210.lofter.com/" title="白桦林的红星 - 一刻钟前"><img class="avatar" src="./我是号主的姐姐陆子维。 我的-只为讨口饭_files/MnVvZ2kxSHZZSjU1OHNTT29OLzEwN0t5SkR3bVlpNlQ.jpg"></a>
<span class="action">
<a href="https://baihualin34210.lofter.com/" title="白桦林的红星 - 一刻钟前">白桦林的红星</a> 很喜欢此文字
</span><div class="clear"></div>
</li>
<li class="note like">
<a href="https://susuyishi.lofter.com/" title="苏苏一世 - 一刻钟前"><img class="avatar" src="./我是号主的姐姐陆子维。 我的-只为讨口饭_files/SlZocjRGTXoxakFwWjMwSUhJTXpqMEhhZURrd245aUxOMjY4bFkwN2ZoemR5Tk9UT3hZazJRPT0.jpg"></a>
<span class="action">
<a href="https://susuyishi.lofter.com/" title="苏苏一世 - 一刻钟前">苏苏一世</a> 很喜欢此文字
</span><div class="clear"></div>
</li>
<li class="note share">
<a href="https://woshipuxinnu33940.lofter.com/" title="五碳糖 - 一刻钟前"><img class="avatar" src="./我是号主的姐姐陆子维。 我的-只为讨口饭_files/L1ZHcWpYMjF6eGdvY3BDSmlvRkpzaWI3Q0VNRGU1eUxPN092Zk13eGxucz0.jpg"></a>
<span class="action">
<a href="https://woshipuxinnu33940.lofter.com/" title="五碳糖 - 一刻钟前">五碳糖</a> 推荐了此文字
</span><div class="clear"></div>
</li>
<li class="note like">
<a href="https://woshipuxinnu33940.lofter.com/" title="五碳糖 - 一刻钟前"><img class="avatar" src="./我是号主的姐姐陆子维。 我的-只为讨口饭_files/L1ZHcWpYMjF6eGdvY3BDSmlvRkpzaWI3Q0VNRGU1eUxPN092Zk13eGxucz0.jpg"></a>
<span class="action">
<a href="https://woshipuxinnu33940.lofter.com/" title="五碳糖 - 一刻钟前">五碳糖</a> 很喜欢此文字
</span><div class="clear"></div>
</li>
<li class="note like">
<a href="https://chunniunai09685.lofter.com/" title="纯牛奶 - 半小时前"><img class="avatar" src="./我是号主的姐姐陆子维。 我的-只为讨口饭_files/TmNRY0t6V0ZKZFRaenFyeTRicFFxL24vNy9sblU2Q294OWxsWWNFTGgwTT0.jpg"></a>
<span class="action">
<a href="https://chunniunai09685.lofter.com/" title="纯牛奶 - 半小时前">纯牛奶</a> 很喜欢此文字
</span><div class="clear"></div>
</li>
<li class="note share">
<a href="https://yao8165235.lofter.com/" title="YAO - 半小时前"><img class="avatar" src="./我是号主的姐姐陆子维。 我的-只为讨口饭_files/amwwZ1FIamUwUnlPVUNUTnRPMU9qaXhWanJXZ1pVdHJaNWJ3T3MwMWRIZ2JtRlBhVnp6eWZ3PT0.jpg"></a>
<span class="action">
<a href="https://yao8165235.lofter.com/" title="YAO - 半小时前">YAO</a> 推荐了此文字
</span><div class="clear"></div>
</li>
<li class="note like">
<a href="https://zhangyuqing27643.lofter.com/" title="东菀小丸子 - 半小时前"><img class="avatar" src="./我是号主的姐姐陆子维。 我的-只为讨口饭_files/SGN6UUZheTUyZFFXR0EvOWRQdjVxcVZpbnh1U2t2U0FsdjJyN0taQjJuaz0.jpg"></a>
<span class="action">
<a href="https://zhangyuqing27643.lofter.com/" title="东菀小丸子 - 半小时前">东菀小丸子</a> 很喜欢此文字
</span><div class="clear"></div>
</li>
<li class="note like">
<a href="https://yao8165235.lofter.com/" title="YAO - 半小时前"><img class="avatar" src="./我是号主的姐姐陆子维。 我的-只为讨口饭_files/amwwZ1FIamUwUnlPVUNUTnRPMU9qaXhWanJXZ1pVdHJaNWJ3T3MwMWRIZ2JtRlBhVnp6eWZ3PT0.jpg"></a>
<span class="action">
<a href="https://yao8165235.lofter.com/" title="YAO - 半小时前">YAO</a> 很喜欢此文字
</span><div class="clear"></div>
</li>
<li class="note share">
<a href="https://shenmuchen92755.lofter.com/" title="小三爷他走路带风 - 半小时前"><img class="avatar" src="./我是号主的姐姐陆子维。 我的-只为讨口饭_files/b1ZCS01VVjFJcnVNYzA2c0lwSTM4bzNQM0VXWEtNUU1Eakh5VFozU1FtYz0.jpg"></a>
<span class="action">
<a href="https://shenmuchen92755.lofter.com/" title="小三爷他走路带风 - 半小时前">小三爷他走路带风</a> 推荐了此文字
</span><div class="clear"></div>
</li>
<li class="note like">
<a href="https://mingzideshenmedezuinanxiangle.lofter.com/" title="别看了不发画 - 半小时前"><img class="avatar" src="./我是号主的姐姐陆子维。 我的-只为讨口饭_files/VmNaVGJIS0lYZW9jbTVsc3FBTk10UFFvdnRvMFFMZDc1SXB5Tjdla2JCYkxTbFFxZTgxZ0hBPT0.jpg"></a>
<span class="action">
<a href="https://mingzideshenmedezuinanxiangle.lofter.com/" title="别看了不发画 - 半小时前">别看了不发画</a> 很喜欢此文字
</span><div class="clear"></div>
</li>
<li class="note share">
<a href="https://mingzideshenmedezuinanxiangle.lofter.com/" title="别看了不发画 - 半小时前"><img class="avatar" src="./我是号主的姐姐陆子维。 我的-只为讨口饭_files/VmNaVGJIS0lYZW9jbTVsc3FBTk10UFFvdnRvMFFMZDc1SXB5Tjdla2JCYkxTbFFxZTgxZ0hBPT0.jpg"></a>
<span class="action">
<a href="https://mingzideshenmedezuinanxiangle.lofter.com/" title="别看了不发画 - 半小时前">别看了不发画</a> 推荐了此文字
</span><div class="clear"></div>
</li>
<li class="note like">
<a href="https://sen8815164.lofter.com/" title="森 - 半小时前"><img class="avatar" src="./我是号主的姐姐陆子维。 我的-只为讨口饭_files/aXR0QUhsdFNjRklEbkJvSFVjU3F6R0dIeVpTd1Y5Vm50Q01kTUNpMjdYOD0.jpg"></a>
<span class="action">
<a href="https://sen8815164.lofter.com/" title="森 - 半小时前">森</a> 很喜欢此文字
</span><div class="clear"></div>
</li>
<li class="note like">
<a href="https://xiaoxiaoxiaotu16792.lofter.com/" title="小小小兔 - 半小时前"><img class="avatar" src="./我是号主的姐姐陆子维。 我的-只为讨口饭_files/avatar_default.jpg"></a>
<span class="action">
<a href="https://xiaoxiaoxiaotu16792.lofter.com/" title="小小小兔 - 半小时前">小小小兔</a> 很喜欢此文字
</span><div class="clear"></div>
</li>
<li class="note share">
<a href="https://yuqing74672.lofter.com/" title="余卿 - 半小时前"><img class="avatar" src="./我是号主的姐姐陆子维。 我的-只为讨口饭_files/SWV3NEhpQlUxd0p0cFhIYnhCc2llMExsczdiOTRWSng5Ty9US2lMSVhmbz0.jpg"></a>
<span class="action">
<a href="https://yuqing74672.lofter.com/" title="余卿 - 半小时前">余卿</a> 推荐了此文字
</span><div class="clear"></div>
</li>
<li class="note like">
<a href="https://yuqing74672.lofter.com/" title="余卿 - 半小时前"><img class="avatar" src="./我是号主的姐姐陆子维。 我的-只为讨口饭_files/SWV3NEhpQlUxd0p0cFhIYnhCc2llMExsczdiOTRWSng5Ty9US2lMSVhmbz0.jpg"></a>
<span class="action">
<a href="https://yuqing74672.lofter.com/" title="余卿 - 半小时前">余卿</a> 很喜欢此文字
</span><div class="clear"></div>
</li>
<li class="note like">
<a href="https://senge21109.lofter.com/" title="森歌 - 半小时前"><img class="avatar" src="./我是号主的姐姐陆子维。 我的-只为讨口饭_files/NnRqTlRIYkNuQ2RnSWZ5dGZST2xUM25pUGJmektTL1dnNUU4UitNTXo5cz0.jpg"></a>
<span class="action">
<a href="https://senge21109.lofter.com/" title="森歌 - 半小时前">森歌</a> 很喜欢此文字
</span><div class="clear"></div>
</li>
<li id="notes_loading_50" style="display:none;text-align:center;" class="note">
<span>加载中...</span>
</li>
<li id="more_notes_50" style="text-align:center;" class="note more_notes_link_container">
<a onclick="load_more_notes(event,11644804226,50)" href="https://lingchensile.lofter.com/post/4b4c504d_2b6159c82#" class="more_notes_link">查看更多</a>
</li>
</ol>
<div style="text-align:center;margin-top:16px;" class="hot-limit-tips">只展示最近三个月数据</div>
</div>
</div>
<div class="page">
<div class="prev active"><a href="https://lingchensile.lofter.com/post/4b4c504d_2b616d166" id="__prev_permalink__"><span class="cap"></span><span class="arrow"></span><span class="title">上一篇</span></a></div>
<div class="next active"><a href="https://lingchensile.lofter.com/post/4b4c504d_2b6155e11" id="__next_permalink__"><span class="cap"></span><span class="arrow"></span><span class="title">下一篇</span></a></div>
</div>
</div>
<div class="footer"><span title="Copyright" style="cursor:pointer;">©</span> <a href="https://lingchensile.lofter.com/">只为讨口饭</a> | Powered by <a href="https://www.lofter.com/">LOFTER</a></div>
<script type="text/javascript" src="./我是号主的姐姐陆子维。 我的-只为讨口饭_files/jquery-1.6.2.min.js.下载"></script>
<script type="text/javascript">
$(function(){
if($('.postwrapper > .block').length <= 0) {
$('.postwrapper').css('display', 'none');
}
$(".active a").each(function(){
$(this).hover(
function(){
$(this).css("cursor","pointer");
$(this).stop();
$(this).animate({width:90},400,function(){$(this).children(".title").css("display","block");})},
function(){
$(this).stop();
$(this).children(".title").css("display","none");
$(this).animate({width:20},400)})
})
});
</script>
<script type="text/javascript" src="./我是号主的姐姐陆子维。 我的-只为讨口饭_files/fe_script.47af7718745a2e654437f5743fcbc69a.js.下载"></script>
<link media="screen" type="text/css" rel="stylesheet" href="./我是号主的姐姐陆子维。 我的-只为讨口饭_files/pagephotoshow.min.css"><script type="text/javascript" src="./我是号主的姐姐陆子维。 我的-只为讨口饭_files/pagephotoshow.min.js.下载"></script><script type="text/javascript">P('loft.w.g').initPagePhotoShow(document.body,{});</script>
<script type="text/javascript">window.pagewidget=true;</script>
<script type="text/javascript">window.postData = {}; window.postData.newVersionAuditing = false; window.postData.allowView = 0; window.postData.valid = 0</script>
<script>window.Theme = {'ImageProtected':false,'CcType':1,ContextValue:'© 只为讨口饭'};</script>
<script src="./我是号主的姐姐陆子维。 我的-只为讨口饭_files/themecommon.js.下载" type="text/javascript"></script>
<script>var _gaq = _gaq || [];_gaq.push(['_setAccount', 'UA-31007899-1'],['_setLocalGifPath', '/UA-31007899-1/__utm.gif'],['_setLocalRemoteServerMode']);_gaq.push(['_setDomainName', 'lofter.com']);_gaq.push(['_trackPageview']);(function() { var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true; ga.src = 'https://wr.da.netease.com/ga.js'; var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s); })();</script>
</body></html>