npm package discovery and stats viewer.

Discover Tips

  • General search

    [free text search, go nuts!]

  • Package details

    pkg:[package-name]

  • User packages

    @[username]

Sponsor

Optimize Toolset

I’ve always been into building performant and accessible sites, but lately I’ve been taking it extremely seriously. So much so that I’ve been building a tool to help me optimize and monitor the sites that I build to make sure that I’m making an attempt to offer the best experience to those who visit them. If you’re into performant, accessible and SEO friendly sites, you might like it too! You can check it out at Optimize Toolset.

About

Hi, 👋, I’m Ryan Hefner  and I built this site for me, and you! The goal of this site was to provide an easy way for me to check the stats on my npm packages, both for prioritizing issues and updates, and to give me a little kick in the pants to keep up on stuff.

As I was building it, I realized that I was actually using the tool to build the tool, and figured I might as well put this out there and hopefully others will find it to be a fast and useful way to search and browse npm packages as I have.

If you’re interested in other things I’m working on, follow me on Twitter or check out the open source projects I’ve been publishing on GitHub.

I am also working on a Twitter bot for this site to tweet the most popular, newest, random packages from npm. Please follow that account now and it will start sending out packages soon–ish.

Open Software & Tools

This site wouldn’t be possible without the immense generosity and tireless efforts from the people who make contributions to the world and share their work via open source initiatives. Thank you 🙏

© 2026 – Pkg Stats / Ryan Hefner

lichen-nodes

v0.1.8

Published

### 属性

Readme

设计器

属性

  1. 手动添加/删除属性

    • 组件默认带有部分属性,其他属性需要手动添加,不需要时可以删除
  2. 组件编码允许重复,匹配规则如下

    • 子表、列表内的组件编码允许重复,访问时需要通过子表、列表: Table1[0].Text1 / List1.Number1
    • TODO:
  3. 将组件分为三部分分别配置属性:根(整体)、标题、主体

    • 根 = 标题 + 主体
    • 标题与主题的位置关系 通过 根布局 属性进行配置
    • 选项、图片等排列方式通过 主体布局 属性进行配置
  4. 样式继承

事件

  1. 事件在设计器中勾选后,通过插件自动生成事件模板文件

组件

  1. 表格

    • 子表 改为 表格
    • 支持纯代码模式
  2. 关联选择、下拉框

  3. 弹出容器

    • 分为 Modal Popover
  4. 排版

    • 标签 改为 排版
  5. 图片、附件

    • 拆分成 图片列表、附件列表、图片上传、文件上传
    • 不支持链接上传(从根源解决防盗链问题,建议通过复制粘贴上传)

样式

  1. 通过根节点属性 ConfigProvider 配置主题
  2. css 样式只能添加在根节点属性
    • 根节点CSS 样式添加后,会通过插件自动生成 css 文件,需要覆盖的样式统一写在这个文件中
    • 优先通过 ConfigProvider 配置主题,必要时再通过 css 样式覆盖

表单

  1. 分批加载

    • 优先展示高优先级信息
  2. 自定义渲染函数

    • 属性配置中选择“自定义渲染函数”,render.tsx 中完成函数实现

开发

  1. 本地调试

    • yarn dev 打开 http://localhost:3001/{moduleid}
  2. 发布

    • 点击刷新获取最新数据 -> 点击打包 -> 点击发布
  3. TODO: 代码提示

智能体

TODO:

TODOS

  • [ ] 图片文件结构简化
  • [ ] 图片文件自定义事件
  • [ ] 表格内默认样式