From dff8ad544d613df985bb98b69533ccb3a57da8d2 Mon Sep 17 00:00:00 2001 From: redhoodsu Date: Wed, 28 Dec 2022 08:37:35 +0800 Subject: [PATCH] docs: add luna --- README.md | 1 + README_CN.md | 1 + 2 files changed, 2 insertions(+) diff --git a/README.md b/README.md index 62f411d..998b7cd 100644 --- a/README.md +++ b/README.md @@ -126,6 +126,7 @@ If you want to create a plugin yourself, follow the guides [here](./doc/PLUGIN.m * [chii](https://github.com/liriliri/chii): Remote debugging tool. * [chobitsu](https://github.com/liriliri/chobitsu): Chrome devtools protocol JavaScript implementation. * [licia](https://github.com/liriliri/licia): Utility library used by eruda. +* [luna](https://github.com/liriliri/luna): UI components used by eruda. ## Third Party diff --git a/README_CN.md b/README_CN.md index cf67d49..8215406 100644 --- a/README_CN.md +++ b/README_CN.md @@ -127,3 +127,4 @@ eruda.init({ * [chii](https://github.com/liriliri/chii):远程调试工具。 * [chobitsu](https://github.com/liriliri/chobitsu): Chrome devtools 协议 JavaScript 实现。 * [licia](https://github.com/liriliri/licia):Eruda 使用的工具库。 +* [luna](https://github.com/liriliri/luna): Eruda 使用的 UI 组件库。