准备工作
<div class="ce-block" data-id="jrAN2Gpb3s" ><div class="ce-block__content" style="">
<h1 class="ce-header ce-header--left">准备工作</h1>
</div>
</div><div class="ce-block ce-block--focused" data-id="48l3n3ydSO" >
<div class="ce-block__content">
<div class="ce-paragraph cdx-block ce-paragraph--left">在开始使用 Claw 之前,你需要准备好开发环境和必要的账号资源。本章将指导你完成所有前置准备工作。</div>
</div>
</div><div class="ce-block" data-id="QMKlcVVLJ2" >
<div class="ce-block__content" style="">
<h2 class="ce-header ce-header--left">系统要求</h2>
</div>
</div><div class="ce-block ce-block--focused" data-id="tAqnAFRnkv" >
<div class="ce-block__content">
<div class="ce-paragraph cdx-block ce-paragraph--left">Claw 支持主流操作系统,但对硬件和软件环境有一定要求:</div>
</div>
</div><div class="ce-block ce-block--focused" data-id="FcS8CIqwA7" >
<div class="ce-block__content">
<div class="ce-paragraph cdx-block ce-paragraph--left">最低配置:</div>
</div>
</div><div class="ce-block ce-block--focused" data-id="V6eQLixK_V" >
<div class="ce-block__content">
<ul class="cdx-list-unordered"><li class="cdx-list__item">CPU: 2核心</li><li class="cdx-list__item">内存: 4GB RAM</li><li class="cdx-list__item">存储: 10GB 可用空间</li><li class="cdx-list__item">操作系统: Linux (Ubuntu 20.04+), macOS (12+), Windows 10/11 (with WSL2)</li></ul>
</div>
</div><div class="ce-block ce-block--focused" data-id="JowHzbD74C" >
<div class="ce-block__content">
<div class="ce-paragraph cdx-block ce-paragraph--left">推荐配置:</div>
</div>
</div><div class="ce-block ce-block--focused" data-id="N6qnVGNIm4" >
<div class="ce-block__content">
<ul class="cdx-list-unordered"><li class="cdx-list__item">CPU: 4核心或更多</li><li class="cdx-list__item">内存: 8GB RAM 或更多</li><li class="cdx-list__item">存储: 20GB SSD</li><li class="cdx-list__item">稳定的网络连接(用于 API 调用)</li></ul>
</div>
</div><div class="ce-block ce-block--focused" data-id="wkuEQsAJEz" >
<div class="ce-block__content">
<div class="ce-paragraph cdx-block ce-paragraph--left">对于生产环境部署,建议使用至少 8GB 内存和 4 核 CPU,以确保多 Agent 并发执行时的稳定性。如果你计划使用浏览器自动化功能,内存需求会更高(建议 16GB)。</div>
</div>
</div><div class="ce-block" data-id="Ti0kN3Dfsp" >
<div class="ce-block__content" style="">
<h2 class="ce-header ce-header--left">必备软件安装</h2>
</div>
</div><div class="ce-block" data-id="rxKIQL4kzk" >
<div class="ce-block__content" style="">
<h3 class="ce-header ce-header--left">Node.js 环境</h3>
</div>
</div><div class="ce-block ce-block--focused" data-id="9DnZIFPdag" >
<div class="ce-block__content">
<div class="ce-paragraph cdx-block ce-paragraph--left">Claw 需要 Node.js 18 或更高版本。推荐使用 LTS 版本:</div>
</div>
</div><div class="ce-block ce-block--focused" data-id="yV1Q-uJtlO" >
<div class="ce-block__content">
<div class="editorjs-codeFlask_Wrapper">
<div class="editorjs-codeFlask_Header">
<div class="editorjs-codeFlask_LangDisplay">javascript</div>
<button class="editorjs-codeFlask_CopyButton" title="复制代码" id="codeflask-copy-yV1Q-uJtlO">
<svg width="16" height="16" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<rect x="9" y="9" width="13" height="13" rx="2" ry="2"></rect>
<path d="M5 15H4a2 2 0 0 1-2-2V4a2 2 0 0 1 2-2h9a2 2 0 0 1 2 2v1"></path>
</svg>
</button>
<button class="editorjs-codeFlask_Toggle" id="codeflask-Toggle-yV1Q-uJtlO">
<svg width="16" height="16" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<polyline points="6 9 12 15 18 9"></polyline>
</svg>
</button>
</div>
<div class="editorjs-codeFlask_ContentContainer">
<div class="editorjs-codeFlask_Editor" id="codeflask-yV1Q-uJtlO" >
</div>
</div>
<div class="editorjs-codeFlask_BottomButtonContainer" id="codeflask-bottomBtn-yV1Q-uJtlO">
<button class="editorjs-codeFlask_BottomToggle expand-mode" title="展开代码" data-empty="false"><span class="toggle-icon">▼</span> 展开</button>
</div>
</div>
</div>
</div>
<script type="text/javascript" src="static/js/editorjs/tools/codeflask/codeflask150.min.js?L8J"></script>
<script type="application/javascript">
const editorElem1778072680V3gOC = document.getElementById('codeflask-yV1Q-uJtlO');
var isCollapsed1778072680V3gOC = true;
const flask1778072680V3gOC = new CodeFlask(editorElem1778072680V3gOC, {
language: 'javascript',
lineNumbers: true,
styleParent: this.shadowRoot,
rtl: false,
readonly: true
});
var code1778072680V3gOC = `# 检查当前 Node.js 版本
node --version
# 使用 nvm 安装(推荐)
curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.39.0/install.sh | bash
nvm install 20
nvm use 20
# 验证安装
node --version# 应显示 v20.x.x
npm --version # 应显示 10.x.x
`;
code1778072680V3gOC = code1778072680V3gOC.replace(/&/g, "&").replace(/</g, "<").replace(/>/g, ">").replace(/"/g, '"').replace(/'/g, "'");
flask1778072680V3gOC.addLanguage('javascript', Prism.languages['javascript']);
flask1778072680V3gOC.onUpdate((code) => {
// do something with code here.
// this will trigger whenever the code
// in the editor changes.
// console.log(code)
});
// flask.updateCode('');
// This will also trigger .onUpdate()
flask1778072680V3gOC.updateCode(code1778072680V3gOC);
const currentCode1778072680V3gOC = flask1778072680V3gOC.getCode();
var coderow1778072680V3gOC = parseInt('');
if (coderow1778072680V3gOC === undefined || coderow1778072680V3gOC !== coderow1778072680V3gOC || coderow1778072680V3gOC === 0) {
coderow1778072680V3gOC = flask1778072680V3gOC.lineNumber;
}
if (coderow1778072680V3gOC < 20) {
editorElem1778072680V3gOC.parentElement.style.height = '300px';
editorElem1778072680V3gOC.style.height = '300px';
} else if (coderow1778072680V3gOC >= 20) {
editorElem1778072680V3gOC.parentElement.style.height = '500px';
editorElem1778072680V3gOC.style.height = '500px';
}
//console.log({currentCode1778072680V3gOC})
const copyBtn1778072680V3gOC = document.getElementById('codeflask-copy-yV1Q-uJtlO');
copyBtn1778072680V3gOC.addEventListener('click', function() {
try {
// 先检查 Clipboard API 是否可用
if (navigator.clipboard && navigator.clipboard.writeText) {
// 使用 Clipboard API 复制代码
navigator.clipboard.writeText(code1778072680V3gOC).then(function() {
// 复制成功提示
const originalText = copyBtn1778072680V3gOC.innerHTML;
copyBtn1778072680V3gOC.innerHTML = '<svg width="16" height="16" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><polyline points="20 6 9 17 4 12"></polyline></svg> 已复制';
// 一段时间后恢复原文本
setTimeout(function() {
copyBtn1778072680V3gOC.innerHTML = originalText;
}, 2000);
}).catch(function(err) {
// 复制失败处理
console.error('复制失败:', err);
// 降级方案:使用传统的复制方法
fallbackCopyTextToClipboard(code1778072680V3gOC);
});
} else {
// Clipboard API 不可用时直接使用降级方案
fallbackCopyTextToClipboard(code1778072680V3gOC);
}
// 提取降级方案为独立函数
function fallbackCopyTextToClipboard(text) {
const textArea = document.createElement('textarea');
textArea.value = text;
textArea.style.position = 'fixed';
textArea.style.opacity = '0';
document.body.appendChild(textArea);
textArea.select();
try {
document.execCommand('copy');
const originalText = copyBtn1778072680V3gOC.innerHTML;
copyBtn1778072680V3gOC.innerHTML = '<svg width="16" height="16" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><polyline points="20 6 9 17 4 12"></polyline></svg> 已复制';
setTimeout(function() {
copyBtn1778072680V3gOC.innerHTML = originalText;
}, 2000);
} catch (copyErr) {
console.error('传统复制方法也失败了:', copyErr);
} finally {
document.body.removeChild(textArea);
}
}
} catch (err) {
console.error('复制功能不可用:', err);
}
});
const bottomBtn1778072680V3gOC = document.getElementById('codeflask-bottomBtn-yV1Q-uJtlO');
const Toggle1778072680V3gOC = document.getElementById('codeflask-Toggle-yV1Q-uJtlO');
bottomBtn1778072680V3gOC.addEventListener('click', function() {
if (isCollapsed1778072680V3gOC) {
// 展开代码
isCollapsed1778072680V3gOC = false;
const codeElement1778072680V3gOC = editorElem1778072680V3gOC.querySelector('.codeflask__code');
if (codeElement1778072680V3gOC) {
const actualHeight1778072680V3gOC = codeElement1778072680V3gOC.scrollHeight + 20;
editorElem1778072680V3gOC.parentElement.style.height = actualHeight1778072680V3gOC + 'px';
editorElem1778072680V3gOC.style.height = actualHeight1778072680V3gOC + 'px';
}
bottomBtn1778072680V3gOC.innerHTML = '<button class="editorjs-codeFlask_BottomToggle" title="折叠代码"><span class="toggle-icon">▲</span> 折叠</button>';
Toggle1778072680V3gOC.innerHTML = '<svg width="16" height="16" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><polyline points="9 18 15 12 9 6"></polyline></svg>';
} else {
// 折叠代码
isCollapsed1778072680V3gOC = true;
if (coderow1778072680V3gOC < 20) {
editorElem1778072680V3gOC.parentElement.style.height = '300px';
editorElem1778072680V3gOC.style.height = '300px';
} else if (coderow1778072680V3gOC >= 20) {
editorElem1778072680V3gOC.parentElement.style.height = '500px';
editorElem1778072680V3gOC.style.height = '500px';
}
bottomBtn1778072680V3gOC.innerHTML = '<button class="editorjs-codeFlask_BottomToggle expand-mode" title="展开代码" data-empty="false"><span class="toggle-icon">▼</span> 展开</button>';
Toggle1778072680V3gOC.innerHTML = '<svg width="16" height="16" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><polyline points="6 9 12 15 18 9"></polyline></svg>';
}
});
Toggle1778072680V3gOC.addEventListener('click', function() {
bottomBtn1778072680V3gOC.click();
});
</script><div class="ce-block ce-block--focused" data-id="dfvBuBTgwI" >
<div class="ce-block__content">
<div class="ce-paragraph cdx-block ce-paragraph--left">如果你使用的是 Windows,可以从<span> </span><a href="https://nodejs.org/">Node.js 官网</a><span> </span>下载安装包,或使用<span> </span><code></code><mark style="background-color: rgb(255, 191, 0);"><code>nvm-windows</code>。</mark></div>
</div>
</div><div class="ce-block" data-id="0ews2MaCVt" >
<div class="ce-block__content" style="">
<h3 class="ce-header ce-header--left">Docker 安装(推荐)</h3>
</div>
</div><div class="ce-block ce-block--focused" data-id="mT_wXlzsSu" >
<div class="ce-block__content">
<div class="ce-paragraph cdx-block ce-paragraph--left">Docker 是运行 Claw 最简单的方式,避免了复杂的依赖配置:</div>
</div>
</div><div class="ce-block ce-block--focused" data-id="lqGjLhSOOV" >
<div class="ce-block__content">
<div class="editorjs-codeFlask_Wrapper">
<div class="editorjs-codeFlask_Header">
<div class="editorjs-codeFlask_LangDisplay">javascript</div>
<button class="editorjs-codeFlask_CopyButton" title="复制代码" id="codeflask-copy-lqGjLhSOOV">
<svg width="16" height="16" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<rect x="9" y="9" width="13" height="13" rx="2" ry="2"></rect>
<path d="M5 15H4a2 2 0 0 1-2-2V4a2 2 0 0 1 2-2h9a2 2 0 0 1 2 2v1"></path>
</svg>
</button>
<button class="editorjs-codeFlask_Toggle" id="codeflask-Toggle-lqGjLhSOOV">
<svg width="16" height="16" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<polyline points="6 9 12 15 18 9"></polyline>
</svg>
</button>
</div>
<div class="editorjs-codeFlask_ContentContainer">
<div class="editorjs-codeFlask_Editor" id="codeflask-lqGjLhSOOV" >
</div>
</div>
<div class="editorjs-codeFlask_BottomButtonContainer" id="codeflask-bottomBtn-lqGjLhSOOV">
<button class="editorjs-codeFlask_BottomToggle expand-mode" title="展开代码" data-empty="false"><span class="toggle-icon">▼</span> 展开</button>
</div>
</div>
</div>
</div>
<script type="text/javascript" src="static/js/editorjs/tools/codeflask/codeflask150.min.js?L8J"></script>
<script type="application/javascript">
const editorElem1778072680j1D55 = document.getElementById('codeflask-lqGjLhSOOV');
var isCollapsed1778072680j1D55 = true;
const flask1778072680j1D55 = new CodeFlask(editorElem1778072680j1D55, {
language: 'javascript',
lineNumbers: true,
styleParent: this.shadowRoot,
rtl: false,
readonly: true
});
var code1778072680j1D55 = `# macOS 和 Windows: 下载 Docker Desktop
# https://www.docker.com/products/docker-desktop
# Linux (Ubuntu) 安装
curl -fsSL https://get.docker.com -o get-docker.sh
sudo sh get-docker.sh
# 验证安装
docker --version
docker compose version
# 配置用户权限(Linux)
sudo usermod -aG docker $USER
# 需要重新登录以生效
`;
code1778072680j1D55 = code1778072680j1D55.replace(/&/g, "&").replace(/</g, "<").replace(/>/g, ">").replace(/"/g, '"').replace(/'/g, "'");
flask1778072680j1D55.addLanguage('javascript', Prism.languages['javascript']);
flask1778072680j1D55.onUpdate((code) => {
// do something with code here.
// this will trigger whenever the code
// in the editor changes.
// console.log(code)
});
// flask.updateCode('');
// This will also trigger .onUpdate()
flask1778072680j1D55.updateCode(code1778072680j1D55);
const currentCode1778072680j1D55 = flask1778072680j1D55.getCode();
var coderow1778072680j1D55 = parseInt('');
if (coderow1778072680j1D55 === undefined || coderow1778072680j1D55 !== coderow1778072680j1D55 || coderow1778072680j1D55 === 0) {
coderow1778072680j1D55 = flask1778072680j1D55.lineNumber;
}
if (coderow1778072680j1D55 < 20) {
editorElem1778072680j1D55.parentElement.style.height = '300px';
editorElem1778072680j1D55.style.height = '300px';
} else if (coderow1778072680j1D55 >= 20) {
editorElem1778072680j1D55.parentElement.style.height = '500px';
editorElem1778072680j1D55.style.height = '500px';
}
//console.log({currentCode1778072680j1D55})
const copyBtn1778072680j1D55 = document.getElementById('codeflask-copy-lqGjLhSOOV');
copyBtn1778072680j1D55.addEventListener('click', function() {
try {
// 先检查 Clipboard API 是否可用
if (navigator.clipboard && navigator.clipboard.writeText) {
// 使用 Clipboard API 复制代码
navigator.clipboard.writeText(code1778072680j1D55).then(function() {
// 复制成功提示
const originalText = copyBtn1778072680j1D55.innerHTML;
copyBtn1778072680j1D55.innerHTML = '<svg width="16" height="16" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><polyline points="20 6 9 17 4 12"></polyline></svg> 已复制';
// 一段时间后恢复原文本
setTimeout(function() {
copyBtn1778072680j1D55.innerHTML = originalText;
}, 2000);
}).catch(function(err) {
// 复制失败处理
console.error('复制失败:', err);
// 降级方案:使用传统的复制方法
fallbackCopyTextToClipboard(code1778072680j1D55);
});
} else {
// Clipboard API 不可用时直接使用降级方案
fallbackCopyTextToClipboard(code1778072680j1D55);
}
// 提取降级方案为独立函数
function fallbackCopyTextToClipboard(text) {
const textArea = document.createElement('textarea');
textArea.value = text;
textArea.style.position = 'fixed';
textArea.style.opacity = '0';
document.body.appendChild(textArea);
textArea.select();
try {
document.execCommand('copy');
const originalText = copyBtn1778072680j1D55.innerHTML;
copyBtn1778072680j1D55.innerHTML = '<svg width="16" height="16" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><polyline points="20 6 9 17 4 12"></polyline></svg> 已复制';
setTimeout(function() {
copyBtn1778072680j1D55.innerHTML = originalText;
}, 2000);
} catch (copyErr) {
console.error('传统复制方法也失败了:', copyErr);
} finally {
document.body.removeChild(textArea);
}
}
} catch (err) {
console.error('复制功能不可用:', err);
}
});
const bottomBtn1778072680j1D55 = document.getElementById('codeflask-bottomBtn-lqGjLhSOOV');
const Toggle1778072680j1D55 = document.getElementById('codeflask-Toggle-lqGjLhSOOV');
bottomBtn1778072680j1D55.addEventListener('click', function() {
if (isCollapsed1778072680j1D55) {
// 展开代码
isCollapsed1778072680j1D55 = false;
const codeElement1778072680j1D55 = editorElem1778072680j1D55.querySelector('.codeflask__code');
if (codeElement1778072680j1D55) {
const actualHeight1778072680j1D55 = codeElement1778072680j1D55.scrollHeight + 20;
editorElem1778072680j1D55.parentElement.style.height = actualHeight1778072680j1D55 + 'px';
editorElem1778072680j1D55.style.height = actualHeight1778072680j1D55 + 'px';
}
bottomBtn1778072680j1D55.innerHTML = '<button class="editorjs-codeFlask_BottomToggle" title="折叠代码"><span class="toggle-icon">▲</span> 折叠</button>';
Toggle1778072680j1D55.innerHTML = '<svg width="16" height="16" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><polyline points="9 18 15 12 9 6"></polyline></svg>';
} else {
// 折叠代码
isCollapsed1778072680j1D55 = true;
if (coderow1778072680j1D55 < 20) {
editorElem1778072680j1D55.parentElement.style.height = '300px';
editorElem1778072680j1D55.style.height = '300px';
} else if (coderow1778072680j1D55 >= 20) {
editorElem1778072680j1D55.parentElement.style.height = '500px';
editorElem1778072680j1D55.style.height = '500px';
}
bottomBtn1778072680j1D55.innerHTML = '<button class="editorjs-codeFlask_BottomToggle expand-mode" title="展开代码" data-empty="false"><span class="toggle-icon">▼</span> 展开</button>';
Toggle1778072680j1D55.innerHTML = '<svg width="16" height="16" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><polyline points="6 9 12 15 18 9"></polyline></svg>';
}
});
Toggle1778072680j1D55.addEventListener('click', function() {
bottomBtn1778072680j1D55.click();
});
</script><div class="ce-block ce-block--focused" data-id="H5r0xJXvce" >
<div class="ce-block__content">
<div class="ce-paragraph cdx-block ce-paragraph--left">对于生产环境,建议使用 Docker Compose 进行部署,这样可以更方便地管理配置和数据持久化。</div>
</div>
</div><div class="ce-block" data-id="ow1uDDMYLx" >
<div class="ce-block__content" style="">
<h3 class="ce-header ce-header--left">Git 版本控制</h3>
</div>
</div><div class="ce-block ce-block--focused" data-id="QXgQHkyzl8" >
<div class="ce-block__content">
<div class="editorjs-codeFlask_Wrapper">
<div class="editorjs-codeFlask_Header">
<div class="editorjs-codeFlask_LangDisplay">javascript</div>
<button class="editorjs-codeFlask_CopyButton" title="复制代码" id="codeflask-copy-QXgQHkyzl8">
<svg width="16" height="16" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<rect x="9" y="9" width="13" height="13" rx="2" ry="2"></rect>
<path d="M5 15H4a2 2 0 0 1-2-2V4a2 2 0 0 1 2-2h9a2 2 0 0 1 2 2v1"></path>
</svg>
</button>
<button class="editorjs-codeFlask_Toggle" id="codeflask-Toggle-QXgQHkyzl8">
<svg width="16" height="16" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<polyline points="6 9 12 15 18 9"></polyline>
</svg>
</button>
</div>
<div class="editorjs-codeFlask_ContentContainer">
<div class="editorjs-codeFlask_Editor" id="codeflask-QXgQHkyzl8" >
</div>
</div>
<div class="editorjs-codeFlask_BottomButtonContainer" id="codeflask-bottomBtn-QXgQHkyzl8">
<button class="editorjs-codeFlask_BottomToggle expand-mode" title="展开代码" data-empty="false"><span class="toggle-icon">▼</span> 展开</button>
</div>
</div>
</div>
</div>
<script type="text/javascript" src="static/js/editorjs/tools/codeflask/codeflask150.min.js?L8J"></script>
<script type="application/javascript">
const editorElem1778072680C8uy6 = document.getElementById('codeflask-QXgQHkyzl8');
var isCollapsed1778072680C8uy6 = true;
const flask1778072680C8uy6 = new CodeFlask(editorElem1778072680C8uy6, {
language: 'javascript',
lineNumbers: true,
styleParent: this.shadowRoot,
rtl: false,
readonly: true
});
var code1778072680C8uy6 = `# 安装 Git(如果尚未安装)
# macOS
brew install git
# Ubuntu/Debian
sudo apt-get update
sudo apt-get install git
# 验证安装
git --version
`;
code1778072680C8uy6 = code1778072680C8uy6.replace(/&/g, "&").replace(/</g, "<").replace(/>/g, ">").replace(/"/g, '"').replace(/'/g, "'");
flask1778072680C8uy6.addLanguage('javascript', Prism.languages['javascript']);
flask1778072680C8uy6.onUpdate((code) => {
// do something with code here.
// this will trigger whenever the code
// in the editor changes.
// console.log(code)
});
// flask.updateCode('');
// This will also trigger .onUpdate()
flask1778072680C8uy6.updateCode(code1778072680C8uy6);
const currentCode1778072680C8uy6 = flask1778072680C8uy6.getCode();
var coderow1778072680C8uy6 = parseInt('');
if (coderow1778072680C8uy6 === undefined || coderow1778072680C8uy6 !== coderow1778072680C8uy6 || coderow1778072680C8uy6 === 0) {
coderow1778072680C8uy6 = flask1778072680C8uy6.lineNumber;
}
if (coderow1778072680C8uy6 < 20) {
editorElem1778072680C8uy6.parentElement.style.height = '300px';
editorElem1778072680C8uy6.style.height = '300px';
} else if (coderow1778072680C8uy6 >= 20) {
editorElem1778072680C8uy6.parentElement.style.height = '500px';
editorElem1778072680C8uy6.style.height = '500px';
}
//console.log({currentCode1778072680C8uy6})
const copyBtn1778072680C8uy6 = document.getElementById('codeflask-copy-QXgQHkyzl8');
copyBtn1778072680C8uy6.addEventListener('click', function() {
try {
// 先检查 Clipboard API 是否可用
if (navigator.clipboard && navigator.clipboard.writeText) {
// 使用 Clipboard API 复制代码
navigator.clipboard.writeText(code1778072680C8uy6).then(function() {
// 复制成功提示
const originalText = copyBtn1778072680C8uy6.innerHTML;
copyBtn1778072680C8uy6.innerHTML = '<svg width="16" height="16" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><polyline points="20 6 9 17 4 12"></polyline></svg> 已复制';
// 一段时间后恢复原文本
setTimeout(function() {
copyBtn1778072680C8uy6.innerHTML = originalText;
}, 2000);
}).catch(function(err) {
// 复制失败处理
console.error('复制失败:', err);
// 降级方案:使用传统的复制方法
fallbackCopyTextToClipboard(code1778072680C8uy6);
});
} else {
// Clipboard API 不可用时直接使用降级方案
fallbackCopyTextToClipboard(code1778072680C8uy6);
}
// 提取降级方案为独立函数
function fallbackCopyTextToClipboard(text) {
const textArea = document.createElement('textarea');
textArea.value = text;
textArea.style.position = 'fixed';
textArea.style.opacity = '0';
document.body.appendChild(textArea);
textArea.select();
try {
document.execCommand('copy');
const originalText = copyBtn1778072680C8uy6.innerHTML;
copyBtn1778072680C8uy6.innerHTML = '<svg width="16" height="16" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><polyline points="20 6 9 17 4 12"></polyline></svg> 已复制';
setTimeout(function() {
copyBtn1778072680C8uy6.innerHTML = originalText;
}, 2000);
} catch (copyErr) {
console.error('传统复制方法也失败了:', copyErr);
} finally {
document.body.removeChild(textArea);
}
}
} catch (err) {
console.error('复制功能不可用:', err);
}
});
const bottomBtn1778072680C8uy6 = document.getElementById('codeflask-bottomBtn-QXgQHkyzl8');
const Toggle1778072680C8uy6 = document.getElementById('codeflask-Toggle-QXgQHkyzl8');
bottomBtn1778072680C8uy6.addEventListener('click', function() {
if (isCollapsed1778072680C8uy6) {
// 展开代码
isCollapsed1778072680C8uy6 = false;
const codeElement1778072680C8uy6 = editorElem1778072680C8uy6.querySelector('.codeflask__code');
if (codeElement1778072680C8uy6) {
const actualHeight1778072680C8uy6 = codeElement1778072680C8uy6.scrollHeight + 20;
editorElem1778072680C8uy6.parentElement.style.height = actualHeight1778072680C8uy6 + 'px';
editorElem1778072680C8uy6.style.height = actualHeight1778072680C8uy6 + 'px';
}
bottomBtn1778072680C8uy6.innerHTML = '<button class="editorjs-codeFlask_BottomToggle" title="折叠代码"><span class="toggle-icon">▲</span> 折叠</button>';
Toggle1778072680C8uy6.innerHTML = '<svg width="16" height="16" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><polyline points="9 18 15 12 9 6"></polyline></svg>';
} else {
// 折叠代码
isCollapsed1778072680C8uy6 = true;
if (coderow1778072680C8uy6 < 20) {
editorElem1778072680C8uy6.parentElement.style.height = '300px';
editorElem1778072680C8uy6.style.height = '300px';
} else if (coderow1778072680C8uy6 >= 20) {
editorElem1778072680C8uy6.parentElement.style.height = '500px';
editorElem1778072680C8uy6.style.height = '500px';
}
bottomBtn1778072680C8uy6.innerHTML = '<button class="editorjs-codeFlask_BottomToggle expand-mode" title="展开代码" data-empty="false"><span class="toggle-icon">▼</span> 展开</button>';
Toggle1778072680C8uy6.innerHTML = '<svg width="16" height="16" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><polyline points="6 9 12 15 18 9"></polyline></svg>';
}
});
Toggle1778072680C8uy6.addEventListener('click', function() {
bottomBtn1778072680C8uy6.click();
});
</script><div class="ce-block" data-id="NEzC4OV3U9" >
<div class="ce-block__content" style="">
<h2 class="ce-header ce-header--left">LLM API 密钥准备</h2>
</div>
</div><div class="ce-block ce-block--focused" data-id="I_1AX3fQzU" >
<div class="ce-block__content">
<div class="ce-paragraph cdx-block ce-paragraph--left">Claw 的核心功能依赖于大语言模型 API。你需要至少准备一个 LLM 提供商的 API 密钥。</div>
</div>
</div><div class="ce-block" data-id="StxA6ZbpUB" >
<div class="ce-block__content" style="">
<h3 class="ce-header ce-header--left">OpenAI API</h3>
</div>
</div><div class="ce-block ce-block--focused" data-id="GKQMDY5sOb" >
<div class="ce-block__content">
<ol class="cdx-list-ordered" style="list-style-type:none; margin-left: -15px;"><li class="cdx-list__item">1. 访问<span> </span><a href="https://platform.openai.com/">OpenAI Platform</a></li><li class="cdx-list__item">2. 注册并完成身份验证</li><li class="cdx-list__item">3. 在 Dashboard 中创建 API Key</li><li class="cdx-list__item">4. 设置使用限额和预算提醒(推荐)</li></ol>
</div>
</div><div class="ce-block ce-block--focused" data-id="YwTcA86rpn" >
<div class="ce-block__content">
<div class="editorjs-codeFlask_Wrapper">
<div class="editorjs-codeFlask_Header">
<div class="editorjs-codeFlask_LangDisplay">javascript</div>
<button class="editorjs-codeFlask_CopyButton" title="复制代码" id="codeflask-copy-YwTcA86rpn">
<svg width="16" height="16" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<rect x="9" y="9" width="13" height="13" rx="2" ry="2"></rect>
<path d="M5 15H4a2 2 0 0 1-2-2V4a2 2 0 0 1 2-2h9a2 2 0 0 1 2 2v1"></path>
</svg>
</button>
<button class="editorjs-codeFlask_Toggle" id="codeflask-Toggle-YwTcA86rpn">
<svg width="16" height="16" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<polyline points="6 9 12 15 18 9"></polyline>
</svg>
</button>
</div>
<div class="editorjs-codeFlask_ContentContainer">
<div class="editorjs-codeFlask_Editor" id="codeflask-YwTcA86rpn" >
</div>
</div>
<div class="editorjs-codeFlask_BottomButtonContainer" id="codeflask-bottomBtn-YwTcA86rpn">
<button class="editorjs-codeFlask_BottomToggle expand-mode" title="展开代码" data-empty="false"><span class="toggle-icon">▼</span> 展开</button>
</div>
</div>
</div>
</div>
<script type="text/javascript" src="static/js/editorjs/tools/codeflask/codeflask150.min.js?L8J"></script>
<script type="application/javascript">
const editorElem1778072680XvU19 = document.getElementById('codeflask-YwTcA86rpn');
var isCollapsed1778072680XvU19 = true;
const flask1778072680XvU19 = new CodeFlask(editorElem1778072680XvU19, {
language: 'javascript',
lineNumbers: true,
styleParent: this.shadowRoot,
rtl: false,
readonly: true
});
var code1778072680XvU19 = `# 测试 API 密钥
curl https://api.openai.com/v1/models \
-H "Authorization: Bearer YOUR_API_KEY"
`;
code1778072680XvU19 = code1778072680XvU19.replace(/&/g, "&").replace(/</g, "<").replace(/>/g, ">").replace(/"/g, '"').replace(/'/g, "'");
flask1778072680XvU19.addLanguage('javascript', Prism.languages['javascript']);
flask1778072680XvU19.onUpdate((code) => {
// do something with code here.
// this will trigger whenever the code
// in the editor changes.
// console.log(code)
});
// flask.updateCode('');
// This will also trigger .onUpdate()
flask1778072680XvU19.updateCode(code1778072680XvU19);
const currentCode1778072680XvU19 = flask1778072680XvU19.getCode();
var coderow1778072680XvU19 = parseInt('');
if (coderow1778072680XvU19 === undefined || coderow1778072680XvU19 !== coderow1778072680XvU19 || coderow1778072680XvU19 === 0) {
coderow1778072680XvU19 = flask1778072680XvU19.lineNumber;
}
if (coderow1778072680XvU19 < 20) {
editorElem1778072680XvU19.parentElement.style.height = '300px';
editorElem1778072680XvU19.style.height = '300px';
} else if (coderow1778072680XvU19 >= 20) {
editorElem1778072680XvU19.parentElement.style.height = '500px';
editorElem1778072680XvU19.style.height = '500px';
}
//console.log({currentCode1778072680XvU19})
const copyBtn1778072680XvU19 = document.getElementById('codeflask-copy-YwTcA86rpn');
copyBtn1778072680XvU19.addEventListener('click', function() {
try {
// 先检查 Clipboard API 是否可用
if (navigator.clipboard && navigator.clipboard.writeText) {
// 使用 Clipboard API 复制代码
navigator.clipboard.writeText(code1778072680XvU19).then(function() {
// 复制成功提示
const originalText = copyBtn1778072680XvU19.innerHTML;
copyBtn1778072680XvU19.innerHTML = '<svg width="16" height="16" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><polyline points="20 6 9 17 4 12"></polyline></svg> 已复制';
// 一段时间后恢复原文本
setTimeout(function() {
copyBtn1778072680XvU19.innerHTML = originalText;
}, 2000);
}).catch(function(err) {
// 复制失败处理
console.error('复制失败:', err);
// 降级方案:使用传统的复制方法
fallbackCopyTextToClipboard(code1778072680XvU19);
});
} else {
// Clipboard API 不可用时直接使用降级方案
fallbackCopyTextToClipboard(code1778072680XvU19);
}
// 提取降级方案为独立函数
function fallbackCopyTextToClipboard(text) {
const textArea = document.createElement('textarea');
textArea.value = text;
textArea.style.position = 'fixed';
textArea.style.opacity = '0';
document.body.appendChild(textArea);
textArea.select();
try {
document.execCommand('copy');
const originalText = copyBtn1778072680XvU19.innerHTML;
copyBtn1778072680XvU19.innerHTML = '<svg width="16" height="16" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><polyline points="20 6 9 17 4 12"></polyline></svg> 已复制';
setTimeout(function() {
copyBtn1778072680XvU19.innerHTML = originalText;
}, 2000);
} catch (copyErr) {
console.error('传统复制方法也失败了:', copyErr);
} finally {
document.body.removeChild(textArea);
}
}
} catch (err) {
console.error('复制功能不可用:', err);
}
});
const bottomBtn1778072680XvU19 = document.getElementById('codeflask-bottomBtn-YwTcA86rpn');
const Toggle1778072680XvU19 = document.getElementById('codeflask-Toggle-YwTcA86rpn');
bottomBtn1778072680XvU19.addEventListener('click', function() {
if (isCollapsed1778072680XvU19) {
// 展开代码
isCollapsed1778072680XvU19 = false;
const codeElement1778072680XvU19 = editorElem1778072680XvU19.querySelector('.codeflask__code');
if (codeElement1778072680XvU19) {
const actualHeight1778072680XvU19 = codeElement1778072680XvU19.scrollHeight + 20;
editorElem1778072680XvU19.parentElement.style.height = actualHeight1778072680XvU19 + 'px';
editorElem1778072680XvU19.style.height = actualHeight1778072680XvU19 + 'px';
}
bottomBtn1778072680XvU19.innerHTML = '<button class="editorjs-codeFlask_BottomToggle" title="折叠代码"><span class="toggle-icon">▲</span> 折叠</button>';
Toggle1778072680XvU19.innerHTML = '<svg width="16" height="16" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><polyline points="9 18 15 12 9 6"></polyline></svg>';
} else {
// 折叠代码
isCollapsed1778072680XvU19 = true;
if (coderow1778072680XvU19 < 20) {
editorElem1778072680XvU19.parentElement.style.height = '300px';
editorElem1778072680XvU19.style.height = '300px';
} else if (coderow1778072680XvU19 >= 20) {
editorElem1778072680XvU19.parentElement.style.height = '500px';
editorElem1778072680XvU19.style.height = '500px';
}
bottomBtn1778072680XvU19.innerHTML = '<button class="editorjs-codeFlask_BottomToggle expand-mode" title="展开代码" data-empty="false"><span class="toggle-icon">▼</span> 展开</button>';
Toggle1778072680XvU19.innerHTML = '<svg width="16" height="16" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><polyline points="6 9 12 15 18 9"></polyline></svg>';
}
});
Toggle1778072680XvU19.addEventListener('click', function() {
bottomBtn1778072680XvU19.click();
});
</script><div class="ce-block ce-block--focused" data-id="wPmKCEdLq7" >
<div class="ce-block__content">
<div class="ce-paragraph cdx-block ce-paragraph--left">成本估算:<span> </span>GPT-4 Turbo 的成本约为 $0.01/1K tokens (输入) + $0.03/1K tokens (输出)。一般的对话任务,每天 100 次交互大约花费 $2-5。</div>
</div>
</div><div class="ce-block" data-id="LMILbdAm3N" >
<div class="ce-block__content" style="">
<h3 class="ce-header ce-header--left">Anthropic Claude API</h3>
</div>
</div><div class="ce-block ce-block--focused" data-id="2FJPuaHaxj" >
<div class="ce-block__content">
<ol class="cdx-list-ordered" style="list-style-type:none; margin-left: -15px;"><li class="cdx-list__item">1. 访问<span> </span><a href="https://console.anthropic.com/">Anthropic Console</a></li><li class="cdx-list__item">2. 申请 API 访问权限</li><li class="cdx-list__item">3. 生成 API Key</li><li class="cdx-list__item">4. 记录你的配额限制</li></ol>
</div>
</div><div class="ce-block ce-block--focused" data-id="ga5NUep8KF" >
<div class="ce-block__content">
<div class="ce-paragraph cdx-block ce-paragraph--left">Claude 3.5 Sonnet 在编码和推理任务上表现优异,适合作为 Claw 的主力模型。</div>
</div>
</div><div class="ce-block" data-id="9S-cWIrbnQ" >
<div class="ce-block__content" style="">
<h3 class="ce-header ce-header--left">本地模型(可选)</h3>
</div>
</div><div class="ce-block ce-block--focused" data-id="ZQY31DELFd" >
<div class="ce-block__content">
<div class="ce-paragraph cdx-block ce-paragraph--left">如果你担心成本或隐私问题,可以使用本地模型:</div>
</div>
</div><div class="ce-block ce-block--focused" data-id="1O-VXAmJjE" >
<div class="ce-block__content">
<div class="editorjs-codeFlask_Wrapper">
<div class="editorjs-codeFlask_Header">
<div class="editorjs-codeFlask_LangDisplay">javascript</div>
<button class="editorjs-codeFlask_CopyButton" title="复制代码" id="codeflask-copy-1O-VXAmJjE">
<svg width="16" height="16" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<rect x="9" y="9" width="13" height="13" rx="2" ry="2"></rect>
<path d="M5 15H4a2 2 0 0 1-2-2V4a2 2 0 0 1 2-2h9a2 2 0 0 1 2 2v1"></path>
</svg>
</button>
<button class="editorjs-codeFlask_Toggle" id="codeflask-Toggle-1O-VXAmJjE">
<svg width="16" height="16" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<polyline points="6 9 12 15 18 9"></polyline>
</svg>
</button>
</div>
<div class="editorjs-codeFlask_ContentContainer">
<div class="editorjs-codeFlask_Editor" id="codeflask-1O-VXAmJjE" >
</div>
</div>
<div class="editorjs-codeFlask_BottomButtonContainer" id="codeflask-bottomBtn-1O-VXAmJjE">
<button class="editorjs-codeFlask_BottomToggle expand-mode" title="展开代码" data-empty="false"><span class="toggle-icon">▼</span> 展开</button>
</div>
</div>
</div>
</div>
<script type="text/javascript" src="static/js/editorjs/tools/codeflask/codeflask150.min.js?L8J"></script>
<script type="application/javascript">
const editorElem1778072680XJCz1 = document.getElementById('codeflask-1O-VXAmJjE');
var isCollapsed1778072680XJCz1 = true;
const flask1778072680XJCz1 = new CodeFlask(editorElem1778072680XJCz1, {
language: 'javascript',
lineNumbers: true,
styleParent: this.shadowRoot,
rtl: false,
readonly: true
});
var code1778072680XJCz1 = `# 安装 Ollama
curl -fsSL https://ollama.com/install.sh | sh
# 拉取模型
ollama pull llama3.1:8b
ollama pull qwen2.5-coder:7b
# 验证运行
ollama run llama3.1:8b "Hello!"
`;
code1778072680XJCz1 = code1778072680XJCz1.replace(/&/g, "&").replace(/</g, "<").replace(/>/g, ">").replace(/"/g, '"').replace(/'/g, "'");
flask1778072680XJCz1.addLanguage('javascript', Prism.languages['javascript']);
flask1778072680XJCz1.onUpdate((code) => {
// do something with code here.
// this will trigger whenever the code
// in the editor changes.
// console.log(code)
});
// flask.updateCode('');
// This will also trigger .onUpdate()
flask1778072680XJCz1.updateCode(code1778072680XJCz1);
const currentCode1778072680XJCz1 = flask1778072680XJCz1.getCode();
var coderow1778072680XJCz1 = parseInt('');
if (coderow1778072680XJCz1 === undefined || coderow1778072680XJCz1 !== coderow1778072680XJCz1 || coderow1778072680XJCz1 === 0) {
coderow1778072680XJCz1 = flask1778072680XJCz1.lineNumber;
}
if (coderow1778072680XJCz1 < 20) {
editorElem1778072680XJCz1.parentElement.style.height = '300px';
editorElem1778072680XJCz1.style.height = '300px';
} else if (coderow1778072680XJCz1 >= 20) {
editorElem1778072680XJCz1.parentElement.style.height = '500px';
editorElem1778072680XJCz1.style.height = '500px';
}
//console.log({currentCode1778072680XJCz1})
const copyBtn1778072680XJCz1 = document.getElementById('codeflask-copy-1O-VXAmJjE');
copyBtn1778072680XJCz1.addEventListener('click', function() {
try {
// 先检查 Clipboard API 是否可用
if (navigator.clipboard && navigator.clipboard.writeText) {
// 使用 Clipboard API 复制代码
navigator.clipboard.writeText(code1778072680XJCz1).then(function() {
// 复制成功提示
const originalText = copyBtn1778072680XJCz1.innerHTML;
copyBtn1778072680XJCz1.innerHTML = '<svg width="16" height="16" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><polyline points="20 6 9 17 4 12"></polyline></svg> 已复制';
// 一段时间后恢复原文本
setTimeout(function() {
copyBtn1778072680XJCz1.innerHTML = originalText;
}, 2000);
}).catch(function(err) {
// 复制失败处理
console.error('复制失败:', err);
// 降级方案:使用传统的复制方法
fallbackCopyTextToClipboard(code1778072680XJCz1);
});
} else {
// Clipboard API 不可用时直接使用降级方案
fallbackCopyTextToClipboard(code1778072680XJCz1);
}
// 提取降级方案为独立函数
function fallbackCopyTextToClipboard(text) {
const textArea = document.createElement('textarea');
textArea.value = text;
textArea.style.position = 'fixed';
textArea.style.opacity = '0';
document.body.appendChild(textArea);
textArea.select();
try {
document.execCommand('copy');
const originalText = copyBtn1778072680XJCz1.innerHTML;
copyBtn1778072680XJCz1.innerHTML = '<svg width="16" height="16" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><polyline points="20 6 9 17 4 12"></polyline></svg> 已复制';
setTimeout(function() {
copyBtn1778072680XJCz1.innerHTML = originalText;
}, 2000);
} catch (copyErr) {
console.error('传统复制方法也失败了:', copyErr);
} finally {
document.body.removeChild(textArea);
}
}
} catch (err) {
console.error('复制功能不可用:', err);
}
});
const bottomBtn1778072680XJCz1 = document.getElementById('codeflask-bottomBtn-1O-VXAmJjE');
const Toggle1778072680XJCz1 = document.getElementById('codeflask-Toggle-1O-VXAmJjE');
bottomBtn1778072680XJCz1.addEventListener('click', function() {
if (isCollapsed1778072680XJCz1) {
// 展开代码
isCollapsed1778072680XJCz1 = false;
const codeElement1778072680XJCz1 = editorElem1778072680XJCz1.querySelector('.codeflask__code');
if (codeElement1778072680XJCz1) {
const actualHeight1778072680XJCz1 = codeElement1778072680XJCz1.scrollHeight + 20;
editorElem1778072680XJCz1.parentElement.style.height = actualHeight1778072680XJCz1 + 'px';
editorElem1778072680XJCz1.style.height = actualHeight1778072680XJCz1 + 'px';
}
bottomBtn1778072680XJCz1.innerHTML = '<button class="editorjs-codeFlask_BottomToggle" title="折叠代码"><span class="toggle-icon">▲</span> 折叠</button>';
Toggle1778072680XJCz1.innerHTML = '<svg width="16" height="16" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><polyline points="9 18 15 12 9 6"></polyline></svg>';
} else {
// 折叠代码
isCollapsed1778072680XJCz1 = true;
if (coderow1778072680XJCz1 < 20) {
editorElem1778072680XJCz1.parentElement.style.height = '300px';
editorElem1778072680XJCz1.style.height = '300px';
} else if (coderow1778072680XJCz1 >= 20) {
editorElem1778072680XJCz1.parentElement.style.height = '500px';
editorElem1778072680XJCz1.style.height = '500px';
}
bottomBtn1778072680XJCz1.innerHTML = '<button class="editorjs-codeFlask_BottomToggle expand-mode" title="展开代码" data-empty="false"><span class="toggle-icon">▼</span> 展开</button>';
Toggle1778072680XJCz1.innerHTML = '<svg width="16" height="16" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><polyline points="6 9 12 15 18 9"></polyline></svg>';
}
});
Toggle1778072680XJCz1.addEventListener('click', function() {
bottomBtn1778072680XJCz1.click();
});
</script><div class="ce-block ce-block--focused" data-id="4e1hIsXdm0" >
<div class="ce-block__content">
<div class="ce-paragraph cdx-block ce-paragraph--left">本地模型的优势是零 API 成本和完全的数据隐私,但需要更强的硬件配置(至少 16GB RAM 用于 7B 模型)。</div>
</div>
</div><div class="ce-block" data-id="R8ZIPKcwYy" >
<div class="ce-block__content" style="">
<h2 class="ce-header ce-header--left">消息平台账号</h2>
</div>
</div><div class="ce-block ce-block--focused" data-id="cmspBKXLDO" >
<div class="ce-block__content">
<div class="ce-paragraph cdx-block ce-paragraph--left">根据你的需求,准备以下平台的机器人账号:</div>
</div>
</div><div class="ce-block" data-id="upYHZDdsBD" >
<div class="ce-block__content" style="">
<h3 class="ce-header ce-header--left">Telegram Bot</h3>
</div>
</div><div class="ce-block ce-block--focused" data-id="rb-tCqgC7A" >
<div class="ce-block__content">
<ol class="cdx-list-ordered" style="list-style-type:none; margin-left: -15px;"><li class="cdx-list__item">1. 在 Telegram 中找到<span> </span><a href="https://t.me/botfather">@BotFather</a></li><li class="cdx-list__item">2. 发送<span> </span><code>/newbot</code><span> </span>创建新机器人</li><li class="cdx-list__item">3. 按提示设置机器人名称和用户名</li><li class="cdx-list__item">4. 保存 Bot Token(格式:<code><mark style="background-color: rgb(255, 191, 0);">123456789:ABCdefGHIjklMNOpqrsTUVwxyz</mark></code>)</li></ol>
</div>
</div><div class="ce-block ce-block--focused" data-id="DuyvAYzCkN" >
<div class="ce-block__content">
<div class="editorjs-codeFlask_Wrapper">
<div class="editorjs-codeFlask_Header">
<div class="editorjs-codeFlask_LangDisplay">javascript</div>
<button class="editorjs-codeFlask_CopyButton" title="复制代码" id="codeflask-copy-DuyvAYzCkN">
<svg width="16" height="16" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<rect x="9" y="9" width="13" height="13" rx="2" ry="2"></rect>
<path d="M5 15H4a2 2 0 0 1-2-2V4a2 2 0 0 1 2-2h9a2 2 0 0 1 2 2v1"></path>
</svg>
</button>
<button class="editorjs-codeFlask_Toggle" id="codeflask-Toggle-DuyvAYzCkN">
<svg width="16" height="16" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<polyline points="6 9 12 15 18 9"></polyline>
</svg>
</button>
</div>
<div class="editorjs-codeFlask_ContentContainer">
<div class="editorjs-codeFlask_Editor" id="codeflask-DuyvAYzCkN" >
</div>
</div>
<div class="editorjs-codeFlask_BottomButtonContainer" id="codeflask-bottomBtn-DuyvAYzCkN">
<button class="editorjs-codeFlask_BottomToggle expand-mode" title="展开代码" data-empty="false"><span class="toggle-icon">▼</span> 展开</button>
</div>
</div>
</div>
</div>
<script type="text/javascript" src="static/js/editorjs/tools/codeflask/codeflask150.min.js?L8J"></script>
<script type="application/javascript">
const editorElem1778072680TXZ69 = document.getElementById('codeflask-DuyvAYzCkN');
var isCollapsed1778072680TXZ69 = true;
const flask1778072680TXZ69 = new CodeFlask(editorElem1778072680TXZ69, {
language: 'javascript',
lineNumbers: true,
styleParent: this.shadowRoot,
rtl: false,
readonly: true
});
var code1778072680TXZ69 = `# 测试 Bot Token
curl "https://api.telegram.org/bot<YOUR_BOT_TOKEN>/getMe"
`;
code1778072680TXZ69 = code1778072680TXZ69.replace(/&/g, "&").replace(/</g, "<").replace(/>/g, ">").replace(/"/g, '"').replace(/'/g, "'");
flask1778072680TXZ69.addLanguage('javascript', Prism.languages['javascript']);
flask1778072680TXZ69.onUpdate((code) => {
// do something with code here.
// this will trigger whenever the code
// in the editor changes.
// console.log(code)
});
// flask.updateCode('');
// This will also trigger .onUpdate()
flask1778072680TXZ69.updateCode(code1778072680TXZ69);
const currentCode1778072680TXZ69 = flask1778072680TXZ69.getCode();
var coderow1778072680TXZ69 = parseInt('');
if (coderow1778072680TXZ69 === undefined || coderow1778072680TXZ69 !== coderow1778072680TXZ69 || coderow1778072680TXZ69 === 0) {
coderow1778072680TXZ69 = flask1778072680TXZ69.lineNumber;
}
if (coderow1778072680TXZ69 < 20) {
editorElem1778072680TXZ69.parentElement.style.height = '300px';
editorElem1778072680TXZ69.style.height = '300px';
} else if (coderow1778072680TXZ69 >= 20) {
editorElem1778072680TXZ69.parentElement.style.height = '500px';
editorElem1778072680TXZ69.style.height = '500px';
}
//console.log({currentCode1778072680TXZ69})
const copyBtn1778072680TXZ69 = document.getElementById('codeflask-copy-DuyvAYzCkN');
copyBtn1778072680TXZ69.addEventListener('click', function() {
try {
// 先检查 Clipboard API 是否可用
if (navigator.clipboard && navigator.clipboard.writeText) {
// 使用 Clipboard API 复制代码
navigator.clipboard.writeText(code1778072680TXZ69).then(function() {
// 复制成功提示
const originalText = copyBtn1778072680TXZ69.innerHTML;
copyBtn1778072680TXZ69.innerHTML = '<svg width="16" height="16" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><polyline points="20 6 9 17 4 12"></polyline></svg> 已复制';
// 一段时间后恢复原文本
setTimeout(function() {
copyBtn1778072680TXZ69.innerHTML = originalText;
}, 2000);
}).catch(function(err) {
// 复制失败处理
console.error('复制失败:', err);
// 降级方案:使用传统的复制方法
fallbackCopyTextToClipboard(code1778072680TXZ69);
});
} else {
// Clipboard API 不可用时直接使用降级方案
fallbackCopyTextToClipboard(code1778072680TXZ69);
}
// 提取降级方案为独立函数
function fallbackCopyTextToClipboard(text) {
const textArea = document.createElement('textarea');
textArea.value = text;
textArea.style.position = 'fixed';
textArea.style.opacity = '0';
document.body.appendChild(textArea);
textArea.select();
try {
document.execCommand('copy');
const originalText = copyBtn1778072680TXZ69.innerHTML;
copyBtn1778072680TXZ69.innerHTML = '<svg width="16" height="16" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><polyline points="20 6 9 17 4 12"></polyline></svg> 已复制';
setTimeout(function() {
copyBtn1778072680TXZ69.innerHTML = originalText;
}, 2000);
} catch (copyErr) {
console.error('传统复制方法也失败了:', copyErr);
} finally {
document.body.removeChild(textArea);
}
}
} catch (err) {
console.error('复制功能不可用:', err);
}
});
const bottomBtn1778072680TXZ69 = document.getElementById('codeflask-bottomBtn-DuyvAYzCkN');
const Toggle1778072680TXZ69 = document.getElementById('codeflask-Toggle-DuyvAYzCkN');
bottomBtn1778072680TXZ69.addEventListener('click', function() {
if (isCollapsed1778072680TXZ69) {
// 展开代码
isCollapsed1778072680TXZ69 = false;
const codeElement1778072680TXZ69 = editorElem1778072680TXZ69.querySelector('.codeflask__code');
if (codeElement1778072680TXZ69) {
const actualHeight1778072680TXZ69 = codeElement1778072680TXZ69.scrollHeight + 20;
editorElem1778072680TXZ69.parentElement.style.height = actualHeight1778072680TXZ69 + 'px';
editorElem1778072680TXZ69.style.height = actualHeight1778072680TXZ69 + 'px';
}
bottomBtn1778072680TXZ69.innerHTML = '<button class="editorjs-codeFlask_BottomToggle" title="折叠代码"><span class="toggle-icon">▲</span> 折叠</button>';
Toggle1778072680TXZ69.innerHTML = '<svg width="16" height="16" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><polyline points="9 18 15 12 9 6"></polyline></svg>';
} else {
// 折叠代码
isCollapsed1778072680TXZ69 = true;
if (coderow1778072680TXZ69 < 20) {
editorElem1778072680TXZ69.parentElement.style.height = '300px';
editorElem1778072680TXZ69.style.height = '300px';
} else if (coderow1778072680TXZ69 >= 20) {
editorElem1778072680TXZ69.parentElement.style.height = '500px';
editorElem1778072680TXZ69.style.height = '500px';
}
bottomBtn1778072680TXZ69.innerHTML = '<button class="editorjs-codeFlask_BottomToggle expand-mode" title="展开代码" data-empty="false"><span class="toggle-icon">▼</span> 展开</button>';
Toggle1778072680TXZ69.innerHTML = '<svg width="16" height="16" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><polyline points="6 9 12 15 18 9"></polyline></svg>';
}
});
Toggle1778072680TXZ69.addEventListener('click', function() {
bottomBtn1778072680TXZ69.click();
});
</script><div class="ce-block" data-id="RjbEHeVqxs" >
<div class="ce-block__content" style="">
<h3 class="ce-header ce-header--left">Discord Bot(可选)</h3>
</div>
</div><div class="ce-block ce-block--focused" data-id="MzGmtWMRa6" >
<div class="ce-block__content">
<ol class="cdx-list-ordered" style="list-style-type:none; margin-left: -15px;"><li class="cdx-list__item">1. 访问<span> </span><a href="https://discord.com/developers/applications">Discord Developer Portal</a></li><li class="cdx-list__item">2. 创建新的 Application</li><li class="cdx-list__item">3. 在 Bot 选项卡中创建 Bot</li><li class="cdx-list__item">4. 启用必要的 Intents(Message Content Intent 等)</li><li class="cdx-list__item">5. 复制 Bot Token</li></ol>
</div>
</div><div class="ce-block" data-id="WWoJ6s43Ew" >
<div class="ce-block__content" style="">
<h2 class="ce-header ce-header--left">环境变量模板</h2>
</div>
</div><div class="ce-block ce-block--focused" data-id="OL6CNRG0lv" >
<div class="ce-block__content">
<div class="ce-paragraph cdx-block ce-paragraph--left">创建一个<span> </span><code>.env</code><span> </span>文件作为配置模板:</div>
</div>
</div><div class="ce-block ce-block--focused" data-id="BV3q2DLZb2" >
<div class="ce-block__content">
<div class="editorjs-codeFlask_Wrapper">
<div class="editorjs-codeFlask_Header">
<div class="editorjs-codeFlask_LangDisplay">javascript</div>
<button class="editorjs-codeFlask_CopyButton" title="复制代码" id="codeflask-copy-BV3q2DLZb2">
<svg width="16" height="16" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<rect x="9" y="9" width="13" height="13" rx="2" ry="2"></rect>
<path d="M5 15H4a2 2 0 0 1-2-2V4a2 2 0 0 1 2-2h9a2 2 0 0 1 2 2v1"></path>
</svg>
</button>
<button class="editorjs-codeFlask_Toggle" id="codeflask-Toggle-BV3q2DLZb2">
<svg width="16" height="16" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<polyline points="6 9 12 15 18 9"></polyline>
</svg>
</button>
</div>
<div class="editorjs-codeFlask_ContentContainer">
<div class="editorjs-codeFlask_Editor" id="codeflask-BV3q2DLZb2" >
</div>
</div>
<div class="editorjs-codeFlask_BottomButtonContainer" id="codeflask-bottomBtn-BV3q2DLZb2">
<button class="editorjs-codeFlask_BottomToggle expand-mode" title="展开代码" data-empty="false"><span class="toggle-icon">▼</span> 展开</button>
</div>
</div>
</div>
</div>
<script type="text/javascript" src="static/js/editorjs/tools/codeflask/codeflask150.min.js?L8J"></script>
<script type="application/javascript">
const editorElem1778072680pu6j7 = document.getElementById('codeflask-BV3q2DLZb2');
var isCollapsed1778072680pu6j7 = true;
const flask1778072680pu6j7 = new CodeFlask(editorElem1778072680pu6j7, {
language: 'javascript',
lineNumbers: true,
styleParent: this.shadowRoot,
rtl: false,
readonly: true
});
var code1778072680pu6j7 = `# LLM API Keys
OPENAI_API_KEY=sk-...
ANTHROPIC_API_KEY=sk-ant-...
# Message Channels
TELEGRAM_BOT_TOKEN=123456789:ABC...
DISCORD_BOT_TOKEN=MTk4...
# Database (可选)
DATABASE_URL=postgresql://user:pass@localhost:5432/claw
# Other Settings
NODE_ENV=development
LOG_LEVEL=info
`;
code1778072680pu6j7 = code1778072680pu6j7.replace(/&/g, "&").replace(/</g, "<").replace(/>/g, ">").replace(/"/g, '"').replace(/'/g, "'");
flask1778072680pu6j7.addLanguage('javascript', Prism.languages['javascript']);
flask1778072680pu6j7.onUpdate((code) => {
// do something with code here.
// this will trigger whenever the code
// in the editor changes.
// console.log(code)
});
// flask.updateCode('');
// This will also trigger .onUpdate()
flask1778072680pu6j7.updateCode(code1778072680pu6j7);
const currentCode1778072680pu6j7 = flask1778072680pu6j7.getCode();
var coderow1778072680pu6j7 = parseInt('');
if (coderow1778072680pu6j7 === undefined || coderow1778072680pu6j7 !== coderow1778072680pu6j7 || coderow1778072680pu6j7 === 0) {
coderow1778072680pu6j7 = flask1778072680pu6j7.lineNumber;
}
if (coderow1778072680pu6j7 < 20) {
editorElem1778072680pu6j7.parentElement.style.height = '300px';
editorElem1778072680pu6j7.style.height = '300px';
} else if (coderow1778072680pu6j7 >= 20) {
editorElem1778072680pu6j7.parentElement.style.height = '500px';
editorElem1778072680pu6j7.style.height = '500px';
}
//console.log({currentCode1778072680pu6j7})
const copyBtn1778072680pu6j7 = document.getElementById('codeflask-copy-BV3q2DLZb2');
copyBtn1778072680pu6j7.addEventListener('click', function() {
try {
// 先检查 Clipboard API 是否可用
if (navigator.clipboard && navigator.clipboard.writeText) {
// 使用 Clipboard API 复制代码
navigator.clipboard.writeText(code1778072680pu6j7).then(function() {
// 复制成功提示
const originalText = copyBtn1778072680pu6j7.innerHTML;
copyBtn1778072680pu6j7.innerHTML = '<svg width="16" height="16" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><polyline points="20 6 9 17 4 12"></polyline></svg> 已复制';
// 一段时间后恢复原文本
setTimeout(function() {
copyBtn1778072680pu6j7.innerHTML = originalText;
}, 2000);
}).catch(function(err) {
// 复制失败处理
console.error('复制失败:', err);
// 降级方案:使用传统的复制方法
fallbackCopyTextToClipboard(code1778072680pu6j7);
});
} else {
// Clipboard API 不可用时直接使用降级方案
fallbackCopyTextToClipboard(code1778072680pu6j7);
}
// 提取降级方案为独立函数
function fallbackCopyTextToClipboard(text) {
const textArea = document.createElement('textarea');
textArea.value = text;
textArea.style.position = 'fixed';
textArea.style.opacity = '0';
document.body.appendChild(textArea);
textArea.select();
try {
document.execCommand('copy');
const originalText = copyBtn1778072680pu6j7.innerHTML;
copyBtn1778072680pu6j7.innerHTML = '<svg width="16" height="16" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><polyline points="20 6 9 17 4 12"></polyline></svg> 已复制';
setTimeout(function() {
copyBtn1778072680pu6j7.innerHTML = originalText;
}, 2000);
} catch (copyErr) {
console.error('传统复制方法也失败了:', copyErr);
} finally {
document.body.removeChild(textArea);
}
}
} catch (err) {
console.error('复制功能不可用:', err);
}
});
const bottomBtn1778072680pu6j7 = document.getElementById('codeflask-bottomBtn-BV3q2DLZb2');
const Toggle1778072680pu6j7 = document.getElementById('codeflask-Toggle-BV3q2DLZb2');
bottomBtn1778072680pu6j7.addEventListener('click', function() {
if (isCollapsed1778072680pu6j7) {
// 展开代码
isCollapsed1778072680pu6j7 = false;
const codeElement1778072680pu6j7 = editorElem1778072680pu6j7.querySelector('.codeflask__code');
if (codeElement1778072680pu6j7) {
const actualHeight1778072680pu6j7 = codeElement1778072680pu6j7.scrollHeight + 20;
editorElem1778072680pu6j7.parentElement.style.height = actualHeight1778072680pu6j7 + 'px';
editorElem1778072680pu6j7.style.height = actualHeight1778072680pu6j7 + 'px';
}
bottomBtn1778072680pu6j7.innerHTML = '<button class="editorjs-codeFlask_BottomToggle" title="折叠代码"><span class="toggle-icon">▲</span> 折叠</button>';
Toggle1778072680pu6j7.innerHTML = '<svg width="16" height="16" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><polyline points="9 18 15 12 9 6"></polyline></svg>';
} else {
// 折叠代码
isCollapsed1778072680pu6j7 = true;
if (coderow1778072680pu6j7 < 20) {
editorElem1778072680pu6j7.parentElement.style.height = '300px';
editorElem1778072680pu6j7.style.height = '300px';
} else if (coderow1778072680pu6j7 >= 20) {
editorElem1778072680pu6j7.parentElement.style.height = '500px';
editorElem1778072680pu6j7.style.height = '500px';
}
bottomBtn1778072680pu6j7.innerHTML = '<button class="editorjs-codeFlask_BottomToggle expand-mode" title="展开代码" data-empty="false"><span class="toggle-icon">▼</span> 展开</button>';
Toggle1778072680pu6j7.innerHTML = '<svg width="16" height="16" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><polyline points="6 9 12 15 18 9"></polyline></svg>';
}
});
Toggle1778072680pu6j7.addEventListener('click', function() {
bottomBtn1778072680pu6j7.click();
});
</script><div class="ce-block ce-block--focused" data-id="tQBMOJvtTC" >
<div class="ce-block__content">
<div class="ce-paragraph cdx-block ce-paragraph--left">安全提示:<span> </span>永远不要将<span> </span><code>.env</code><span> </span>文件提交到 Git 仓库。确保<span> </span><code>.gitignore</code><span> </span>中包含<span> </span><code>.env</code>。</div>
</div>
</div><div class="ce-block" data-id="Wos1mYol97" >
<div class="ce-block__content" style="">
<h2 class="ce-header ce-header--left">检查清单</h2>
</div>
</div><div class="ce-block ce-block--focused" data-id="yTJ0s1S1LO" >
<div class="ce-block__content">
<div class="ce-paragraph cdx-block ce-paragraph--left">在进入下一章之前,确认你已完成:</div>
</div>
</div><div class="ce-block ce-block--focused" data-id="AvW0r7Wp5a" >
<div class="ce-block__content">
<ul class="cdx-list-unordered"><li class="cdx-list__item"><span> </span>安装 Node.js 18+ 或 Docker</li><li class="cdx-list__item"><span> </span>安装 Git 并配置基本信息</li><li class="cdx-list__item"><span> </span>获得至少一个 LLM API 密钥并测试可用</li><li class="cdx-list__item"><span> </span>创建至少一个消息平台机器人账号</li><li class="cdx-list__item"><span> </span>准备好<span> </span><code>.env</code><span> </span>配置文件模板</li><li class="cdx-list__item"><span> </span>确保网络可以访问相关 API 服务</li></ul>
</div>
</div><div class="ce-block ce-block--focused" data-id="AjyKqiZwVD" >
<div class="ce-block__content">
<div class="ce-paragraph cdx-block ce-paragraph--left">完成这些准备后,你就可以开始安装 Claw 了。</div>
</div>
</div><style type="text/css">
.ce-block {
margin-top: 20px;
margin-bottom: 20px;
}
.ce-block__content,.ce-toolbar__content {
/* max-width:calc(100% - 50px) */
margin-left: auto;
margin-right: auto;
}
/**
* Plugin styles
*/
.ce-header {
position: relative;
padding: 1px 0px 1px 15px;
margin: 0;
line-height: 1.25em;
outline: none;
margin-bottom: 10px;
}
.ce-header p,
.ce-header div {
padding: 0 !important;
margin: 0 !important;
}
.ce-header::before {
content: "";
background-color: #3e8fe3;
width: 6px;
height: 100%;
position: absolute;
left: 0;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
}
/**
* Styles for Plugin icon in Toolbar
*/
.ce-header__icon {
}
.ce-header::before {
position: absolute;
content: attr(data-placeholder);
color: #707684;
font-weight: normal;
display: none;
cursor: text;
}
.ce-header:empty::before {
display: block;
}
.ce-header:empty:focus::before {
display: none;
}
/* FontSize */
h1.ce-header {
font-size: 2.0em;
}
h2.ce-header {
font-size: 1.7em;
}
h3.ce-header {
font-size: 1.4em;
}
h4.ce-header {
font-size: 1.15em;
}
h5.ce-header {
font-size: 0.95em;
}
h6.ce-header {
font-size: 0.8em;
}
/* Alignment*/
.ce-header--right {
text-align: right;
}
.ce-header--center {
text-align: center;
}
.ce-header--left {
text-align: left;
}
.ce-header--justify {
text-align: justify;
}
</style><style type="text/css">
.ce-block {
margin-bottom: 20px;
}
.ce-block__content,.ce-toolbar__content {
/* max-width:calc(100% - 50px) */
margin-left: auto;
margin-right: auto;
}
.ce-paragraph {
line-height: 1.6em;
outline: none;
text-indent: 2em;
font-size: 16px;
}
.ce-paragraph--right {
text-align: right;
}
.ce-paragraph--center {
text-align: center;
}
.ce-paragraph--left {
text-align: left;
}
.ce-paragraph--justify {
text-align: justify;
}
.ce-paragraph-text-indent {
text-align: justify;
}
.ce-paragraph:empty::before{
content: attr(data-placeholder);
color: #707684;
font-weight: normal;
opacity: 0;
}
/** Show placeholder at the first paragraph if Editor is empty */
.codex-editor--empty .ce-block:first-child .ce-paragraph:empty::before {
opacity: 1;
}
.codex-editor--toolbox-opened .ce-block:first-child .ce-paragraph:empty::before,
.codex-editor--empty .ce-block:first-child .ce-paragraph:empty:focus::before {
opacity: 0;
}
.ce-paragraph p:first-of-type{
margin-top: 0;
}
.ce-paragraph p:last-of-type{
margin-bottom: 0;
}
.svg-icon {
width: 1em;
height: 1em;
}
.svg-icon path,
.svg-icon polygon,
.svg-icon rect {
fill: #4691f6;
}
.svg-icon circle {
stroke: #4691f6;
stroke-width: 1;
}
</style><style type="text/css">
.ce-block {
margin-bottom: 20px;
}
.ce-block__content,.ce-toolbar__content {
/* max-width:calc(100% - 50px) */
margin-left: auto;
margin-right: auto;
}
.cdx-list {
margin:0;
outline:none;
display:block;
counter-reset:item;
padding:6px;
}
.cdx-list__item {
line-height:1.45em;
display:block;
padding-top:8px;
margin-left: 2em;
}
.cdx-list__item-children {
display:block;
}
.cdx-list__item {
outline:none
}
.cdx-list__item-content {
word-break:break-word;
white-space:pre-wrap;
grid-area:content;
padding-left:8px
}
.cdx-list__item:before {
counter-increment:item;
white-space:nowrap
}
.cdx-list-li-container {
display: flex;
}
.cdx-list-ordered .cdx-list__item:before {
/* content:counters(item,".",numeric) "." */
}
.cdx-list-ordered {
list-style-type: none;
margin-left: -15px;
counter-reset:item;
font-size: 16px;
}
.cdx-list-unordered {
font-size: 16px;
}
.cdx-list-unordered .cdx-list__item:before {
content:"•"
}
.cdx-list-checklist .cdx-list__item:before {
content:""
}
.cdx-list__settings .cdx-settings-button {
width:50%
}
.cdx-list__checkbox {
padding-top:calc((1.45em - 1.2em) / 2);
grid-area:checkbox;
width:1.2em;
height:1.2em;
display:flex;
cursor:pointer;
font-size: 16px;
}
.cdx-list__checkbox svg {
opacity:0;
height:1.2em;
width:1.2em;
left:-1px;
top:-1px;
position:absolute
}
@media (hover:hover) {
.cdx-list__checkbox:not(.cdx-list__checkbox--no-hover):hover .cdx-list__checkbox-check svg {
opacity:1
}
}.cdx-list__checkbox--checked-1 {
line-height:1.45em
}
@media (hover:hover) {
.cdx-list__checkbox--checked-1:not(.cdx-list__checkbox--checked-1--no-hover):hover .cdx-checklist__checkbox-check {
background:#0059AB;
border-color:#0059AB
}
}.cdx-list__checkbox--checked-1 .cdx-list__checkbox-check {
background:#369FFF;
border-color:#369FFF
}
.cdx-list__checkbox--checked-1 .cdx-list__checkbox-check svg {
opacity:1
}
.cdx-list__checkbox--checked-1 .cdx-list__checkbox-check svg path {
stroke:#fff
}
.cdx-list__checkbox--checked-1 .cdx-list__checkbox-check:before {
opacity:0;
visibility:visible;
transform:scale(2.5)
}
.cdx-list__checkbox-check {
cursor:pointer;
display:inline-block;
position:relative;
margin:0 auto;
width:1.2em;
height:1.2em;
box-sizing:border-box;
border-radius:5px;
border:1px solid #C9C9C9;
background:#fff
}
.cdx-list__checkbox-check:before {
content:"";
position:absolute;
top:0;
right:0;
bottom:0;
left:0;
border-radius:100%;
background-color:#369FFF;
visibility:hidden;
pointer-events:none;
transform:scale(1);
transition:transform .4s ease-out,opacity .4s
}
.cdx-list__checkbox-check--disabled {
pointer-events:none
}
.cdx-list-start-with-field {
background:#F8F8F8;
border:1px solid rgba(226,226,229,.2);
border-radius:6px;
padding:2px;
display:grid;
grid-template-columns:auto auto 1fr;
grid-template-rows:auto
}
.cdx-list-start-with-field--invalid {
background:#FFECED;
border:1px solid #E13F3F
}
.cdx-list-start-with-field--invalid .cdx-list-start-with-field__input {
color:#e13f3f
}
.cdx-list-start-with-field__input {
font-size:16px;
outline:none;
font-weight:500;
font-family:inherit;
border:0;
background:transparent;
margin:0;
padding:0;
line-height:22px;
min-width:calc(100% - 10px)
}
.cdx-list-start-with-field__input::placeholder {
color:#797979;
font-weight:500
}
</style><style type="text/css">
.ce-block {
margin-bottom: 20px;
}
.ce-block__content,.ce-toolbar__content {
/* max-width:calc(100% - 50px) */
margin-left: auto;
margin-right: auto;
position: relative;
}
/* 主容器 */
.editorjs-codeFlask_Wrapper {
border: 1px solid #dcdfe6;
border-radius: 5px;
background-color: #f6f8fa;
margin-bottom: 10px;
position: relative;
transition: all 0.3s ease;
width: 100%;
min-height: 100px;
overflow: hidden;
}
/* 标题栏 */
.editorjs-codeFlask_Header {
display: flex;
justify-content: flex-end;
align-items: center;
padding: 8px 12px;
background-color: #e9ecef;
border-bottom: 1px solid #dcdfe6;
position: relative;
z-index: 0; /* 从10降低到2 */
}
/* 语言显示 */
.editorjs-codeFlask_LangDisplay {
padding: 2px 8px;
background-color: #409eff;
color: white;
border-radius: 3px;
font-size: 12px;
font-weight: 500;
position: absolute;
left: 12px;
top: 50%;
transform: translateY(-50%);
}
/* 内容容器 - 禁止纵向滚动 */
.editorjs-codeFlask_ContentContainer {
position: relative;
min-height: 100px;
overflow-x: hidden; /* 禁止横向滚动 */
overflow-y: hidden;
transition: height 0.3s ease;
}
/* 编辑器容器 - 禁止纵向滚动 */
.editorjs-codeFlask_Editor {
position: relative;
min-height: 100px;
overflow-x: hidden; /* 禁止横向滚动 */
overflow-y: hidden;
transition: height 0.3s ease;
}
/* 底部按钮容器 - 优化为更简洁的样式 */
.editorjs-codeFlask_BottomButtonContainer {
display: flex;
justify-content: center;
align-items: center;
padding: 4px;
background-color: #f8f9fa;
border-top: 1px solid #e9ecef;
position: relative;
z-index: 0;
}
/* 底部横向折叠/展开按钮 - 优化样式,使其更融入设计 */
.editorjs-codeFlask_BottomToggle {
width: 100%;
background-color: transparent;
color: #606266;
border: none;
border-radius: 4px;
padding: 6px 12px;
font-size: 12px;
font-weight: 400;
cursor: pointer;
transition: all 0.3s ease;
display: flex;
align-items: center;
justify-content: center;
gap: 4px;
text-align: center;
position: relative;
}
.editorjs-codeFlask_BottomToggle:hover {
background-color: #e9ecef;
color: #409eff;
}
.editorjs-codeFlask_BottomToggle:active {
background-color: #dee2e6;
}
.editorjs-codeFlask_BottomToggle .toggle-icon {
font-size: 11px;
transition: transform 0.3s ease;
}
/* 展开按钮(显示"展开"文本)上边缘添加渐变虚化效果 */
.editorjs-codeFlask_BottomToggle:has(span.toggle-icon:contains("▲"))::before {
content: '';
position: absolute;
top: 0;
left: 0;
right: 0;
height: 6px;
background: linear-gradient(to bottom, rgba(248, 249, 250, 0) 0%, rgba(248, 249, 250, 1) 100%);
pointer-events: none;
}
/* 展开按钮(显示"展开"文本)上边缘添加渐变虚化效果 */
/* 删除不被广泛支持的:contains()选择器 */
.editorjs-codeFlask_BottomToggle.expand-mode::before {
content: '';
position: absolute;
top: -60px;
left: 0;
right: 0;
height: 60px;
background: linear-gradient(to bottom, rgb(255 255 255 / 0%) 0%, rgba(248, 249, 250, 1) 100%);
pointer-events: none;
}
/* CodeFlask 主容器样式 */
.editorjs-codeFlask_Editor .codeflask {
position: relative;
background: #fafafa;
border-radius: 0 0 4px 4px;
min-height: 100px;
overflow-x: hidden; /* 禁止横向滚动 */
overflow-y: hidden;
font-family: 'Consolas', 'Monaco', 'Courier New', monospace;
}
/* 行号容器 */
.editorjs-codeFlask_Editor .codeflask.codeflask--has-line-numbers:before {
content: '';
position: absolute;
left: 0;
top: 0;
bottom: 0;
width: 40px;
background-color: #f5f5f5;
border-right: 1px solid #e0e0e0;
z-index: 0;
}
/* 行号 */
.editorjs-codeFlask_Editor .codeflask__lines {
position: absolute;
left: 0;
top: 0;
bottom: 0;
width: 40px;
padding: 10px 0;
background-color: #f5f5f5;
border-right: 1px solid #e0e0e0;
z-index: 0;
font-family: 'Consolas', 'Monaco', 'Courier New', monospace;
font-size: 14px;
line-height: 21px;
color: #666;
text-align: right;
user-select: none;
overflow: hidden;
}
.editorjs-codeFlask_Editor .codeflask__lines__line {
padding-right: 8px;
}
/* 文本区域 - 输入框 */
.editorjs-codeFlask_Editor .codeflask__textarea {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
padding: 10px;
border: none;
background: transparent;
color: transparent;
caret-color: #333;
resize: none;
font-family: 'Consolas', 'Monaco', 'Courier New', monospace;
font-size: 14px;
line-height: 21px;
z-index: 1;
overflow-x: hidden; /* 禁止横向滚动 */
overflow-y: hidden;
white-space: pre-wrap; /* 自动换行 */
tab-size: 4;
outline: none;
}
/* 添加选中文本样式 */
.editorjs-codeFlask_Editor .codeflask__textarea::selection {
background-color: #b3d4fc;
color: #333;
}
.editorjs-codeFlask_Editor .codeflask__textarea::-moz-selection {
background-color: #b3d4fc;
color: #333;
}
/* 代码预览区域 */
.editorjs-codeFlask_Editor .codeflask__pre {
position: absolute;
top: 0;
left: 0;
width: 100%; /* 确保宽度不超出容器 */
height: 100%;
padding: 10px;
margin: 0;
border: none;
background: transparent;
font-family: 'Consolas', 'Monaco', 'Courier New', monospace;
font-size: 14px;
line-height: 21px;
z-index: 0;
overflow-x: hidden; /* 禁止横向滚动 */
overflow-y: hidden;
white-space: pre-wrap; /* 自动换行 */
pointer-events: none;
}
/* 代码高亮区域 */
.editorjs-codeFlask_Editor .codeflask__code {
display: block;
font-family: 'Consolas', 'Monaco', 'Courier New', monospace;
font-size: 14px;
line-height: 21px;
color: #333;
white-space: pre-wrap; /* 自动换行 */
tab-size: 4;
overflow: visible;
}
/* 语法高亮样式 - 确保Prism.js样式正确应用 */
.editorjs-codeFlask_Editor .codeflask__code {
background: transparent !important;
}
/* 通用语法高亮token样式 */
.editorjs-codeFlask_Editor .token.comment,
.editorjs-codeFlask_Editor .token.prolog,
.editorjs-codeFlask_Editor .token.doctype,
.editorjs-codeFlask_Editor .token.cdata {
color: #708090;
}
.editorjs-codeFlask_Editor .token.punctuation {
color: #999;
}
.editorjs-codeFlask_Editor .token.namespace {
opacity: 0.7;
}
.editorjs-codeFlask_Editor .token.property,
.editorjs-codeFlask_Editor .token.tag,
.editorjs-codeFlask_Editor .token.boolean,
.editorjs-codeFlask_Editor .token.number,
.editorjs-codeFlask_Editor .token.constant,
.editorjs-codeFlask_Editor .token.symbol,
.editorjs-codeFlask_Editor .token.deleted {
color: #905;
}
.editorjs-codeFlask_Editor .token.selector,
.editorjs-codeFlask_Editor .token.attr-name,
.editorjs-codeFlask_Editor .token.string,
.editorjs-codeFlask_Editor .token.char,
.editorjs-codeFlask_Editor .token.builtin,
.editorjs-codeFlask_Editor .token.inserted {
color: #690;
}
.editorjs-codeFlask_Editor .token.operator,
.editorjs-codeFlask_Editor .token.entity,
.editorjs-codeFlask_Editor .token.url,
.editorjs-codeFlask_Editor .language-css .token.string,
.editorjs-codeFlask_Editor .style .token.string {
color: #9a6e3a;
background: hsla(0, 0%, 100%, 0.5);
}
.editorjs-codeFlask_Editor .token.atrule,
.editorjs-codeFlask_Editor .token.attr-value,
.editorjs-codeFlask_Editor .token.keyword {
color: #07a;
}
.editorjs-codeFlask_Editor .token.function,
.editorjs-codeFlask_Editor .token.class-name {
color: #dd4a68;
}
.editorjs-codeFlask_Editor .token.regex,
.editorjs-codeFlask_Editor .token.important,
.editorjs-codeFlask_Editor .token.variable {
color: #e90;
}
/* 复制按钮样式 */
.editorjs-codeFlask_CopyButton {
background-color: #409eff;
color: white;
border: none;
border-radius: 3px;
padding: 6px 12px;
margin-right: 8px;
font-size: 12px;
cursor: pointer;
transition: background-color 0.2s ease;
display: flex;
align-items: center;
justify-content: center;
min-width: 28px;
height: 28px;
}
.editorjs-codeFlask_CopyButton:hover {
background-color: #66b1ff;
}
.editorjs-codeFlask_CopyButton.copied {
background-color: #67c23a;
}
/* 折叠/展开按钮样式 */
.editorjs-codeFlask_Toggle {
background-color: #909399;
color: white;
border: none;
border-radius: 3px;
padding: 0 8px;
font-size: 12px;
cursor: pointer;
transition: background-color 0.2s ease;
display: flex;
align-items: center;
justify-content: center;
min-width: 28px;
height: 28px;
font-weight: bold;
}
.editorjs-codeFlask_Toggle:hover {
background-color: #a6a9ad;
}
/* 响应式调整 */
@media (max-width: 768px) {
.editorjs-codeFlask_Header {
padding: 6px 8px;
}
.editorjs-codeFlask_Editor .codeflask__textarea,
.editorjs-codeFlask_Editor .codeflask__pre,
.editorjs-codeFlask_Editor .codeflask__code {
font-size: 13px;
line-height: 19px;
padding: 8px;
}
.editorjs-codeFlask_Editor .codeflask.codeflask--has-line-numbers:before {
width: 35px;
}
.editorjs-codeFlask_Editor .codeflask__lines {
width: 35px;
font-size: 12px;
}
}
/* 滚动条样式 - 完全隐藏纵向滚动条 */
.editorjs-codeFlask_Wrapper ::-webkit-scrollbar {
width: 0;/* 纵向滚动条宽度为0 */
height: 6px;/* 横向滚动条保持6px宽度 */
}
.editorjs-codeFlask_Wrapper ::-webkit-scrollbar-track {
background: transparent;
border-radius: 0;
}
.editorjs-codeFlask_Wrapper ::-webkit-scrollbar-thumb {
background: transparent;
border-radius: 0;
}
/* Firefox 滚动条隐藏 */
.editorjs-codeFlask_Wrapper {
scrollbar-width: none;/* Firefox 隐藏纵向滚动条 */
}
.editorjs-codeFlask_Wrapper ::-moz-scrollbar {
width: 0;
height: 6px;
}
/* 焦点状态 */
.editorjs-codeFlask_Wrapper:focus-within {
border-color: #409eff;
box-shadow: 0 0 0 2px rgba(64, 158, 255, 0.2);
}
/* 只读模式样式 */
.editorjs-codeFlask_Wrapper.readonly .editorjs-codeFlask_Header {
background-color: #f5f7fa;
}
.editorjs-codeFlask_Wrapper.readonly .editorjs-codeFlask_Editor .codeflask__textarea {
cursor: default;
}
/* 确保所有元素正确显示 */
.editorjs-codeFlask_Wrapper * {
box-sizing: border-box;
}
/* 修复行号对齐 */
.editorjs-codeFlask_Editor .codeflask--has-line-numbers .codeflask__textarea,
.editorjs-codeFlask_Editor .codeflask--has-line-numbers .codeflask__pre {
padding-left: 50px;
}
.editorjs-codeFlask_Editor .codeflask--has-line-numbers .codeflask__lines {
padding-top: 10px;
}
/* 语言显示元素 - 添加点击样式 */
.editorjs-codeFlask_LangDisplay {
padding: 2px 8px;
background-color: #409eff;
color: white;
border-radius: 3px;
font-size: 12px;
font-weight: 500;
position: absolute;
left: 12px;
top: 50%;
transform: translateY(-50%);
cursor: pointer;
transition: all 0.2s ease;
}
.editorjs-codeFlask_LangDisplay:hover {
background-color: #66b1ff;
box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}
/* 语言选择弹窗 */
.editorjs-codeFlask_LanguagePopup {
background-color: white;
border: 1px solid #dcdfe6;
border-radius: 4px;
box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.1);
width: 250px;
max-height: 300px;
z-index: 1000;
overflow: hidden;
}
/* 搜索框 */
.editorjs-codeFlask_LanguageSearch {
width: 100%;
padding: 8px 12px;
border: none;
border-bottom: 1px solid #ebeef5;
font-size: 12px;
outline: none;
box-sizing: border-box;
}
/* 语言列表 */
.editorjs-codeFlask_LanguagesList {
max-height: 250px;
overflow-y: auto;
}
/* 语言选项 */
.editorjs-codeFlask_LanguageItem {
padding: 8px 12px;
font-size: 12px;
cursor: pointer;
transition: background-color 0.2s ease;
}
.editorjs-codeFlask_LanguageItem:hover {
background-color: #f5f7fa;
}
.editorjs-codeFlask_LanguageItem.selected {
background-color: #ecf5ff;
color: #409eff;
font-weight: 500;
}
/* 滚动条样式 */
.editorjs-codeFlask_LanguagesList::-webkit-scrollbar {
width: 6px;
}
.editorjs-codeFlask_LanguagesList::-webkit-scrollbar-track {
background-color: #f5f7fa;
}
.editorjs-codeFlask_LanguagesList::-webkit-scrollbar-thumb {
background-color: #c0c4cc;
border-radius: 3px;
}
.editorjs-codeFlask_LanguagesList::-webkit-scrollbar-thumb:hover {
background-color: #909399;
}
</style><style type="text/css">
.inline-code {
background: rgba(250, 239, 240, 0.78);
color: #b44437;
padding: 3px 4px;
border-radius: 5px;
margin: 0 1px;
font-family: inherit;
font-size: 0.86em;
font-weight: 500;
letter-spacing: 0.3px;
}
</style>
页:
[1]