diff --git a/README.md b/README.md index 4bd0aa9..6f9c5f1 100644 --- a/README.md +++ b/README.md @@ -1,8 +1,12 @@ -# CSS-Diff +
+ CSS-Diff logo -English | [简体中文](./README.zh-CN.md) +

CSS-Diff

-CSS-Diff is a DevTools sidebar extension for comparing the computed CSS of two DOM elements. It is built for frontend debugging: select two elements in the Elements panel, then inspect what changed, search for a property, and copy a CSS declaration with one click. +

English | 简体中文

+ +

CSS-Diff is a DevTools sidebar extension for comparing the computed CSS of two DOM elements. It is built for frontend debugging: select two elements in the Elements panel, then inspect what changed, search for a property, and copy a CSS declaration with one click.

+
![Screenshot](https://github.com/Jevin0/css-diff-devtools/blob/main/img/screenshot.png?raw=true) diff --git a/README.zh-CN.md b/README.zh-CN.md index e02cc65..81f85cc 100644 --- a/README.zh-CN.md +++ b/README.zh-CN.md @@ -1,8 +1,12 @@ -# CSS-Diff +
+ CSS-Diff logo -[English](./README.md) | 简体中文 +

CSS-Diff

-CSS-Diff 是一个用于比较两个 DOM 元素计算后 CSS 的 DevTools 侧边栏扩展。它面向前端调试场景:在 Elements 面板中选择两个元素,即可查看哪些样式发生了变化、搜索指定属性,并一键复制 CSS 声明。 +

English | 简体中文

+ +

CSS-Diff 是一个用于比较两个 DOM 元素计算后 CSS 的 DevTools 侧边栏扩展。它面向前端调试场景:在 Elements 面板中选择两个元素,即可查看哪些样式发生了变化、搜索指定属性,并一键复制 CSS 声明。

+
![Screenshot](https://github.com/Jevin0/css-diff-devtools/blob/main/img/screenshot.png?raw=true) diff --git a/img/logo.png b/img/logo.png new file mode 100644 index 0000000..2240db2 Binary files /dev/null and b/img/logo.png differ