SCP-CN-3213 - 缓冲区溢出式现实扭曲程序
2024年3月18日
修订 5
核心指标
评分
41
↑ 41
↓ 0
支持率
100%
总票数 41
Wilson 95% 下界
91.4%
在相同票数下更稳健的支持率估计
争议指数
0.000
评分趋势
加载图表中...
最近修订
1 / 2
最近投票
1 / 5
2025-07-15
2025-05-20
2025-03-07
2025-01-31
2024-12-13
2024-06-19
2024-06-17
2024-06-16
2024-06-03
2024-05-11
页面源码
源码字符数 3872文字字数 409
[[module CSS]]
.email-example .collapsible-block-folded a.collapsible-block-link {
animation: blink 0.8s ease-in-out infinite alternate;
}
@keyframes blink {
0% { color: transparent; }
50%, 100% { color: #b01; }
}
.email {border: solid 2px #000000; width: 88%; padding: 1px 15px; margin: 10px; box-shadow: 0 1px 3px rgba(0,0,0,.5)}
.email-example a.collapsible-block-link {font-weight: bold;}
.tofrom {margin-left: 10px; margin-top: 5px; padding: 1px 15px; border-left: solid 3px maroon}
[[/module]]
[[>]]
[[module Rate]]
[[/>]]
[[div class="email-example"]]
[[=]]
------
[[collapsible show="访问SCiPNET邮件?一 (1) 封新邮件!" hide="回复:欢迎加入团队!"]]
[[<]]
[[div class="email"]]
[[div class="tofrom"]]
**自:**CN3213team@scp.cn.com
[[module ListUsers users="."]]
**至:**%%title%%@scp.cn.com
[[/module]]
**主题:**欢迎加入团队!
[[/div]]
------
欢迎加入SCP-CN-3213项目组!你已被授权(3/3213级)访问项目服务器。虽然我们通常招募的是系统相关的人才,但为了以防万一,我还是想简单向你介绍一下情况:
* 你可能已经看到了终端。如果你就在旁边,不必有任何顾虑,你可以随时使用终端,无需申请!
* 终端已经连接到运行着**Linux系统**的服务器,这是基金会内部的版本。
* 如果你对Linux系统不太熟悉,试试在终端中输入命令:**help**(记住,不要复制冒号!)
* 如果你想直接查看项目文档,在终端中输入 **./CN3213 kits/help** (别忘了那个英文句号!)
* 如果你觉得[LV3]的文档太小儿科了,--嗯,你可以试试提升你的级别。--
* 如果你有任何疑问,欢迎通过本邮件联系我,或者直接来办公室。
和终端玩的开心!
[[/div]]
[[/<]]
[[/collapsible]]
[[/=]]
[[/div]]
[[html]]
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" conlstent="width=device-width, initial-scale=1">
<title>Linux Terminal Emulator</title>
<link href="https://cdn.jsdelivr.net/npm/jquery.terminal/css/jquery.terminal.min.css" rel="stylesheet"/>
<link href="https://eddy114514.github.io/htmlRepo/Tstyle.css" rel="stylesheet"/>
<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/3.6.0/jquery.min.js"></script>
<script src="https://cdn.jsdelivr.net/npm/jquery.terminal/js/jquery.terminal.min.js"></script>
<link href="https://eddy114514.github.io/htmlRepo/tvAnime.css" rel="stylesheet"/>
<style>
body{
height: 100vh;
background-color: transparent;
}
.tv, .iframeTv {
margin-bottom: 20px;
}
.iframeTv {
width: 100vw;
height: 1000px;
background: #000;
overflow: hidden;
position: relative;
box-shadow: 0 0 10px rgba(255,255,255,0.5);
}
</style>
</head>
<body>
<div class="tv">
<div id="terminal"></div>
<div class="scanlines"></div>
<div class="noise"></div>
</div>
<script src = "https://eddy114514.github.io/htmlRepo/terminalCommands.js"></script>
<a href="" id="downloadLink" style="display: none;">下载图片</a>
<div id = "iTvScreen" class="iframeTv" style="display: none; border: none">
<iframe id="default" class = "screen" src="about:blank" style="display: none; border: none" scrolling="no"></iframe>
<img src="https://upload.wikimedia.org/wikipedia/en/0/0a/Logo_of_the_SCP_Foundation.png" id="logo" class="iframeTv-logo" />
</div>
<canvas id="eggCanvas" style="display: none"></canvas>
</body>
<script>
document.addEventListener('DOMContentLoaded', function() {
// 检测设备是否为手机
function detectMobileDevice() {
const userAgent = navigator.userAgent.toLowerCase();
return /android|webos|iphone|ipad|ipod|blackberry|iemobile|opera mini/.test(userAgent);
}
// 如果是手机设备,则禁用noise和scanlines
if (detectMobileDevice()) {
const noise = document.querySelector('.noise');
const scanlines = document.querySelector('.scanlines');
const logoImg = document.getElementById('logo'); // 选择图片
if (noise) {
noise.style.display = 'none';
}
if (logoImg) {
logoImg.style.display = 'none'; // 隐藏图片
}
}
});
</script>
</html>
[[/html]]
[[div class="footer-wikiwalk-nav"]]
[[=]]
<< [[[SCP-CN-3212]]] | SCP-CN-3213 | [[[SCP-CN-3214]]] >>
[[/=]]
[[/div]]