From 62c8cdc19b6cfd77d3e68ae51dae6c2853b14c95 Mon Sep 17 00:00:00 2001 From: kabeep Date: Wed, 1 May 2024 13:52:15 +0800 Subject: [PATCH] Update README.md --- README.md | 3 +++ README.zh-CN.md | 3 +++ 2 files changed, 6 insertions(+) diff --git a/README.md b/README.md index f385b9b..8e3e0b4 100644 --- a/README.md +++ b/README.md @@ -12,9 +12,12 @@ Exception is a custom error library for Node.js that provides a more flexible an ![Version](https://img.shields.io/badge/Version-1.0.0-cornflowerblue) [![codecov](https://codecov.io/gh/kabeep/exception/graph/badge.svg?token=KZH2CVD2CD)](https://codecov.io/gh/kabeep/exception) [![License](https://img.shields.io/badge/License-MIT-slateblue)](LICENSE) +[![CircleCI](https://dl.circleci.com/status-badge/img/circleci/Qh23T2Zgw4Fy4V8uvKaymp/JeKeBwNTskLytiuiJPdQ2R/tree/master.svg?style=svg)](https://dl.circleci.com/status-badge/redirect/circleci/Qh23T2Zgw4Fy4V8uvKaymp/JeKeBwNTskLytiuiJPdQ2R/tree/master) English | [简体中文](README.zh-CN.md) +![Alt](https://repobeats.axiom.co/api/embed/92224457b32c02414aa34c21a923f17f95019cd4.svg "Repobeats analytics image") + inheritance-tree Inheritance and the prototype chain diff --git a/README.zh-CN.md b/README.zh-CN.md index 519a8ab..b1727cc 100644 --- a/README.zh-CN.md +++ b/README.zh-CN.md @@ -10,9 +10,12 @@ Exception 是一个用于 Node.js 的自定义错误库,它提供了一种更 ![Version](https://img.shields.io/badge/Version-1.0.0-cornflowerblue) [![codecov](https://codecov.io/gh/kabeep/exception/graph/badge.svg?token=KZH2CVD2CD)](https://codecov.io/gh/kabeep/exception) [![License](https://img.shields.io/badge/License-MIT-slateblue)](LICENSE) +[![CircleCI](https://dl.circleci.com/status-badge/img/circleci/Qh23T2Zgw4Fy4V8uvKaymp/JeKeBwNTskLytiuiJPdQ2R/tree/master.svg?style=svg)](https://dl.circleci.com/status-badge/redirect/circleci/Qh23T2Zgw4Fy4V8uvKaymp/JeKeBwNTskLytiuiJPdQ2R/tree/master) [English](README.md) | 简体中文 +![Alt](https://repobeats.axiom.co/api/embed/92224457b32c02414aa34c21a923f17f95019cd4.svg "Repobeats analytics image") + inheritance-tree 继承与原型链