#side-bar { /* ===SECONDARY & TERTIARY COLORS=== */ /* Editing these will edit a vast majority of theme elements. Useful for making dark themes */ /* Colors for Secondary & Tertiary items like Blockquote and YUI Tabs */ --swatch-secondary-color: var(--swatch-menubg-dark-color); --swatch-tertiary-color: var(--swatch-menubg-medium-color); --swatch-alternate-color: var(--swatch-menubg-light-color); /* Text Colors for Secondary & Tertiary items like Sidebar Headers and Top-Bar Menu Text */ --swatch-text-secondary-color: var(--swatch-menutxt-dark-color); --swatch-text-tertiary-color: var(--swatch-menutxt-light-color); /* ===SIDE-BAR ELEMENTS=== */ /* ===SIDE-BAR GENERAL=== */ --sidebar-bg-color: var(--swatch-menubg-dark-color); --sidebar-resources-bg-color: 0, 0, 0, 0; --sidebar-media-bg-color: 0, 0, 0, 0; /* ===SIDEBLOCK MENU=== */ --sideblock-heading-border-color: var(--bright-accent); --sideblock-heading-bg-color: 0, 0, 0, 0; /* Transparent */ --sideblock-heading-text-color: var(--swatch-text-tertiary-color); /* ===MENU-ITEMS=== */ --sidebar-border-color: var(--swatch-primary), 0.08; --sidebar-subtest-color: var(--swatch-text-tertiary-color); --sidebar-links-text: var(--swatch-text-tertiary-color); --sidebar-links-hover-bg-color: var(--bright-accent); --sidebar-links-hover-text-color: var(--swatch-text-tertiary-color); /* ===SIDEBAR COLLAPSIBLES=== */ /*Folded Colors */ --sidebar-collapsible-fld-link-bg: var(--swatch-primary), 0.25; --sidebar-collapsible-fld-link-color: var(--swatch-text-tertiary-color); --sidebar-collapsible-fld-link-hover-color: var(--swatch-text-tertiary-color); --sidebar-collapsible-fld-arrow-hover-color: var(--swatch-text-tertiary-color); /*Unfolded Colors */ --sidebar-collapsible-ufld-link-bg: var(--swatch-primary-darker), 0.25; --sidebar-collapsible-ufld-link-color: var(--swatch-text-tertiary-color); --sidebar-collapsible-ufld-link-hover-color: var(--swatch-text-tertiary-color); --sidebar-collapsible-ufld-arrow-hover-color: var(--swatch-text-tertiary-color); /* Unfolded Body Colors */ --sidebar-collapsible-link-color: var(--swatch-text-tertiary-color); --sidebar-collapsible-link-hover-color: var(--swatch-text-tertiary-color); scrollbar-color: rgba(var(--swatch-primary-darker), 0.1) /* Thumb */ rgba(var(--swatch-secondary-color), 0.05); /* Track */ border-color: rgba(var(--swatch-secondary-color), 0.4); } /* Hover Scrollbar Behavior */ #side-bar:hover, #side-bar:active { scrollbar-color: rgb(var(--swatch-primary-darker), 1) /* Thumb */ rgb(var(--swatch-menubg-dark-color), 1); /* Track */ } #side-bar:focus-within { scrollbar-color: rgb(var(--swatch-primary-darker), 1) /* Thumb */ rgb(var(--swatch-menubg-dark-color), 1); /* Track */ } #side-bar::-webkit-scrollbar-track { background-color: rgba(var(--swatch-tertiary-color), 0.8); } #side-bar::-webkit-scrollbar, #side-bar::-webkit-scrollbar-thumb, #side-bar::-webkit-scrollbar-corner { background-color: rgba(var(--swatch-menubg-dark-color), 0); } #side-bar .side-block.media a:-webkit-any-link { background: rgba(var(--swatch-menubg-light-color), 0.75) !important; } #side-bar .side-block.media a:-moz-any-link { background: rgba(var(--swatch-menubg-light-color), 0.75) !important; } #side-bar .side-block.media a:any-link { background: rgba(var(--swatch-menubg-light-color), 0.75) !important; } #side-bar .side-block.media a::before { background: rgb(var(--social-color)); } #side-bar .side-block.media a[href*="tiktok"]::before, #side-bar .side-block.media a[href*="tiktok"]::after { transition: background 200ms cubic-bezier(0.4, 0, 0.2, 1), background-color 200ms cubic-bezier(0.4, 0, 0.2, 1), background-image 200ms cubic-bezier(0.4, 0, 0.2, 1), -webkit-clip-path 200ms cubic-bezier(0.4, 0, 0.2, 1); transition: clip-path 200ms cubic-bezier(0.4, 0, 0.2, 1), background 200ms cubic-bezier(0.4, 0, 0.2, 1), background-color 200ms cubic-bezier(0.4, 0, 0.2, 1), background-image 200ms cubic-bezier(0.4, 0, 0.2, 1); transition: clip-path 200ms cubic-bezier(0.4, 0, 0.2, 1), background 200ms cubic-bezier(0.4, 0, 0.2, 1), background-color 200ms cubic-bezier(0.4, 0, 0.2, 1), background-image 200ms cubic-bezier(0.4, 0, 0.2, 1), -webkit-clip-path 200ms cubic-bezier(0.4, 0, 0.2, 1); } #side-bar .side-block.media a[href*="tiktok"]:hover::before { --clip-path: polygon(-15% 0, 115% 0, 100% 100%, 0 100% ); } #side-bar .side-block.media a[href*="tiktok"]:hover::before, #side-bar .side-block.media a[href*="tiktok"]:active::before { --clip-path: polygon(-15% 0, 115% 0, 100% 100%, 0 100% ); background-image: var(--tiktok-icon-gradient); background-size: contain; } #side-bar .side-block.media a[href*="tiktok"]:focus-within::before { --clip-path: polygon(-15% 0, 115% 0, 100% 100%, 0 100% ); background-image: var(--tiktok-icon-gradient); background-size: contain; } #side-bar .side-block.media a[href*="tiktok"]::after { --clip-path: polygon(0 0, 0 0, 0 100%, 0 100% ); background: rgba(var(--swatch-menubg-light-color), 0.75) !important; } #side-bar .side-block.media a[href*="tiktok"]:hover::after, #side-bar .side-block.media a[href*="tiktok"]:active::after { --clip-path: polygon(-15% 0, 115% 0, 100% 100%, 0 100% ); background: rgba(var(--swatch-menubg-light-color), 0.75) !important; } #side-bar .side-block.media a[href*="tiktok"]:focus-within::after { --clip-path: polygon(-15% 0, 115% 0, 100% 100%, 0 100% ); background: rgba(var(--swatch-menubg-light-color), 0.75) !important; } #side-bar .side-block.media a img { -webkit-filter: drop-shadow(0 0 0 rgba(var(--swatch-alternate-color), 0)); filter: drop-shadow(0 0 0 rgba(var(--swatch-alternate-color), 0)); transition: -webkit-filter 200ms cubic-bezier(0.4, 0, 0.2, 1); transition: filter 200ms cubic-bezier(0.4, 0, 0.2, 1); transition: filter 200ms cubic-bezier(0.4, 0, 0.2, 1), -webkit-filter 200ms cubic-bezier(0.4, 0, 0.2, 1); } #side-bar .side-block.media a:hover img, #side-bar .side-block.media a:active img { -webkit-filter: drop-shadow(0.1875rem 0.1875rem 0 rgb(var(--swatch-alternate-color))); filter: drop-shadow(0.1875rem 0.1875rem 0 rgb(var(--swatch-alternate-color))); } #side-bar .side-block.media a:focus-within img { -webkit-filter: drop-shadow(0.1875rem 0.1875rem 0 rgb(var(--swatch-alternate-color))); filter: drop-shadow(0.1875rem 0.1875rem 0 rgb(var(--swatch-alternate-color))); } html:not(:lang(cn)) div.scpnet-interwiki-wrapper p::before { box-shadow: inherit; } #side-bar iframe.scpnet-interwiki-frame:not(:lang(cn)) { -webkit-filter: invert(1); filter: invert(1); } #side-bar .scpnet-interwiki-wrapper:not(:lang(cn))::before, #side-bar .scpnet-interwiki-wrapper:not(:lang(cn)) p::before, #side-bar .scpnet-interwiki-wrapper:not(:lang(cn)) p::after { background-color: rgb(var(--swatch-menubg-dark-color)); } #side-bar .scpnet-interwiki-wrapper:not(:lang(cn))::before { mix-blend-mode: lighten; }
<html> <head> </head> <body> <script type="text/javascript"> function sendStyle() { try { window.parent.window.interwikiFrame.bhlDark(); } catch(e) {} } sendStyle(); </script> </body> </html>
#side-bar { /* ===SECONDARY & TERTIARY COLORS=== */ /* Editing these will edit a vast majority of theme elements. Useful for making dark themes */ /* Colors for Secondary & Tertiary items like Blockquote and YUI Tabs */ --swatch-secondary-color: var(--swatch-menubg-dark-color); --swatch-tertiary-color: var(--swatch-menubg-medium-color); --swatch-alternate-color: var(--swatch-menubg-light-color); /* Text Colors for Secondary & Tertiary items like Sidebar Headers and Top-Bar Menu Text */ --swatch-text-secondary-color: var(--swatch-menutxt-dark-color); --swatch-text-tertiary-color: var(--swatch-menutxt-light-color); /* ===SIDE-BAR ELEMENTS=== */ /* ===SIDE-BAR GENERAL=== */ --sidebar-bg-color: var(--swatch-menubg-dark-color); --sidebar-resources-bg-color: 0, 0, 0, 0; --sidebar-media-bg-color: 0, 0, 0, 0; /* ===SIDEBLOCK MENU=== */ --sideblock-heading-border-color: var(--bright-accent); --sideblock-heading-bg-color: 0, 0, 0, 0; /* Transparent */ --sideblock-heading-text-color: var(--swatch-text-tertiary-color); /* ===MENU-ITEMS=== */ --sidebar-border-color: var(--swatch-primary), 0.08; --sidebar-subtest-color: var(--swatch-text-tertiary-color); --sidebar-links-text: var(--swatch-text-tertiary-color); --sidebar-links-hover-bg-color: var(--bright-accent); --sidebar-links-hover-text-color: var(--swatch-text-tertiary-color); /* ===SIDEBAR COLLAPSIBLES=== */ /*Folded Colors */ --sidebar-collapsible-fld-link-bg: var(--swatch-primary), 0.25; --sidebar-collapsible-fld-link-color: var(--swatch-text-tertiary-color); --sidebar-collapsible-fld-link-hover-color: var(--swatch-text-tertiary-color); --sidebar-collapsible-fld-arrow-hover-color: var(--swatch-text-tertiary-color); /*Unfolded Colors */ --sidebar-collapsible-ufld-link-bg: var(--swatch-primary-darker), 0.25; --sidebar-collapsible-ufld-link-color: var(--swatch-text-tertiary-color); --sidebar-collapsible-ufld-link-hover-color: var(--swatch-text-tertiary-color); --sidebar-collapsible-ufld-arrow-hover-color: var(--swatch-text-tertiary-color); /* Unfolded Body Colors */ --sidebar-collapsible-link-color: var(--swatch-text-tertiary-color); --sidebar-collapsible-link-hover-color: var(--swatch-text-tertiary-color); scrollbar-color: rgba(var(--swatch-primary-darker), 0.1) /* Thumb */ rgba(var(--swatch-secondary-color), 0.05); /* Track */ border-color: rgba(var(--swatch-secondary-color), 0.4); } /* Hover Scrollbar Behavior */ #side-bar:hover, #side-bar:active { scrollbar-color: rgb(var(--swatch-primary-darker), 1) /* Thumb */ rgb(var(--swatch-menubg-dark-color), 1); /* Track */ } #side-bar:focus-within { scrollbar-color: rgb(var(--swatch-primary-darker), 1) /* Thumb */ rgb(var(--swatch-menubg-dark-color), 1); /* Track */ } #side-bar::-webkit-scrollbar-track { background-color: rgba(var(--swatch-tertiary-color), 0.8); } #side-bar::-webkit-scrollbar, #side-bar::-webkit-scrollbar-thumb, #side-bar::-webkit-scrollbar-corner { background-color: rgba(var(--swatch-menubg-dark-color), 0); } #side-bar .side-block.media a:-webkit-any-link { background: rgba(var(--swatch-menubg-light-color), 0.75) !important; } #side-bar .side-block.media a:-moz-any-link { background: rgba(var(--swatch-menubg-light-color), 0.75) !important; } #side-bar .side-block.media a:any-link { background: rgba(var(--swatch-menubg-light-color), 0.75) !important; } #side-bar .side-block.media a::before { background: rgb(var(--social-color)); } #side-bar .side-block.media a[href*="tiktok"]::before, #side-bar .side-block.media a[href*="tiktok"]::after { transition: background 200ms cubic-bezier(0.4, 0, 0.2, 1), background-color 200ms cubic-bezier(0.4, 0, 0.2, 1), background-image 200ms cubic-bezier(0.4, 0, 0.2, 1), -webkit-clip-path 200ms cubic-bezier(0.4, 0, 0.2, 1); transition: clip-path 200ms cubic-bezier(0.4, 0, 0.2, 1), background 200ms cubic-bezier(0.4, 0, 0.2, 1), background-color 200ms cubic-bezier(0.4, 0, 0.2, 1), background-image 200ms cubic-bezier(0.4, 0, 0.2, 1); transition: clip-path 200ms cubic-bezier(0.4, 0, 0.2, 1), background 200ms cubic-bezier(0.4, 0, 0.2, 1), background-color 200ms cubic-bezier(0.4, 0, 0.2, 1), background-image 200ms cubic-bezier(0.4, 0, 0.2, 1), -webkit-clip-path 200ms cubic-bezier(0.4, 0, 0.2, 1); } #side-bar .side-block.media a[href*="tiktok"]:hover::before { --clip-path: polygon(-15% 0, 115% 0, 100% 100%, 0 100% ); } #side-bar .side-block.media a[href*="tiktok"]:hover::before, #side-bar .side-block.media a[href*="tiktok"]:active::before { --clip-path: polygon(-15% 0, 115% 0, 100% 100%, 0 100% ); background-image: var(--tiktok-icon-gradient); background-size: contain; } #side-bar .side-block.media a[href*="tiktok"]:focus-within::before { --clip-path: polygon(-15% 0, 115% 0, 100% 100%, 0 100% ); background-image: var(--tiktok-icon-gradient); background-size: contain; } #side-bar .side-block.media a[href*="tiktok"]::after { --clip-path: polygon(0 0, 0 0, 0 100%, 0 100% ); background: rgba(var(--swatch-menubg-light-color), 0.75) !important; } #side-bar .side-block.media a[href*="tiktok"]:hover::after, #side-bar .side-block.media a[href*="tiktok"]:active::after { --clip-path: polygon(-15% 0, 115% 0, 100% 100%, 0 100% ); background: rgba(var(--swatch-menubg-light-color), 0.75) !important; } #side-bar .side-block.media a[href*="tiktok"]:focus-within::after { --clip-path: polygon(-15% 0, 115% 0, 100% 100%, 0 100% ); background: rgba(var(--swatch-menubg-light-color), 0.75) !important; } #side-bar .side-block.media a img { -webkit-filter: drop-shadow(0 0 0 rgba(var(--swatch-alternate-color), 0)); filter: drop-shadow(0 0 0 rgba(var(--swatch-alternate-color), 0)); transition: -webkit-filter 200ms cubic-bezier(0.4, 0, 0.2, 1); transition: filter 200ms cubic-bezier(0.4, 0, 0.2, 1); transition: filter 200ms cubic-bezier(0.4, 0, 0.2, 1), -webkit-filter 200ms cubic-bezier(0.4, 0, 0.2, 1); } #side-bar .side-block.media a:hover img, #side-bar .side-block.media a:active img { -webkit-filter: drop-shadow(0.1875rem 0.1875rem 0 rgb(var(--swatch-alternate-color))); filter: drop-shadow(0.1875rem 0.1875rem 0 rgb(var(--swatch-alternate-color))); } #side-bar .side-block.media a:focus-within img { -webkit-filter: drop-shadow(0.1875rem 0.1875rem 0 rgb(var(--swatch-alternate-color))); filter: drop-shadow(0.1875rem 0.1875rem 0 rgb(var(--swatch-alternate-color))); } html:not(:lang(cn)) div.scpnet-interwiki-wrapper p::before { box-shadow: inherit; } #side-bar iframe.scpnet-interwiki-frame:not(:lang(cn)) { -webkit-filter: invert(1); filter: invert(1); } #side-bar .scpnet-interwiki-wrapper:not(:lang(cn))::before, #side-bar .scpnet-interwiki-wrapper:not(:lang(cn)) p::before, #side-bar .scpnet-interwiki-wrapper:not(:lang(cn)) p::after { background-color: rgb(var(--swatch-menubg-dark-color)); } #side-bar .scpnet-interwiki-wrapper:not(:lang(cn))::before { mix-blend-mode: lighten; }
<html> <head> </head> <body> <script type="text/javascript"> function sendStyle() { try { window.parent.window.interwikiFrame.bhlDark(); } catch(e) {} } sendStyle(); </script> </body> </html>
艾普劳斯/贝德拉(只要贝德拉)

感谢Auroriaaaaa画的人设图!
姓名:aplous
年龄:21岁
性别:男
昵称:艾普劳斯,艾普,艾草,草
入职日期:2020/█/█(贝德拉不让我说)
职务:Site-CN-10-δ分部3级研究员
人物简介:
外貌特征:黑色的头发盖住了眼睛,判断他的情绪信息只能从嘴动的方向获取。
aplous特别喜欢生的辣椒,尤其是朝天椒。
绝对会拉肚子。
没人看到过他的眼睛。
但是有人说过他把自己的一只眼睛给了他死去的妹妹。
aplous,中国人,出生于██市,在7岁之前过着普通孩子的生活。抱歉,我们只知道这些。
接下来就是贝德拉知道的事情了。
贝德拉知道的是,7岁那年,aplous为了从烧成火海的家庭中拯救bedala而丧失了一只眼睛。
没有什么了。
经历:
████年加入基金会,███成为他的导师。
████年依靠███测试进入Site-CN-10实习。
████年接收到时空执勤者C的讯号,回收SCP-CN-1165,同时被调至Site-CN-10的承德分部。
████年[数据删除],贝德拉不开心。
████年参加MTF-██-██的行动,而后作为实习生留在了部队的后勤部。
████年被升任3级研究员,具体研究时空异常,并随时与C通讯。
鸣谢所有曾经帮助过我的前辈和朋友们
原创SCP
SCP-CN-1258
+29 … 13
最新评论: aplous 于 20 Apr 2020 07:05
最新编辑: aplous 于 03 May 2021 23:09

+ Show component code - Hide component code html head /head body script type= text/javascript function sendStyle() { try { ...
标签: euclid scp site-cn-10 历史性 原创 复活 时空 自主
SCP-CN-463-J
+21 … 8
最新评论: Gawain pan 于 31 Jan 2022 09:51
最新编辑: H-Storm Z 于 28 Mar 2021 03:49

...
标签: euclid scp 原创 强迫性 搞笑 智能
SCP-CN-2599
+59 … 11
最新评论: Createzone 于 27 May 2021 15:18
最新编辑: 14#7_MonochromeMix 于 27 Mar 2021 17:20

警告:来自基金会异常记录管理部的文书 ...
标签: cn2000 k级情景 scp 原创 变形 地下 声音 工具 幻觉 建筑 感知影响 时间影响 机密分级 概念 精神影响 自主 观察影响
SCP-CN-1512
+51 … 10
最新评论: ShineShadowD 于 25 Apr 2020 09:07
最新编辑: Sekai_s 于 29 Jan 2021 02:22

+ Show component code - Hide component code html head /head body script type= text/javascript function sendStyle() { try { ...
标签: scp site-cn-10 不可移动 原创 地下 容器 工具 建筑 形态改变 感知力 智能 机密分级 机械 概念 逆模因 预测性
SCP-CN-1362
+36 … 15
最新评论: Backlight SH 于 07 Aug 2020 01:01
最新编辑: Sekai_s 于 28 Jan 2021 03:53

+ Show component code - Hide component code html head /head body script type= text/javascript function sendStyle() { try { ...
标签: scp site-cn-10 不可摧毁 原创 幻觉 心灵感应 感知影响 机密分级 神经性
SCP-CN-1165
+27 … 14
最新评论: Rachud 于 11 Sep 2020 01:31
最新编辑: Sekai_s 于 26 Jan 2021 07:00
+ Show component code - Hide component code html head /head body script type= text/javascript function sendStyle() { try { ...
标签: euclid scp site-cn-10 不可摧毁 原创 敌意 时间影响 机密分级 概念 自我修复 认知危害
SCP-CN-1252
+53 … 5
最新评论: (user deleted) 于 03 Jun 2020 03:45
最新编辑: Sekai_s 于 15 Jan 2021 13:08
+ Show component code - Hide component code html head /head body script type= text/javascript function sendStyle() { try { ...
标签: scp site-cn-10 不可摧毁 原创 城市 天空 心灵感应 敌意 无形 机密分级 模因 气象 自主 认知危害 记忆影响
SCP-CN-1319
+21 … 3
最新评论: aplous 于 23 Oct 2020 06:33
最新编辑: hoah2333 于 29 Oct 2020 04:21
...
标签: safe scp 人形生物 信息危害 原创
SCP-CN-1257
+19 … 2
最新评论: Fisher Yu 于 16 Aug 2020 22:58
最新编辑: M Element 于 11 Sep 2020 01:21
...
标签: keter k级情景 scp 原创 无定形 时空 智能
原创故事
暴云荒野:钟声
+25 … 3
最新评论: Donuts Exusiai 于 08 May 2021 04:34
最新编辑: Areyoucrazytom 于 06 Nov 2021 07:03
...
标签: 原创 故事
暴云荒野:那片雪松之林
+26 … 2
最新评论: (user deleted) 于 24 Dec 2020 11:07
最新编辑: 14#7_MonochromeMix 于 16 Aug 2021 16:55
+ Show component code - Hide component code html head /head body script type= text/javascript function sendStyle() { try { ...
标签: 原创 故事
暴云荒野:黑窗
+26 … 5
最新评论: Donuts Exusiai 于 28 Nov 2020 04:45
最新编辑: Sekai_s 于 20 Jan 2021 11:34
+ Show component code - Hide component code html head /head body script type= text/javascript function sendStyle() { try { ...
标签: 原创 成人内容 故事
暴云荒野:阿斯托里亚反馈程序
+32 … 12
最新评论: Kinding 于 20 Jan 2021 13:45
最新编辑: Sekai_s 于 20 Jan 2021 11:07
+ Show component code - Hide component code html head /head body script type= text/javascript function sendStyle() { try { ...
标签: site-cn-10 原创 成人内容 故事
暴云荒野:缺陷纲领
+27 … 3
最新评论: the chen luo 于 30 Jun 2020 06:11
最新编辑: Sekai_s 于 20 Jan 2021 11:03
+ Show component code - Hide component code html head /head body script type= text/javascript function sendStyle() { try { ...
标签: site-cn-10 原创 成人内容 故事
暴云荒野:执着演绎
+30 … 6
最新评论: Donuts Exusiai 于 09 Jul 2020 01:21
最新编辑: Sekai_s 于 20 Jan 2021 11:02
+ Show component code - Hide component code html head /head body script type= text/javascript function sendStyle() { try { ...
标签: 原创 成人内容 故事
暴云荒野:封闭
+23 … 7
最新评论: Donuts Exusiai 于 27 Aug 2020 04:38
最新编辑: Sekai_s 于 20 Jan 2021 11:01
+ Show component code - Hide component code html head /head body script type= text/javascript function sendStyle() { try { ...
标签: 原创 成人内容 故事
暴云荒野:一半
+29 … 5
最新评论: the chen luo 于 18 Sep 2020 11:57
最新编辑: Sekai_s 于 20 Jan 2021 11:00
+ Show component code - Hide component code html head /head body script type= text/javascript function sendStyle() { try { ...
标签: 原创 故事
暴云荒野:1024-SD心理窥视
+33 … 11
最新评论: aplous 于 30 Jun 2020 09:58
最新编辑: Sekai_s 于 20 Jan 2021 10:59
+ Show component code - Hide component code html head /head body script type= text/javascript function sendStyle() { try { ...
标签: site-cn-10 原创 成人内容 故事
祥和
+24 … 2
最新评论: ZZZZZac 于 31 Aug 2020 11:21
最新编辑: aplous 于 10 Jan 2021 01:40
...
标签: 原创 故事
更多页面
我走在布满灰烬的废墟中,由于高温而扭曲的铁板在我的头顶上摇摇欲坠。我不知道我走了多久,我的一只眼睛已经看不清了。
贝德拉就在我的身后,她的一只胳膊没了,小车被鲜血染红。我终于拉不动了,抬头看向刺眼的太阳。左边,我视野的左边已经离开了我。
紧闭着那只已经失去作用的眼睛,我茫然地望向小车。贝德拉就在那里,躺着,蜷着腿,冒着烟,瞳孔黯然失色,被自己的鲜血浸泡着。
我看向离家不远的那个建筑。
我又看了看小车。
抉择。
“贝德拉不喜欢这个故事。”
“你跟着我就好了。”
我 在 窥 屏
啊噗酱睡觉会梦见啊噗噜派吗?——一般路过
YUANNN
恭喜艾普劳斯喜提人事!——
Swred
贺电贝德拉人事出来!(语无伦次)——
Frozen starry sky
发来核电!是高产又高质量的新佬!tql噜!——二般路过
RainTree
没落之巢我太喜欢力,给核电力!——
WOrs Obrine
恭喜!作为一个入站不久的新佬真的太厉害了,我自愧不如啊——
Jackie J Li
祝贺阿普酱喜提人事!阿普拉丝会被辣椒辣死吗——
Auroriaaaaa
这就是传说中的又高产质量又很顶的新佬吗,爱了爱了。——
JacKeTJioNG
“啥叫圣雄肝帝啊?”(战术后仰)——
BruceWu0463
是阿普,我死了(指变成了光)——
Sirius Dawn
Applous Pie——
sciencekiller
贴贴偶像qwq——
Dr Fishbone