<!DOCTYPE html>
<html lang="zh-CN">
<!--
  产品:优雅草HTML编辑器(yeditor)
  作者:卓伊凡
  关联企业:成都市一颗优雅草科技有限公司
  页面属性:about.html - 关于yeditor 详细介绍
  时间:2026
  关联企业官网:www.youyacao.com
  正版源码获取途径:zhengban.youyacao.com
-->
<head>
  <meta charset="UTF-8">
  <meta name="viewport" content="width=device-width, initial-scale=1.0">
  <meta name="description" content="关于优雅草 HTML 编辑器 (yeditor) - 轻量级富文本编辑器详细介绍,及优雅草科技公司介绍">
  <title>关于 yeditor - 优雅草 HTML 编辑器 | 详细介绍</title>
  <style>
    :root {
      --ye-primary: #2d6a4f;
      --ye-bg: #f8faf8;
      --ye-card: #fff;
      --ye-text: #1a1a1a;
      --ye-muted: #5c6b5c;
      --ye-border: #e2e8e0;
      --ye-font: "Noto Sans SC", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
    }
    * { box-sizing: border-box; margin: 0; padding: 0; }
    html { scroll-behavior: smooth; }
    body { font-family: var(--ye-font); background: var(--ye-bg); color: var(--ye-text); line-height: 1.8; min-height: 100vh; }
    .top-bar {
      background: linear-gradient(135deg, #1b4332 0%, #2d6a4f 100%);
      color: #fff;
      padding: 0.75rem 1.5rem;
      display: flex;
      align-items: center;
      gap: 1rem;
      flex-wrap: wrap;
    }
    .top-bar a { color: #fff; text-decoration: none; opacity: 0.9; }
    .top-bar a:hover { opacity: 1; text-decoration: underline; }
    .container { max-width: 720px; margin: 0 auto; padding: 2rem 1.5rem 4rem; }
    h1 { font-size: 1.75rem; margin-bottom: 1.5rem; color: var(--ye-primary); text-align: center; }
    h2 { font-size: 1.2rem; margin: 2rem 0 0.75rem; color: var(--ye-primary); border-left: 4px solid var(--ye-primary); padding-left: 0.75rem; }
    .about-card {
      background: var(--ye-card);
      border-radius: 12px;
      padding: 2rem;
      border: 1px solid var(--ye-border);
      box-shadow: 0 4px 20px rgba(45, 106, 79, 0.06);
      margin-bottom: 2rem;
    }
    .about-card p { margin: 1rem 0; color: var(--ye-muted); }
    .about-card p:first-of-type { margin-top: 0; }
    .about-card .lead { font-size: 1.05rem; color: var(--ye-text); font-weight: 500; }
    .brand { font-weight: 600; color: var(--ye-primary); }
    .notice-box { background: #fff9e6; border: 1px solid #e6d99c; border-radius: 8px; padding: 1rem 1.25rem; margin: 1.5rem 0; font-size: 0.95rem; }
    .notice-box p { margin: 0.5rem 0; }
    .footer-note { text-align: center; margin-top: 2rem; font-size: 0.9rem; color: var(--ye-muted); }
    .footer-note a { color: var(--ye-primary); text-decoration: none; }
    .footer-note a:hover { text-decoration: underline; }
    .site-footer { text-align: center; padding: 2rem 1rem; color: var(--ye-muted); font-size: 0.85rem; border-top: 1px solid var(--ye-border); margin-top: 2rem; }
    .site-footer a { color: var(--ye-primary); text-decoration: none; }
    .site-footer a:hover { text-decoration: underline; }
    .site-footer-version { font-size: 0.85rem; }
    .site-footer-zhengban { margin: 0.5rem 0; }
    .site-footer-zhengban a { display: inline-block; margin: 0 4px; }
    .site-footer-zhengban img { vertical-align: middle; }
  </style>
  <link href="https://fonts.googleapis.com/css2?family=Noto+Sans+SC:wght@400;500;600;700&display=swap" rel="stylesheet">
</head>
<body>
  <nav class="top-bar">
    <a href="https://www.youyacao.com" target="_blank" rel="noopener">优雅草官网</a>
    <a href="index.html">首页</a>
    <a href="api.html">技术接口文档</a>
    <a href="about.html">关于 yeditor</a>
    <a href="https://gitee.com/youyacao/yeditor" target="_blank" rel="noopener">Gitee</a>
    <a href="https://github.com/youyacao/yeditor" target="_blank" rel="noopener">GitHub</a>
  </nav>

  <div class="container">
    <h1>关于 yeditor</h1>

    <div class="about-card">
      <h2>产品介绍</h2>
      <p class="lead"><strong class="brand">yeditor(优雅草 HTML 编辑器)</strong>是成都市一颗优雅草科技有限公司在 2026 年 2 月发布的一款轻量级、开源的 HTML 富文本编辑器。</p>
      <p>本产品采用<strong>纯 JavaScript + CSS</strong> 实现,无任何第三方依赖,是灵活的 <strong>SDK</strong>,可嵌入各类需要富文本编辑功能的 Web 产品中,如博客、后台管理系统、文档系统、CMS、论坛等。界面简洁大方,支持字体大小、颜色、对齐、粗体斜体下划线、标题、列表、链接、单张/多张图片插入、源码模式等常用功能。</p>
      <p>yeditor 优先服务于优雅草科技自研项目及销售产品,其次开源供社区共同建设,让其变得更好用。对于所有开发者,是否选用见仁见智,愿意用就用即可,随缘。商业授权 <strong>29 元/永久</strong>,在 <a href="https://zhengban.youyacao.com" target="_blank" rel="noopener">zhengban.youyacao.com 正版授权中心</a> 可永久查询。</p>
    </div>

    <div class="about-card">
      <h2>重要须知(名称说明)</h2>
      <div class="notice-box">
        <p><strong>2026 年 3 月 1 日</strong>,经同行反馈我们才得知,本产品取名与 2012 年的一款开源项目「YEditor」撞衫。</p>
        <p><strong>2012 年的 YEditor</strong> 是一款<strong>类似 Notepad++ 的代码编辑器</strong>,用于本地代码编辑;<strong>我们的 yeditor</strong><strong>HTML 富文本编辑器</strong>,是灵活的 SDK,用于嵌入各类 Web 产品中的轻量级组件,二者<strong>并非同一产品</strong>,请大家须知。</p>
      </div>
      <p>此外,关于能够替代 Notepad++ 的<strong>轻量级代码编辑器</strong>,我们也在规划中,敬请期待。</p>
    </div>

    <div class="about-card">
      <h2>优雅草科技</h2>
      <p><strong>成都市一颗优雅草科技有限公司</strong>(简称「优雅草科技」)立足蓉城,虽规模不广,却志存高远。团队精干,成员寡而不弱,各司其职,皆能独当一面。</p>
      <p>公司所重者,不在虚名与浮华,而在结构之严谨、技术之深厚与执行之迅捷。凡项目立项,必由核心亲为;凡产品迭代,皆循长期主义之道。外观简朴而内核坚实,规模虽小而战力甚强。于纷繁市场之中,不逐流,不逐势,惟以认知为刃,以代码为基,审时度势,稳中求进。</p>
      <p>所谓「小而美」,非徒形容之辞,实乃精兵强将之象;所谓「战斗力强」,非喧哗之言,乃厚积薄发之证。优雅草,行稳而致远,静水而深流。</p>
      <p>官网:<a href="https://www.youyacao.com" target="_blank" rel="noopener">www.youyacao.com</a> | 开发者:<a href="https://www.youyacao.com/kaifa/zhuoivan.html" target="_blank" rel="noopener">卓伊凡</a></p>
    </div>

    <div class="about-card">
      <h2>开源与反馈</h2>
      <p>yeditor 开源发布,欢迎使用、学习与参与改进。如有问题或建议,可前往 <a href="https://gitee.com/youyacao/yeditor" target="_blank" rel="noopener">Gitee</a><a href="https://github.com/youyacao/yeditor" target="_blank" rel="noopener">GitHub</a><a href="https://gitcode.com/youyacao/yeditor" target="_blank" rel="noopener">GitCode</a> 提交 Issue 或 Pull Request,或加入<strong>优雅草开源技术客户交流群:929353806</strong> 交流。</p>
      <p>感谢您对优雅草科技与 yeditor 的关注。</p>
    </div>

    <footer class="site-footer">
      <p>© 成都市一颗优雅草科技有限公司 · <a href="https://www.youyacao.com/kaifa/zhuoivan.html" target="_blank" rel="noopener">卓伊凡</a></p>
      <p><a href="https://gitee.com/youyacao/yeditor" target="_blank" rel="noopener">Gitee</a> · <a href="https://github.com/youyacao/yeditor" target="_blank" rel="noopener">GitHub</a> · <a href="https://gitcode.com/youyacao/yeditor" target="_blank" rel="noopener">GitCode</a></p>
      <p class="site-footer-version">v1.0.1,2026年2月25日发布</p>
      <p class="site-footer-zhengban">
        <a href="https://zhengban.youyacao.com/pc/query/result?keyword=%E4%BC%98%E9%9B%85%E8%8D%89" target="_blank" rel="noopener noreferrer" title="正版授权验证"><img src="https://zhengban.youyacao.com/static/red.png" alt="正版授权" style="height:32px;" /></a>
        <a href="https://zhengban.youyacao.com/pc/query/result?keyword=%E4%BC%98%E9%9B%85%E8%8D%89" target="_blank" rel="noopener noreferrer" title="正版授权验证"><img src="https://zhengban.youyacao.com/static/green.png" alt="正版授权" style="height:32px;" /></a>
      </p>
      <p>蜀ICP备10036293号-7</p>
      <p>优雅草开源技术客户交流群:929353806</p>
    </footer>
  </div>
</body>
</html>