From fc65e51df152f26ee8df08c4363f89d1b579bd56 Mon Sep 17 00:00:00 2001 From: redhoodsu Date: Tue, 20 Dec 2022 00:34:26 +0800 Subject: [PATCH] docs: remove eruda-dom --- README.md | 1 - README_CN.md | 1 - 2 files changed, 2 deletions(-) diff --git a/README.md b/README.md index 4e44d13..45e2ac8 100644 --- a/README.md +++ b/README.md @@ -115,7 +115,6 @@ eruda.init({ * [eruda-code](https://github.com/liriliri/eruda-code): Run JavaScript code. * [eruda-benchmark](https://github.com/liriliri/eruda-benchmark): Run JavaScript benchmarks. * [eruda-geolocation](https://github.com/liriliri/eruda-geolocation): Test geolocation. -* [eruda-dom](https://github.com/liriliri/eruda-dom): Navigate dom tree. * [eruda-orientation](https://github.com/liriliri/eruda-orientation): Test orientation api. * [eruda-touches](https://github.com/liriliri/eruda-touches): Visualize screen touches. diff --git a/README_CN.md b/README_CN.md index 9c3e0f4..11bed0f 100644 --- a/README_CN.md +++ b/README_CN.md @@ -116,7 +116,6 @@ eruda.init({ * [eruda-code](https://github.com/liriliri/eruda-code):运行 JavaScript 代码。 * [eruda-benchmark](https://github.com/liriliri/eruda-benchmark):运行 JavaScript 性能测试。 * [eruda-geolocation](https://github.com/liriliri/eruda-geolocation):测试地理位置接口。 -* [eruda-dom](https://github.com/liriliri/eruda-dom):浏览 dom 树。 * [eruda-orientation](https://github.com/liriliri/eruda-orientation):测试重力感应接口。 * [eruda-touches](https://github.com/liriliri/eruda-orientation):可视化屏幕 Touch 事件触发。