docs: add luna

This commit is contained in:
redhoodsu
2022-12-28 08:37:35 +08:00
parent abfb1e383b
commit dff8ad544d
2 changed files with 2 additions and 0 deletions

View File

@@ -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

View File

@@ -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 组件库。