事外之人
2024年11月17日
修订 1
评分
13
↑ 13
↓ 0
支持率
100%
总票数 13
Wilson 95% 下界
77.2%
在相同票数下更稳健的支持率估计
争议指数
0.000
评分趋势
按周聚合 加载图表中...
最近修订
1 / 1
最近投票
1 / 2
2025-07-02
2025-03-24
2025-03-23
2025-02-28
2025-02-21
2025-02-10
2025-02-06
2024-12-16
2024-12-06
2024-11-19
相关页面
暂无推荐
页面源码
[[include :scp-wiki-cn:theme:basalt darkmode=a|hidetitle=a]]
[[module CSS]]
/*
=================
凤凰点阵体 - 12px
------------------------------
by Haoyu Qiu
授权: CC0 1.0
来源:https://timothyqiu.itch.io/vonwaon-bitmap
=================
*/
@import url(https://fastly.jsdelivr.net/gh/hoah2333/Fonts@main/Typeface-VonwaonBitmap-12px.css);
@import url('https://scp-wiki.wikidot.com/local--files/scp-8980/departuremono.css');
:root {
--logo: url(https://scp-sandbox-3.wikidot.com/local--files/queer-byrnes/fsd_W.png);
--header-title: "遏火部";
--header-subtitle: "内部记录保存界面";
--basalt-primary-color: 0, 15, 0;
--basalt-secondary-color: 5, 37, 35;
--basalt-tertiary-color: 0, 30, 25;
--ec-popup-color: 30, 78, 68;
--basalt-bright-element-color: 15, 152, 140;
--basalt-dark-element-color: 10, 132, 125;
--rfr-primary: #E0F6FD;
--rfr-secondary: lightskyblue;
}
body {
background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.8)), url("https://scp-wiki.wikidot.com/local--files/scp-8980/fractal.webp");
background-position: center, center;
background-size: cover;
background-attachment: scroll, fixed;
background-color: rgba( 0, 110, 98, 1);
background-blend-mode: luminosity;
}
b, strong {
font-weight: 800;
}
table {
box-sizing: border-box;
}
.content-warning {
font-size: 85%;
translate: 0px -5px;
}
#top-bar div[class*="top-bar"] > ul > li > a {
font-size: 115%;
}
.page-title {
border-bottom: solid 1px #424248;
font-weight: normal;
margin: 0 0 0.6em;
padding: 0 0 0.25em;
font-size: 200%;
font-family: var(--title-font);
}
.page-title p {
margin: 0;
}
#breadcrumbs, .pseudocrumbs {
margin: auto;
width: fit-content;
padding-bottom: 5px;
opacity: 0.8;
}
#page-content .yui-content div {
overflow: hidden;
}
#page-content div:is(.document, .darkdocument) {
max-width: 50rem;
}
div:is(.document, .darkdocument)::before, div:is(.document, .darkdocument)::after {
position: relative !important;
}
div.blockquote {
background-color: #0f0f0f;
}
div.blockquote.light {
background-color: #2b2b2b;
}
.red-text {
color: red;
}
.licensebox .collapsible-block-link {
opacity: 0.5;
transition-duration: 0.3s;
}
.licensebox .collapsible-block-link:hover {
opacity: 1;
transition-duration: 0.3s;
}
@media (max-width: 430px) {
:where(#page-content) table {
width: fit-content;
}
}
[[/module]]
[[module CSS]]
.yui-nav li:first-child, .yui-nav li.selected {
display: none;
border: none;
}
.yui-navset.yui-navset-top {
margin: 0;
border: none;
box-sizing: border-box;
}
.yui-navset.yui-navset-top div.yui-content {
padding: 0px;
border: none;
box-sizing: border-box;
overflow: auto;
}
.yui-nav li, .yui-nav li a, body .yui-navset.yui-navset-top > ul.yui-nav li a {
border: none !important;
border-top: none !important;
gap: 0;
}
.yui-navset div.yui-content {
background: transparent;
border: none;
}
.yui-navset.yui-navset-top {
display: grid;
border: none;
}
.yui-navset .yui-nav {
grid-row-start: 2;
border: none;
}
#page-content {
position: relative;
}
@keyframes fademodal {
70% { visibility: hidden; }
100% { visibility: visible; }
}
ul.modal-wrapper > li {
list-style: none;
position: absolute;
top: -0.1rem;
left: 0;
width: 100%;
height: 100%;
z-index: 9;
transition: opacity 0.3s ease-out;
animation: 0.15s fademodal;
animation-fill-mode: forwards;
}
ul.modal-wrapper > li.unfolded {
visibility: visible;
opacity: 1;
}
ul.modal-wrapper > li.folded {
visibility: hidden;
opacity: 0;
pointer-events: none;
user-select: none;
}
.unfolded-ec-warning {
backdrop-filter: blur(4px);
-webkit-backdrop-filter: blur(4px);
}
ul:has(.unfolded) ~ div.yui-navset {
filter: blur(4px);
}
.ec, .ec-popup {
width: 100%;
box-sizing: border-box;
background-color: rgb(var(--basalt-secondary-color));
border: 5px solid rgb(var(--ec-popup-color));
}
.ec {
font-family: 'Departure Mono', 'VonwaonBitmap 12px';
padding: 10px;
background-image: url(https://scp-wiki.wikidot.com/local--files/theme:basalt/ETHICS_LIGHTLOGO.png);
background-size: cover;
background-position: center, center;
background-blend-mode: darken;
font-size: 90%;
}
.fsd {
background-image: url(https://scp-wiki.wdfiles.com/local--files/life-insurance-policy/fsd.png) !important;
font-size: 95%;
padding: 10px 1.5em;
}
.darkdocument > .wiki-content-table {
width: 30rem;
margin-top: 22px;
}
.ec-popup {
height: 70vh;
overflow: auto;
position: relative;
}
.ec-title {
font-family: 'Departure Mono', 'VonwaonBitmap 12px';
font-size: 2rem;
padding: 0;
margin: auto;
}
.ec-grid {
display: grid;
width: 100%;
height: 100%;
grid-template-rows: min-content;
grid-template-columns: repeat(3, minmax(0, 1fr))
}
.ec-popup-login, .ec-popup-date {
font-family: 'Departure Mono', 'VonwaonBitmap 12px';
padding-left: 10px;
font-size: 125%;
opacity: 0.6;
transition-duration: 0.3s;
}
:is(.ec-popup-login, .ec-popup-date):hover {
opacity: 1;
transition-duration: 0.3s;
}
.ec-popup-login {
grid-column-start: 1;
white-space: nowrap;
}
.ec-popup-login a {
pointer-events: none;
}
.ec-popup-date {
text-align: right;
padding-right: 10px;
grid-column-start: span 2;
}
.ec-popup-title {
width: 100%;
font-family: 'Departure Mono', 'VonwaonBitmap 12px';
font-size: 275%;
text-align: center;
box-sizing: border-box;
margin: auto;
margin-top: 0;
padding: 20px;
border-top: 8px double rgb(var(--ec-popup-color));
border-bottom: 8px double rgb(var(--ec-popup-color));
grid-column-start: span 3;
}
.ec-popup-desc {
text-align: center;
margin: auto;
grid-column-start: span 3;
font-family: 'Departure Mono', 'VonwaonBitmap 12px';
font-size: 1rem;
width: 75%;
box-sizing: border-box;
}
.ec-options {
display: grid;
width: 65%;
grid-template-columns: repeat(3, minmax(0, 1fr));
background: rgb(var(--basalt-secondary-color));
margin: auto;
aspect-ratio: 12/1 auto;
}
:is(.ec-theme-button, .ec-colorblind-button, .ec-accessibility-button) {
text-align: center;
font-family: 'Departure Mono', 'VonwaonBitmap 12px';
border: 5px solid rgb(var(--ec-popup-color));
border-top: 0px;
box-sizing: border-box;
position: relative;
transition-duration: 0.5s;
display: grid;
}
.ec-button-inner-wrapper {
margin: auto;
}
:is(.ec-theme-button, .ec-colorblind-button, .ec-accessibility-button) a {
text-decoration: none !important;
}
.ec-button-inner-wrapper a::before {
width: 100%;
height: 100%;
position: absolute;
top: 0;
left: 0;
content: "";
}
.ec-theme-button {
border-right: 2.5px solid rgb(var(--ec-popup-color));
}
.ec-colorblind-button {
border-left: 2.5px solid rgb(var(--ec-popup-color));
border-right: 2.5px solid rgb(var(--ec-popup-color));
}
.ec-accessibility-button {
border-left: 2.5px solid rgb(var(--ec-popup-color));
}
:is(.ec-theme-button , .ec-accessibility-button, .ec-colorblind-button):hover {
background-color: rgba(0, 0, 0, 0.5);
transition-duration: 0.5s;
}
.ecinside {
font-family: var(--body-font);
font-size: var(--page-content-font-size);
color: rgb(195, 195, 200);
}
.colorblind-mode-on, .light-mode-on {
display: none;
}
:is(.ec, .ec-popup-login, .ec-popup-date, .ec-popup-title, .ec-popup-button) > p,
:is(.ec, .ec-popup-class, .ec-popup-status, .ec-popup-priority) div:not(.ecinside) > p {
margin: auto;
}
:is(.ec-popup-title, .ec-popup-button) > p {
line-height: 1.2;
}
.ec-popup-button {
width: 40%;
margin: auto;
margin-bottom: 20px;
padding: 10px;
text-align: center;
background-color: rgba(0, 0, 0, 0);
transition-duration: 0.5s;
grid-column-start: span 3;
position: relative;
border: 8px double rgb(var(--ec-popup-color));
box-sizing: border-box;
letter-spacing: 2px;
cursor: pointer;
}
.ec-popup-button:hover {
background-color: rgba(0, 0, 0, 0.5);
transition-duration: 0.5s;
letter-spacing: 10px;
}
.ec-popup-button :is(a, a:hover, a:active, a:focus) {
text-decoration: none;
pointer-events: none;
font-family: 'Departure Mono', 'VonwaonBitmap 12px';
font-size: 370%;
}
.ec-popup-class, .ec-popup-status, .ec-popup-priority {
display: flex;
flex-direction: column;
font-family: 'Departure Mono', 'VonwaonBitmap 12px';
text-align: center;
border-bottom: 8px double rgb(var(--ec-popup-color));
}
:is(.ec-popup-class, .ec-popup-status, .ec-popup-priority) div:first-child {
font-size: 120%;
opacity: 0.7;
margin-bottom: -10px;
}
:is(.ec-popup-class, .ec-popup-status, .ec-popup-priority) div:last-child {
font-size: 175%;
}
.whitepop {
color: rgb(195, 195, 200);
}
.ec-comments .blockquote {
border: 3px double rgb(var(--ec-popup-color));
background: rgba(var(--basalt-secondary-color), 0.7);
width: 100%;
margin: auto;
margin-bottom: 20px;
}
.ec-comment {
padding-left: 15px;
margin-top: -7px;
}
@media (max-width: 733px) {
.ec-popup {
height: fit-content;
}
.ec-title {
font-size: 7vw;
}
.ec-popup-title {
font-size: 7vw;
}
.ec-popup-button:hover {
letter-spacing: 5px;
}
.ec-popup-desc {
font-family: 'Departure Mono', 'VonwaonBitmap 12px';
font-size: 3vw;
width: 100%;
padding: 5px;
}
.ec-popup-login, .ec-popup-date {
opacity: 1;
font-size: 3.7vw;
grid-column-start: span 3;
text-align: center;
padding-right: 10px;
margin: auto;
}
div.ec-popup-button :is(a, a:hover, a:active, a:focus) {
font-size: 4.5vw;
}
:is(.ec-popup-class, .ec-popup-status, .ec-popup-priority) div:last-child {
font-size: 4.3vw;
}
.ec-options {
width: 100%;
font-size: 90%;
}
}
@media (max-width: 450px) {
div.scientistimage {
width: fit-content;
margin: auto;
float: unset;
}
.ec-popup-button {
width: 50vw;
font-size: 1.5vw;
}
}
.scientistimage {
padding: 10px;
float: right;
position: relative;
margin: 10px;
}
@media (max-width: 570px) {
.committee-reply {
background-color: #b5906a;
color: black;
margin: auto;
width: 81%;
padding: 7px;
border: 3px solid #523500;
}
.logtime {
font-weight: 350;
color: grey;
font-size: 95%;
}
.email {
background-color: rgba(var(--basalt-secondary-color), 0.9);
border: 5px double rgb(var(--ec-popup-color));
font-family: 'Departure Mono', 'VonwaonBitmap 12px';
padding: 10px;
margin: auto;
width: 95%;
font-size: 95%;
box-sizing: border-box;
}
[[/module]]
[[div class="ec fsd"]]
= **[[span class="ec-title"]]遏火部备忘录[[/span]]**
如您所知,遏火部最近因[[[SCP-8980]]]以及与这一收容项目有关的人员问题接受了审计。我希望通过这份备忘录传达遏火部的官方立场,并提醒大家如何回答有关Christopher Byrnes博士的问题。
@@ @@
遏火部关于SCP-8980的官方态度是,我们一贯沿着O5议会为我们指明的方向前进,并确保基金会能够在科学的自由与个人的权利和责任之间达成平衡。遏火部知悉前首席研究员Christopher Byrnes的行为,并直接参与了其自愿退休。
@@ @@
有关对常见问题的回应事宜,我知晓许多站点的遏火部代表均面临着投诉,直指允许SCP-8980所受“虐待”长时间存在的系统性问题。在被问及进一步调查的现下状态时,请以以下方式回答:
* ##green|请##提醒员工,Christopher Byrnes博士已不再受雇于基金会。
* ##red|请勿##提及有关SCP-8980现状的任何信息。
* ##green|请##将一切附加问题导向《遏火部不记名投诉表》。
* ##green|请##让他们感到被倾听、被理解,并对其工作感到舒适。
* ##red|请勿##明确给出任何行动或回应的时间表。
* ##red|请勿##承诺做出任何行动。
* ##red|请勿##泄露有关“Byrnes退休协议”的**任何**信息。
请记住,遏制火情的最好方法是让它最初就不要发生。我们曾经处理过类似的情况,也将再次处理它们。
@@ @@
[[>]]
—— 遏火部 管理处
[[/>]]
[[/div]]
-----
[[=]]
**[[span class="ec-title"]]输入用户名:**//cB_216//[[/span]]
@@ @@
**[[span class="ec-title"]]输入密码:**//@@***********@@//[[/span]]
**[[span class="ec-title"]]……[[/span]]**
**[[span class="ec-title"]]……[[/span]]**
**[[span class="ec-title"]]……[[/span]]**
**[[span class="ec-title"]]密码已核验[[/span]]**
@@ @@
**[[span class="ec-title"]][[size 60%]]正在载入@@ @@CHRISTOPHER BYRNES博士@@ @@人员档案[[/size]][[/span]]**
[[/=]]
-----
[[div class="darkdocument"]]
[[=]]
[[div class="page-title" style="display: block;" id="#page-title"]]
CHRISTOPHER BYRNES博士
[[size 60%]]机密雇员档案[[/size]]
[[/div]]
[[/=]]
[[include component:image-block name=https://scp-wiki.wikidot.com/local--files/component:dynamic-emails/Default_Profile_Icon.png |caption=错误:证件照片不存在 |width=250px]]
||||||||||~ 雇员档案||
||||||||||**法定名称:**Christopher Byrnes博士||
||||||||||**雇员编号:**C0001B00-0000||
||**生理性别:**N/A||||**性别认同:**N/A||||**婚姻状况:**未知||
||||||||||**安保权限:**无||
||||||||||**职业:**无||
||||||||||**执业站点:**无||
@@ @@
-----
||||||||||||~ 雇佣记录||
||||||**雇佣开始日期:**N/A||||||**雇佣结束日期:**N/A||
||||||**待处理人资/伦委会事项:**22||||||**已处理人资/伦委会事项:**1577||
||||||||||||= **纪律处分记录:**0||
||||||||||||= **基金会总处罚数:**0||
**档案:**Christopher Byrnes博士当前并不存在,也从未存在过。Christopher Byrnes博士从未受雇于SCP基金会。若想获取更多信息,参看__//Byrnes退休协议//__。
**历史:**N/A
[[div class="ec fsd"]]
= **[[span class="ec-title"]]遏火部公告[[/span]]**
-----
本文件处于代号//NULL//分级下,故不接受非遏火部人员访问,包括O5议会与伦理委员会在内。
@@ @@
据遏火部黑书条例1733-A,将对任何泄露此文件的个人进行训诫与重分配。
[[/div]]
-----
@@ @@
= **[[span class="ec-title"]][[size 60%]]文件结束[[/size]][[/span]]**
[[/div]]
[[=]]
**[[span class="ec-title"]]是否继续?**//是//[[/span]]
**[[span class="ec-title"]]打开文件:**//Byrnes退休协议//[[/span]]
**[[span class="ec-title"]][[size 60%]]正在查找“Byrnes退休协议”[[/size]][[/span]]**
**[[span class="ec-title"]]……[[/span]]**
**[[span class="ec-title"]]……[[/span]]**
**[[span class="ec-title"]]……[[/span]]**
**[[span class="ec-title"]]找到一个结果[[/span]]**
@@ @@
**[[span class="ec-title"]][[size 60%]]Byrnes退休协议 载入中……[[/size]][[/span]]**
[[/=]]
-----
[[div class="darkdocument"]]
[[=]]
[[div class="page-title" style="display: block;" id="#page-title"]]
Byrnes退休协议
[[size 60%]]遏火部 雇员保留协议[[/size]]
[[/div]]
[[/=]]
[[div class="ec fsd"]]
= **[[span class="ec-title"]]遏火部通知[[/span]]**
@@ @@
本文件仅限受到Byrnes退休协议影响,或负责其实施的人员访问。该协议需经当前遏火部管理委员会半数以上成员授权方可进行,并将在一名基金会雇员##red|严重违反伦理和/或道德时##实施。
@@ @@
本通知中已嵌入认知危害符号,杜绝了传播##rgb(10,132,125)|Byrnes退休协议##相关信息的行为。任何试图规避审查的个体都将##red|藉由认知危害抹杀闸转变为生物惰性##。
@@ @@
所有访问此文档的人员都将收到靶向记忆删除剂。
@@ @@
[[/div]]
**描述:**##rgb(10,132,125)|Byrnes退休协议##是由遏火部制定的一项雇员保留策略,旨在维持一种对责任、因果以及基金会正强制维持伦理道德标准的坚定信念。迄今为止,##rgb(10,132,125)|Byrnes退休协议##已经节省了##green|16亿美元##资金,并维持了关键的组织知识。
截至2024年10月31日,基金会文档与记录中共计列出了**216**位##rgb(10,132,125)|Christopher Byrnes博士##,而当前或曾经受雇于SCP基金会的##rgb(10,132,125)|Christopher Byrnes博士##之数目为**0**。
-----
**定义:**鉴于##rgb(10,132,125)|Byrnes退休协议##的本体论性质,在此文档之背景中,以下术语被客观定义为:
* [[span class="ec-title"]][[size 60%]]##green|对象##:受益于Byrnes退休协议的个体;[[/size]][[/span]]
* [[span class="ec-title"]][[size 60%]]##red|受害者##:任何直接或间接遭对象伤害的个体;[[/size]][[/span]]
* [[span class="ec-title"]][[size 60%]]##blue|研究项目##:促使事件发生或与事件相关的异常或研究项目;[[/size]][[/span]]
* [[span class="ec-title"]][[size 60%]]##gold|项目记录##:与该##blue|研究项目##相关的所有实体、数字或概念媒体;[[/size]][[/span]]
**使用:**##rgb(10,132,125)|Byrnes退休协议##由遏火部执行,旨在保留违反了基金会伦理道德规定的有才干的、有专攻方向的或是专家级的研究员。遏火部正持续监控一切进行中的项目,以识别潜在的伦理违背行为,当前已识别到**7**个可供日后执行的潜在项目。若遏火部认定潜在的人才或信息流失过于重大,对其进行处分将对SCP基金会造成整体性损失,则在遏火部管理委员会投票给出决议后,地方遏火部代表将介入并依照以下步骤执行##rgb(10,132,125)|Byrnes退休协议##。
[[div class="ec fsd"]]
# ##green|对象##将被定位、隔离并转移至一处临时遏火部监禁设施,直至协议的其余部分得以执行。若遭站点主管质询,遏火部代表应声明此举是“由与##blue|研究项目##相关的数项进行中的纪律处分行动所致”。
# 遏火部代表将接触所有##red|受害者##,使##red|受害者##确信自己得到了倾听,并开始建立人际信任。
# ##green|对象##应通过本体论手术进行概念性切断,自其理念圈身份脱离。在此期间,如##rgb(10,132,125)|Byrnes退休协议##“定义”部分所述,除借助静态标识符外,##green|对象##将无法被识别。
# 遏火部代表应识别所有##gold|项目记录##,并依照以下方式进行追溯性修正:
# 所有提及##green|对象##之处都应被替换为提及##rgb(10,132,125)|Christopher Byrnes博士##。这包括了全基金会范围内的雇佣记录、绩效审查和与##blue|研究项目##相关之文档,以及任何待处理或已处理的伦理委员会与人力资源事项。此项工作应由专精于文档伪造的遏火部代表与专门为此目的开发的AIC亲自执行。
# 所有曾与##green|对象##共事的个体将被识别并施加一系列记忆删除、记忆强化与本体论药物治疗,以将##green|对象##的身份被##rgb(10,132,125)|Christopher Byrnes博士##取代。任何与##green|对象##相关的视觉记录或记忆都将在前述药物施用后丧失定义,使得所有对##rgb(10,132,125)|Christopher Byrnes博士##的描绘均类似于一名无重要标志性特征的中年白人男性。
# ##red|受害者##将按需接受额外的记忆删除治疗与认知行为治疗,以确保其了解自身曾是受##rgb(10,132,125)|Christopher Byrnes博士##加害的受害者。
# 将散播一份官方掩盖故事,声称##rgb(10,132,125)|Christopher Byrnes博士##已选择退休,并自愿接受了E级记忆删除处理。记忆删除剂库存记录将进行相应伪造。任何关于获取其联系方式的请求都应以“隐私问题”为由拒绝。
# 在上述措施执行后,应提醒所有有关的伦理委员会成员查看与##rgb(10,132,125)|Christopher Byrnes博士##相关的待处理事项。由于以上步骤的执行以及##rgb(10,132,125)|Christopher Byrnes博士##自愿退休消息的存在,事项的处理将加速推进。90%的事项将在一星期内解决,且产生的判决不会带来任何重大处罚措施。
# 将为##green|对象##提供一个新的理念圈身份,并根据其专长为其分配研究项目。除前一次分派到的站点外,这一安置可以位于任何站点;更久远的分派情况不影响此次安置。无需考虑##red|受害者##相关因素,因为其加害者——##rgb(10,132,125)|Christopher Byrnes博士##——并不存在。
[[/div]]
##rgb(10,132,125)|Byrnes退休协议##最初由遏火部的前身部门于第二次世界大战结束后执行,其目的为协助获取存在争议的专家,并从彼时起一直实施至今。截至今日,有关##rgb(10,132,125)|Byrnes退休协议##的信息从未泄露,并在优先考虑##red|受害者##情绪疏解的同时带来了许多异常与超常技术领域的重要进展。所有##green|对象##均对遏火部允许其继续保有工作表示了由衷感谢,并将终身保持对SCP基金会的忠诚,尽管确有30%的再犯率。据测算,这一比例在可接受的范围内。
-----
@@ @@
= **[[span class="ec-title"]][[size 60%]]文件结束[[/size]][[/span]]**
[[/div]]
[[=]]
**[[span class="ec-title"]]是否继续?**//否//[[/span]]
**[[span class="ec-title"]]正在登出遏火部服务器……[[/span]]**
**[[span class="ec-title"]]……[[/span]]**
**[[span class="ec-title"]]……[[/span]]**
**[[span class="ec-title"]]……[[/span]]**
@@ @@
@@ @@
**[[span class="ec-title"]]已断开连接[[/span]]**
**[[span class="ec-title"]][[size 60%]]您已登出。祝您今日愉快,##rgb(10,132,125)|Byrnes博士##。[[/size]][[/span]]**
@@ @@
@@ @@
[[/=]]
-----
[[include :scp-wiki-cn:component:license-box
| author = Queerious
]]
=====
> **文件名:**fractal.webp
> **图像名:**Abox - Sphere 4D 8K HQ OpenCL 20200323 klein
> **图像作者:**PantheraLeo1359531
> **授权协议:**Creative Commons Attribution 4.0 International
> **来源链接:**[https://web.archive.org/web/20240912150048/https://commons.wikimedia.org/wiki/File:Abox_-_Sphere_4D_8K_HQ_OpenCL_20200323_klein.png Wikimedia Commons]
> **附加备注:**已将其修改为绿色调并变更为webp格式。
=====
[[include :scp-wiki-cn:component:license-box-end]]