admin 发表于 2026-4-18 00:46:29

社区与生态

<div class="ce-block ce-block--focused" data-id="12RT3vyK2l" >
        <div class="ce-block__content">
                <div class="ce-paragraph cdx-block ce-paragraph--left">加入 OpenClaw 社区,与全球开发者一起构建 AI Agent 生态。</div>
        </div>
</div><div class="ce-block" data-id="2mVuygswcP" >
        <div class="ce-block__content" style="">
                <h2 class="ce-header ce-header--left">GitHub 社区</h2>
        </div>
</div><div class="ce-block ce-block--focused" data-id="bIqEpTdfoz" >
        <div class="ce-block__content">
                <div class="ce-paragraph cdx-block ce-paragraph--left">OpenClaw 是完全开源的项目:</div>
        </div>
</div><div class="ce-block ce-block--focused" data-id="cC08EA_4kR" >
    <div class="ce-block__content">
           
      
      <ul class="cdx-list-unordered"><li class="cdx-list__item">仓库:<span>&nbsp;</span><a href="https://github.com/openclaw/openclaw">github.com/openclaw/openclaw</a></li><li class="cdx-list__item">Star 数: 10k+ (持续增长中)</li><li class="cdx-list__item">贡献者: 200+ 活跃开发者</li><li class="cdx-list__item">License: Apache 2.0</li></ul>
      
      
    </div>
</div><div class="ce-block ce-block--focused" data-id="ZQOgE4jDWN" >
        <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="bxx2oVnMDn" >
    <div class="ce-block__content">
           
      
      <ul class="cdx-list-unordered"><li class="cdx-list__item">提交 Issue 反馈问题或建议</li><li class="cdx-list__item">参与 Discussions 讨论技术方案</li><li class="cdx-list__item">提交 Pull Request 贡献代码</li><li class="cdx-list__item">完善文档和教程

</li></ul>
      
      
    </div>
</div><div class="ce-block" data-id="UjUceEiFdB" >
        <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="a_LMCqEhb_" >
        <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="QHutECgJh0" >
    <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-QHutECgJh0">
                                <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-QHutECgJh0">
                              <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-QHutECgJh0" >
                       
                        </div>
                </div>
                <div class="editorjs-codeFlask_BottomButtonContainer" id="codeflask-bottomBtn-QHutECgJh0">
                        <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 editorElem1778072717PV7Et = document.getElementById('codeflask-QHutECgJh0');
                        var isCollapsed1778072717PV7Et = true;
                        const flask1778072717PV7Et = new CodeFlask(editorElem1778072717PV7Et, {
                                language: 'javascript',
                                lineNumbers: true,
                                styleParent: this.shadowRoot,
                                rtl: false,
                                readonly: true
                        });
                            var code1778072717PV7Et = `# 1. Fork 项目
# 2. 克隆到本地
git clone https://github.com/your-username/openclaw.git

# 3. 创建特性分支
git checkout -b feature/my-awesome-feature

# 4. 提交改动
git add .
git commit -m &quot;feat: add awesome feature&quot;

# 5. 推送到 GitHub
git push origin feature/my-awesome-feature

# 6. 创建 Pull Request
`;
                            code1778072717PV7Et = code1778072717PV7Et.replace(/&amp;/g, "&").replace(/&lt;/g, "<").replace(/&gt;/g, ">").replace(/&quot;/g, '"').replace(/'/g, "'");
                        flask1778072717PV7Et.addLanguage('javascript', Prism.languages['javascript']);
                        flask1778072717PV7Et.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()
                        flask1778072717PV7Et.updateCode(code1778072717PV7Et);

                        const currentCode1778072717PV7Et = flask1778072717PV7Et.getCode();
            
                            var coderow1778072717PV7Et = parseInt('');
                          if (coderow1778072717PV7Et === undefined || coderow1778072717PV7Et !== coderow1778072717PV7Et || coderow1778072717PV7Et === 0) {
                                  coderow1778072717PV7Et = flask1778072717PV7Et.lineNumber;
                          }
                          
                            if (coderow1778072717PV7Et < 20) {
                              editorElem1778072717PV7Et.parentElement.style.height = '300px';
                                editorElem1778072717PV7Et.style.height = '300px';
                            } else if (coderow1778072717PV7Et >= 20) {
                              editorElem1778072717PV7Et.parentElement.style.height = '500px';
                              editorElem1778072717PV7Et.style.height = '500px';
                            }
                           
                        //console.log({currentCode1778072717PV7Et})   
                       
                        const copyBtn1778072717PV7Et = document.getElementById('codeflask-copy-QHutECgJh0');
                        copyBtn1778072717PV7Et.addEventListener('click', function() {
                          try {
                                // 先检查 Clipboard API 是否可用
                                if (navigator.clipboard && navigator.clipboard.writeText) {
                                    // 使用 Clipboard API 复制代码
                                    navigator.clipboard.writeText(code1778072717PV7Et).then(function() {
                                      // 复制成功提示
                                      const originalText = copyBtn1778072717PV7Et.innerHTML;
                                      copyBtn1778072717PV7Et.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() {
                                            copyBtn1778072717PV7Et.innerHTML = originalText;
                                      }, 2000);
                                    }).catch(function(err) {
                                      // 复制失败处理
                                      console.error('复制失败:', err);
                                      
                                      // 降级方案:使用传统的复制方法
                                      fallbackCopyTextToClipboard(code1778072717PV7Et);
                                    });
                                } else {
                                    // Clipboard API 不可用时直接使用降级方案
                                    fallbackCopyTextToClipboard(code1778072717PV7Et);
                                }
                                
                                // 提取降级方案为独立函数
                                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 = copyBtn1778072717PV7Et.innerHTML;
                                      copyBtn1778072717PV7Et.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() {
                                            copyBtn1778072717PV7Et.innerHTML = originalText;
                                      }, 2000);
                                    } catch (copyErr) {
                                      console.error('传统复制方法也失败了:', copyErr);
                                    } finally {
                                      document.body.removeChild(textArea);
                                    }
                                }
                          } catch (err) {
                                console.error('复制功能不可用:', err);
                          }
                        });
                       
                        const bottomBtn1778072717PV7Et = document.getElementById('codeflask-bottomBtn-QHutECgJh0');
                        const Toggle1778072717PV7Et = document.getElementById('codeflask-Toggle-QHutECgJh0');
                        bottomBtn1778072717PV7Et.addEventListener('click', function() {
                                if (isCollapsed1778072717PV7Et) {
                                    // 展开代码
                                    isCollapsed1778072717PV7Et = false;
                                  const codeElement1778072717PV7Et = editorElem1778072717PV7Et.querySelector('.codeflask__code');
                                    if (codeElement1778072717PV7Et) {
                                            const actualHeight1778072717PV7Et = codeElement1778072717PV7Et.scrollHeight + 20;
                                           
                                            editorElem1778072717PV7Et.parentElement.style.height = actualHeight1778072717PV7Et + 'px';
                                            editorElem1778072717PV7Et.style.height = actualHeight1778072717PV7Et + 'px';
                                    }
                                    bottomBtn1778072717PV7Et.innerHTML = '<button class="editorjs-codeFlask_BottomToggle" title="折叠代码"><span class="toggle-icon">▲</span> 折叠</button>';
                                    Toggle1778072717PV7Et.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 {
                                    // 折叠代码
                                    isCollapsed1778072717PV7Et = true;
                                  if (coderow1778072717PV7Et < 20) {
                                      editorElem1778072717PV7Et.parentElement.style.height = '300px';
                                        editorElem1778072717PV7Et.style.height = '300px';
                                    } else if (coderow1778072717PV7Et >= 20) {
                                      editorElem1778072717PV7Et.parentElement.style.height = '500px';
                                      editorElem1778072717PV7Et.style.height = '500px';
                                    }
                                    bottomBtn1778072717PV7Et.innerHTML = '<button class="editorjs-codeFlask_BottomToggle expand-mode" title="展开代码" data-empty="false"><span class="toggle-icon">▼</span> 展开</button>';
                                    Toggle1778072717PV7Et.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>';
                                }
                        });
                       
                        Toggle1778072717PV7Et.addEventListener('click', function() {
                                bottomBtn1778072717PV7Et.click();
                        });
</script><div class="ce-block ce-block--focused" data-id="dBguNQr4N8" >
        <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="IV--claPx7" >
    <div class="ce-block__content">
           
      
      <ul class="cdx-list-unordered"><li class="cdx-list__item">新功能开发</li><li class="cdx-list__item">Bug 修复</li><li class="cdx-list__item">文档完善</li><li class="cdx-list__item">测试用例</li><li class="cdx-list__item">性能优化</li><li class="cdx-list__item">国际化翻译</li></ul>
      
      
    </div>
</div><div class="ce-block" data-id="sGtFtGeIIP" >
        <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="X7rlYuVVhS" >
        <div class="ce-block__content">
                <div class="ce-paragraph cdx-block ce-paragraph--left">社区贡献的插件和扩展:</div>
        </div>
</div><div class="ce-block" data-id="mcp74z4ydK" >
    <div class="ce-block__content">
      <div class="cdx-block">
            <div class="tc-wrap">
                <div class="tc-table">
               
                  <div class="tc-row">
                         
                        <div class="tc-cell">插件名</div>
                        
                        <div class="tc-cell">功能</div>
                        
                        <div class="tc-cell">维护者</div>
                        
                  </div>
               
                  <div class="tc-row">
                         
                        <div class="tc-cell">openclaw-langchain</div>
                        
                        <div class="tc-cell">LangChain 集成</div>
                        
                        <div class="tc-cell">@community</div>
                        
                  </div>
               
                  <div class="tc-row">
                         
                        <div class="tc-cell">openclaw-database</div>
                        
                        <div class="tc-cell">数据库操作工具</div>
                        
                        <div class="tc-cell">@dbteam</div>
                        
                  </div>
               
                  <div class="tc-row">
                         
                        <div class="tc-cell">openclaw-crm</div>
                        
                        <div class="tc-cell">CRM 系统集成</div>
                        
                        <div class="tc-cell">@salesteam</div>
                        
                  </div>
               
                  <div class="tc-row">
                         
                        <div class="tc-cell">openclaw-monitoring</div>
                        
                        <div class="tc-cell">监控和告警</div>
                        
                        <div class="tc-cell">@devops</div>
                        
                  </div>
               
                </div>
            </div>
      </div>
    </div>
</div><div class="ce-block ce-block--focused" data-id="j0ZC_4pQAo" >
        <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="FFNoHcb8cl" >
    <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-FFNoHcb8cl">
                                <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-FFNoHcb8cl">
                              <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-FFNoHcb8cl" >
                       
                        </div>
                </div>
                <div class="editorjs-codeFlask_BottomButtonContainer" id="codeflask-bottomBtn-FFNoHcb8cl">
                        <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 editorElem1778072717EQj8I = document.getElementById('codeflask-FFNoHcb8cl');
                        var isCollapsed1778072717EQj8I = true;
                        const flask1778072717EQj8I = new CodeFlask(editorElem1778072717EQj8I, {
                                language: 'javascript',
                                lineNumbers: true,
                                styleParent: this.shadowRoot,
                                rtl: false,
                                readonly: true
                        });
                            var code1778072717EQj8I = `openclaw plugin install openclaw-langchain
openclaw plugin enable openclaw-langchain
`;
                            code1778072717EQj8I = code1778072717EQj8I.replace(/&amp;/g, "&").replace(/&lt;/g, "<").replace(/&gt;/g, ">").replace(/&quot;/g, '"').replace(/'/g, "'");
                        flask1778072717EQj8I.addLanguage('javascript', Prism.languages['javascript']);
                        flask1778072717EQj8I.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()
                        flask1778072717EQj8I.updateCode(code1778072717EQj8I);

                        const currentCode1778072717EQj8I = flask1778072717EQj8I.getCode();
            
                            var coderow1778072717EQj8I = parseInt('');
                          if (coderow1778072717EQj8I === undefined || coderow1778072717EQj8I !== coderow1778072717EQj8I || coderow1778072717EQj8I === 0) {
                                  coderow1778072717EQj8I = flask1778072717EQj8I.lineNumber;
                          }
                          
                            if (coderow1778072717EQj8I < 20) {
                              editorElem1778072717EQj8I.parentElement.style.height = '300px';
                                editorElem1778072717EQj8I.style.height = '300px';
                            } else if (coderow1778072717EQj8I >= 20) {
                              editorElem1778072717EQj8I.parentElement.style.height = '500px';
                              editorElem1778072717EQj8I.style.height = '500px';
                            }
                           
                        //console.log({currentCode1778072717EQj8I})   
                       
                        const copyBtn1778072717EQj8I = document.getElementById('codeflask-copy-FFNoHcb8cl');
                        copyBtn1778072717EQj8I.addEventListener('click', function() {
                          try {
                                // 先检查 Clipboard API 是否可用
                                if (navigator.clipboard && navigator.clipboard.writeText) {
                                    // 使用 Clipboard API 复制代码
                                    navigator.clipboard.writeText(code1778072717EQj8I).then(function() {
                                      // 复制成功提示
                                      const originalText = copyBtn1778072717EQj8I.innerHTML;
                                      copyBtn1778072717EQj8I.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() {
                                            copyBtn1778072717EQj8I.innerHTML = originalText;
                                      }, 2000);
                                    }).catch(function(err) {
                                      // 复制失败处理
                                      console.error('复制失败:', err);
                                      
                                      // 降级方案:使用传统的复制方法
                                      fallbackCopyTextToClipboard(code1778072717EQj8I);
                                    });
                                } else {
                                    // Clipboard API 不可用时直接使用降级方案
                                    fallbackCopyTextToClipboard(code1778072717EQj8I);
                                }
                                
                                // 提取降级方案为独立函数
                                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 = copyBtn1778072717EQj8I.innerHTML;
                                      copyBtn1778072717EQj8I.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() {
                                            copyBtn1778072717EQj8I.innerHTML = originalText;
                                      }, 2000);
                                    } catch (copyErr) {
                                      console.error('传统复制方法也失败了:', copyErr);
                                    } finally {
                                      document.body.removeChild(textArea);
                                    }
                                }
                          } catch (err) {
                                console.error('复制功能不可用:', err);
                          }
                        });
                       
                        const bottomBtn1778072717EQj8I = document.getElementById('codeflask-bottomBtn-FFNoHcb8cl');
                        const Toggle1778072717EQj8I = document.getElementById('codeflask-Toggle-FFNoHcb8cl');
                        bottomBtn1778072717EQj8I.addEventListener('click', function() {
                                if (isCollapsed1778072717EQj8I) {
                                    // 展开代码
                                    isCollapsed1778072717EQj8I = false;
                                  const codeElement1778072717EQj8I = editorElem1778072717EQj8I.querySelector('.codeflask__code');
                                    if (codeElement1778072717EQj8I) {
                                            const actualHeight1778072717EQj8I = codeElement1778072717EQj8I.scrollHeight + 20;
                                           
                                            editorElem1778072717EQj8I.parentElement.style.height = actualHeight1778072717EQj8I + 'px';
                                            editorElem1778072717EQj8I.style.height = actualHeight1778072717EQj8I + 'px';
                                    }
                                    bottomBtn1778072717EQj8I.innerHTML = '<button class="editorjs-codeFlask_BottomToggle" title="折叠代码"><span class="toggle-icon">▲</span> 折叠</button>';
                                    Toggle1778072717EQj8I.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 {
                                    // 折叠代码
                                    isCollapsed1778072717EQj8I = true;
                                  if (coderow1778072717EQj8I < 20) {
                                      editorElem1778072717EQj8I.parentElement.style.height = '300px';
                                        editorElem1778072717EQj8I.style.height = '300px';
                                    } else if (coderow1778072717EQj8I >= 20) {
                                      editorElem1778072717EQj8I.parentElement.style.height = '500px';
                                      editorElem1778072717EQj8I.style.height = '500px';
                                    }
                                    bottomBtn1778072717EQj8I.innerHTML = '<button class="editorjs-codeFlask_BottomToggle expand-mode" title="展开代码" data-empty="false"><span class="toggle-icon">▼</span> 展开</button>';
                                    Toggle1778072717EQj8I.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>';
                                }
                        });
                       
                        Toggle1778072717EQj8I.addEventListener('click', function() {
                                bottomBtn1778072717EQj8I.click();
                        });
</script><div class="ce-block" data-id="Synz1ltekK" >
        <div class="ce-block__content" style="">
                <h2 class="ce-header ce-header--left">Roadmap</h2>
        </div>
</div><div class="ce-block ce-block--focused" data-id="ta0reMKz9K" >
        <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="xDad0ESQY4" >
        <div class="ce-block__content">
                <div class="ce-paragraph cdx-block ce-paragraph--left">2026 Q2:</div>
        </div>
</div><div class="ce-block ce-block--focused" data-id="mNHunBBGa7" >
    <div class="ce-block__content">
           
      
      <ul class="cdx-list-unordered"><li class="cdx-list__item"><span>&nbsp;</span>支持更多 LLM 提供商</li><li class="cdx-list__item"><span>&nbsp;</span>图形化配置界面</li><li class="cdx-list__item"><span>&nbsp;</span>性能优化和资源占用降低</li></ul>
      
      
    </div>
</div><div class="ce-block ce-block--focused" data-id="0Lf8ROLHTP" >
        <div class="ce-block__content">
                <div class="ce-paragraph cdx-block ce-paragraph--left">2026 Q3:</div>
        </div>
</div><div class="ce-block ce-block--focused" data-id="cmzr67t37h" >
    <div class="ce-block__content">
           
      
      <ul class="cdx-list-unordered"><li class="cdx-list__item"><span>&nbsp;</span>多租户支持</li><li class="cdx-list__item"><span>&nbsp;</span>企业级权限管理</li><li class="cdx-list__item"><span>&nbsp;</span>审计日志和合规性</li></ul>
      
      
    </div>
</div><div class="ce-block ce-block--focused" data-id="xtmbR8lRD3" >
        <div class="ce-block__content">
                <div class="ce-paragraph cdx-block ce-paragraph--left">2026 Q4:</div>
        </div>
</div><div class="ce-block ce-block--focused" data-id="tsPTRIfal6" >
    <div class="ce-block__content">
           
      
      <ul class="cdx-list-unordered"><li class="cdx-list__item"><span>&nbsp;</span>AI Agent Marketplace</li><li class="cdx-list__item"><span>&nbsp;</span>云原生部署方案</li><li class="cdx-list__item"><span>&nbsp;</span>可视化 Workflow 编辑器</li></ul>
      
      
    </div>
</div><div class="ce-block ce-block--focused" data-id="3Y531rHtdZ" >
        <div class="ce-block__content">
                <div class="ce-paragraph cdx-block ce-paragraph--left">&nbsp;&nbsp;<span style="color: rgb(216, 216, 226); font-family: &quot;Public Sans&quot;, &quot;Public Sans Fallback&quot;; font-size: medium; background-color: rgb(26, 26, 26);">参与 Roadmap 讨论:&nbsp;</span><a href="https://github.com/openclaw/openclaw/discussions">GitHub Discussions</a></div>
        </div>
</div><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-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;
}
.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">
.ce-block {
    margin-bottom: 20px;
}
.ce-block__content,.ce-toolbar__content {
        /* max-width:calc(100% - 50px) */
        margin-left: auto;
    margin-right: auto;
}
.tc-wrap {
        --color-background:#f9f9fb;
        --color-text-secondary:#7b7e89;
        --color-border:#e8e8eb;
        --cell-size:0px;
        --toolbox-icon-size:18px;
        --toolbox-padding:6px;
        --toolbox-aiming-field-size:calc(var(--toolbox-icon-size) + var(--toolbox-padding)*2);
        border:1px solid var(--color-border);
        position:relative;
        height:100%;
        width:100%;
        margin-top:var(--toolbox-icon-size);
        box-sizing:border-box;
        display:grid;
        grid-template-columns:calc(100% - var(--cell-size)) var(--cell-size);
}
.tc-wrap--readonly {
        grid-template-columns:100% var(--cell-size)
}
.tc-wrap svg {
        vertical-align:top
}
@media print {
        .tc-wrap {
        border-left-color:var(--color-border);
        border-left-style:solid;
        border-left-width:1px;
        grid-template-columns:100% var(--cell-size)
}
}@media print {
        .tc-wrap .tc-row:after {
        display:none
}
}.tc-table {
        position:relative;
        width:100%;
        height:100%;
        display:grid;
        font-size:14px;
        line-height:1.4;
}
.tc-table:after {
        width:calc(var(--cell-size));
        height:100%;
        left:calc(var(--cell-size)*-1);
        top:0
}
.tc-table:after,.tc-table:before {
        position:absolute;
        content:""
}
.tc-table:before {
        width:100%;
        height:var(--toolbox-aiming-field-size);
        top:calc(var(--toolbox-aiming-field-size)*-1);
        left:0
}
.tc-table--heading .tc-row:first-child {
        font-weight:600;
        border-bottom:2px solid var(--color-border);
}
.tc-table--heading .tc-row:first-child :empty:before {
        content:attr(heading);
        color:var(--color-text-secondary)
}
.tc-table--heading .tc-row:first-child:after {
        bottom:-2px;
        border-bottom:2px solid var(--color-border)
}
.tc-add-column,.tc-add-row {
        display:flex;
        color:var(--color-text-secondary)
}
@media print {
        .tc-add {
        display:none
}
}.tc-add-column {
        padding:4px 0;
        justify-content:center;
        border-top:1px solid var(--color-border);
}
@media print {
        .tc-add-column {
        display:none
}
}.tc-add-row {
        height:var(--cell-size);
        align-items:center;
        padding-left:4px;
        position:relative;
}
.tc-add-row:before {
        content:"";
        position:absolute;
        right:calc(var(--cell-size)*-1);
        width:var(--cell-size);
        height:100%
}
@media print {
        .tc-add-row {
        display:none
}
}.tc-add-column,.tc-add-row {
        transition:0s;
        cursor:pointer;
        will-change:background-color;
}
.tc-add-column:hover,.tc-add-row:hover {
        transition:background-color .1s ease;
        background-color:var(--color-background)
}
.tc-add-row {
        margin-top:1px;
}
.tc-add-row:hover:before {
        transition:.1s;
        background-color:var(--color-background)
}
.tc-row {
        display:grid;
        grid-template-columns:repeat(auto-fit,minmax(10px,1fr));
        position:relative;
        border-bottom:1px solid var(--color-border);
}
.tc-row:after {
        content:"";
        pointer-events:none;
        position:absolute;
        width:var(--cell-size);
        height:100%;
        bottom:-1px;
        right:calc(var(--cell-size)*-1);
        border-bottom:1px solid var(--color-border)
}
.tc-row--selected {
        background:var(--color-background)
}
.tc-row--selected:after {
        background:var(--color-background)
}
.tc-cell {
        border-right:1px solid var(--color-border);
        padding:6px 12px;
        overflow:hidden;
        outline:none;
        line-break:normal;
}
.tc-cell--selected {
        background:var(--color-background)
}
.tc-wrap--readonly .tc-row:after {
        display:none
}
.tc-toolbox {
        --toolbox-padding:6px;
        --popover-margin:30px;
        --toggler-click-zone-size:30px;
        --toggler-dots-color:#7b7e89;
        --toggler-dots-color-hovered:#1d202b;
        position:absolute;
        cursor:pointer;
        z-index:1;
        opacity:0;
        transition:opacity .1s;
        will-change:left,opacity;
}
.tc-toolbox--column {
        top:calc(var(--toggler-click-zone-size)*-1);
        transform:translateX(calc(var(--toggler-click-zone-size)*-1/2));
        will-change:left,opacity
}
.tc-toolbox--row {
        left:calc(var(--popover-margin)*-1);
        transform:translateY(calc(var(--toggler-click-zone-size)*-1/2));
        margin-top:-1px;
        will-change:top,opacity
}
.tc-toolbox--showed {
        opacity:1
}
.tc-toolbox .tc-popover {
        position:absolute;
        top:0;
        left:var(--popover-margin)
}
.tc-toolbox__toggler {
        display:flex;
        align-items:center;
        justify-content:center;
        width:var(--toggler-click-zone-size);
        height:var(--toggler-click-zone-size);
        color:var(--toggler-dots-color);
        opacity:0;
        transition:opacity .15s ease;
        will-change:opacity;
}
.tc-toolbox__toggler:hover {
        color:var(--toggler-dots-color-hovered)
}
.tc-toolbox__toggler svg {
        fill:currentColor
}
.tc-wrap:hover .tc-toolbox__toggler {
        opacity:1
}
.tc-settings .cdx-settings-button {
        width:50%;
        margin:0
}
.tc-popover {
        --color-border:#eaeaea;
        --color-background:#fff;
        --color-background-hover:rgba(232,232,235,0.49);
        --color-background-confirm:#e24a4a;
        --color-background-confirm-hover:#d54040;
        --color-text-confirm:#fff;
        background:var(--color-background);
        border:1px solid var(--color-border);
        box-shadow:0 3px 15px -3px rgba(13,20,33,.13);
        border-radius:6px;
        padding:6px;
        display:none;
        will-change:opacity,transform;
}
.tc-popover--opened {
        display:block;
        animation:menuShowing .1s cubic-bezier(.215,.61,.355,1) forwards
}
.tc-popover__item {
        display:flex;
        align-items:center;
        padding:2px 14px 2px 2px;
        border-radius:5px;
        cursor:pointer;
        white-space:nowrap;
        -webkit-user-select:none;
        -moz-user-select:none;
        user-select:none;
}
.tc-popover__item:hover {
        background:var(--color-background-hover)
}
.tc-popover__item:not(:last-of-type) {
        margin-bottom:2px
}
.tc-popover__item-icon {
        display:inline-flex;
        width:26px;
        height:26px;
        align-items:center;
        justify-content:center;
        background:var(--color-background);
        border-radius:5px;
        border:1px solid var(--color-border);
        margin-right:8px
}
.tc-popover__item-label {
        line-height:22px;
        font-size:14px;
        font-weight:500
}
.tc-popover__item--confirm {
        background:var(--color-background-confirm);
        color:var(--color-text-confirm);
}
.tc-popover__item--confirm:hover {
        background-color:var(--color-background-confirm-hover)
}
.tc-popover__item--confirm .tc-popover__item-icon {
        background:var(--color-background-confirm);
        border-color:rgba(0,0,0,.1);
}
.tc-popover__item--confirm .tc-popover__item-icon svg {
        transition:transform .2s ease-in;
        transform:rotate(90deg) scale(1.2)
}
.tc-popover__item--hidden {
        display:none
}
@keyframes menuShowing {
        0% {
        opacity:0;
        transform:translateY(-8px) scale(.9)
}
70% {
        opacity:1;
        transform:translateY(2px)
}
to {
        transform:translateY(0)
}
}
</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]
查看完整版本: 社区与生态