From 3c2e1c2b7d4363fdca3cccacc0fd451f9c1d3389 Mon Sep 17 00:00:00 2001 From: ARCJ137442 <61109168+ARCJ137442@users.noreply.github.com> Date: Sat, 14 Sep 2024 00:02:29 +0800 Subject: [PATCH] =?UTF-8?q?docs:=20:memo:=20=E7=BB=A7=E7=BB=AD=E6=9B=B4?= =?UTF-8?q?=E6=96=B0README=E5=BE=BD=E7=AB=A0=E5=A2=99?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 从尽可能地拿到了所有能用的徽章,并恢复为默认对齐(左对齐)排版 --- .markdownlint.json | 1 + README.en.md | 23 +++++++++++++++++------ README.md | 26 ++++++++++++++++++++------ 3 files changed, 38 insertions(+), 12 deletions(-) diff --git a/.markdownlint.json b/.markdownlint.json index 6293096..2df14d9 100644 --- a/.markdownlint.json +++ b/.markdownlint.json @@ -1,5 +1,6 @@ { "// * 🚩【2024-09-13 23:05:38】在README中禁用「内联div、img」与「单行尺寸」以允许badges": {}, + "// * ✅【2024-09-13 23:55:07】现在不再使用:放弃居中对齐,采用Markdown语法": {}, "line-length": false, "no-inline-html": { "allowed_elements": [ diff --git a/README.en.md b/README.en.md index a85b972..ef04763 100644 --- a/README.en.md +++ b/README.en.md @@ -8,12 +8,23 @@ ![logo](./docs/image/opennars-logo-modified-with-rust.svg) -
- License - Code Size - Lines of Code - Language -
+![License](https://img.shields.io/crates/l/narust_158?style=for-the-badge) +[![Conventional Commits](https://img.shields.io/badge/Conventional%20Commits-2.0.0-%23FE5196?style=for-the-badge)](https://conventionalcommits.org) +[![Language](https://img.shields.io/badge/language-Rust-white?style=for-the-badge&color=ff7043)](https://www.rust-lang.org) + + +![Created At](https://img.shields.io/github/created-at/ARCJ137442/NARust-158?style=for-the-badge) +![Last Commit](https://img.shields.io/github/last-commit/ARCJ137442/NARust-158?style=for-the-badge) +![Last Commit](https://img.shields.io/github/last-commit/ARCJ137442/NARust-158?style=for-the-badge)![GitHub commits since latest release](https://img.shields.io/github/commits-since/ARCJ137442/NARust-158/latest?style=for-the-badge) + +![Code Size](https://img.shields.io/github/languages/code-size/ARCJ137442/NARust-158?style=for-the-badge) +![Lines of Code](https://www.aschey.tech/tokei/github.com/ARCJ137442/NARust-158?style=for-the-badge) + +[![crates.io](https://img.shields.io/crates/v/narust_158?style=for-the-badge)](https://crates.io/crates/narust_158) +[![docs.rs](https://img.shields.io/docsrs/narust-158?style=for-the-badge)](https://docs.rs/narust_158) +![Downloads](https://img.shields.io/crates/d/narust_158?style=for-the-badge) +![Recent Downloads](https://img.shields.io/crates/dr/narust_158?style=for-the-badge) +![Crate Size](https://img.shields.io/crates/size/narust_158?style=for-the-badge) A [Non-Axiomatic Reasoning System](http://www.opennars.org/) implemented in [Rust](https://www.rust-lang.org/), based on [OpenNARS 1.5.8](https://github.com/patham9/opennars_declarative_core). diff --git a/README.md b/README.md index aed24e4..0baa4e5 100644 --- a/README.md +++ b/README.md @@ -9,12 +9,24 @@ ![logo](./docs/image/opennars-logo-modified-with-rust.svg) -
- License - Code Size - Lines of Code - Language -
+![License](https://img.shields.io/crates/l/narust_158?style=for-the-badge) +[![Conventional Commits](https://img.shields.io/badge/Conventional%20Commits-2.0.0-%23FE5196?style=for-the-badge)](https://conventionalcommits.org) +[![Language](https://img.shields.io/badge/language-Rust-white?style=for-the-badge&color=ff7043)](https://www.rust-lang.org) + + +![Created At](https://img.shields.io/github/created-at/ARCJ137442/NARust-158?style=for-the-badge) +![Last Commit](https://img.shields.io/github/last-commit/ARCJ137442/NARust-158?style=for-the-badge) +![Last Commit](https://img.shields.io/github/last-commit/ARCJ137442/NARust-158?style=for-the-badge)![GitHub commits since latest release](https://img.shields.io/github/commits-since/ARCJ137442/NARust-158/latest?style=for-the-badge) + +![Code Size](https://img.shields.io/github/languages/code-size/ARCJ137442/NARust-158?style=for-the-badge) +![Lines of Code](https://www.aschey.tech/tokei/github.com/ARCJ137442/NARust-158?style=for-the-badge) + +[![crates.io](https://img.shields.io/crates/v/narust_158?style=for-the-badge)](https://crates.io/crates/narust_158) +[![docs.rs](https://img.shields.io/docsrs/narust-158?style=for-the-badge)](https://docs.rs/narust_158) +![Downloads](https://img.shields.io/crates/d/narust_158?style=for-the-badge) +![Recent Downloads](https://img.shields.io/crates/dr/narust_158?style=for-the-badge) +![Crate Size](https://img.shields.io/crates/size/narust_158?style=for-the-badge) + + ## 在线演示 得益于Rust与WebAssembly的集成技术,该推理系统具有[网页版](https://arcj137442.github.io/demo-158-dev/),并可直接在支持WebAssembly的浏览器中运行。