From cd84b22e5bd8e2086a5fe89cfc42ed4e03120441 Mon Sep 17 00:00:00 2001 From: kenny <397317382@qq.com> Date: Thu, 21 Dec 2023 23:44:17 +0900 Subject: [PATCH] 1 --- README-ja.md | 1 + README-zh.md | 1 + README.md | 2 +- package.json | 2 +- 4 files changed, 4 insertions(+), 2 deletions(-) diff --git a/README-ja.md b/README-ja.md index 8b1bc0f..3e5e366 100644 --- a/README-ja.md +++ b/README-ja.md @@ -8,6 +8,7 @@ ![NPM Downloads](https://img.shields.io/npm/dw/@mwx47/teleport) ![NPM License](https://img.shields.io/npm/l/@mwx47/teleport) ![GitHub Workflow Status](https://github.com/weixiangmeng521/teleport/actions/workflows/master.yml/badge.svg) +[![GitHub 仓库](https://img.shields.io/badge/GitHub-Repo-blue.svg)](https://github.com//weixiangmeng521/teleport) **Teleport** は、TypeScript 向けの軽量で多機能なイベントハンドリングライブラリで、RxJS からインスパイアを得ています。このライブラリを使用すると、アプリケーション内でのイベントを効果的に管理および通信することができます。これにより、イベントマネージャーの単一かつ中央集権的なインスタンスが保証され、コードベースのさまざまなセクションでのイベントの調整とハンドリングが簡素化されます。 diff --git a/README-zh.md b/README-zh.md index 0ff7cd8..2f2afa1 100644 --- a/README-zh.md +++ b/README-zh.md @@ -8,6 +8,7 @@ ![NPM Downloads](https://img.shields.io/npm/dw/@mwx47/teleport) ![NPM License](https://img.shields.io/npm/l/@mwx47/teleport) ![GitHub Workflow Status](https://github.com/weixiangmeng521/teleport/actions/workflows/master.yml/badge.svg) +[![GitHub 仓库](https://img.shields.io/badge/GitHub-Repo-blue.svg)](https://github.com//weixiangmeng521/teleport) **Teleport** 是一个轻量级、多功能的 TypeScript 事件处理库,受 RxJS 启发而创建。它使您能够使用单例模式在应用程序中有效地管理和通信事件。这种方法保证了事件管理器的单一、集中的实例,简化了在代码库的各个部分之间进行事件协调和处理的操作。 diff --git a/README.md b/README.md index 64d1fb9..83bcc3b 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,7 @@ ![NPM Downloads](https://img.shields.io/npm/dw/@mwx47/teleport) ![NPM License](https://img.shields.io/npm/l/@mwx47/teleport) ![GitHub Workflow Status](https://github.com/weixiangmeng521/teleport/actions/workflows/master.yml/badge.svg) - +[![GitHub 仓库](https://img.shields.io/badge/GitHub-Repo-blue.svg)](https://github.com//weixiangmeng521/teleport) **Teleport** is a lightweight and versatile event handling library crafted for TypeScript, drawing inspiration from RxJS. It empowers you to effectively manage and communicate events within your application using a singleton pattern. This approach guarantees a single, centralized instance of the event manager, simplifying event coordination and handling across various sections of your codebase. diff --git a/package.json b/package.json index 9d4880b..da1057b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@mwx47/teleport", - "version": "1.1.7", + "version": "1.1.8", "description": "A library for managing and communicating events in your application through a singleton pattern. This pattern ensures that there is a single instance of the event manager, making it easy to coordinate and handle events across different parts of your codebase.", "main": "./src/index.js", "keywords": [