Skip to content

Commit

Permalink
docs: 更新说明文档
Browse files Browse the repository at this point in the history
  • Loading branch information
JohnieXu committed Jul 27, 2023
1 parent dbc2504 commit 97668dd
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,16 @@
# decrypt-core

<div align="center">

[![NPM version][npm-image]][npm-url] [![NPM downloads](https://img.shields.io/npm/dm/decrypt-core)](https://www.npmjs.com/package/decrypt-core)

[npm-image]: https://img.shields.io/npm/v/decrypt-core
[npm-url]: https://www.npmjs.com/package/decrypt-core

基于 3DES 算法的数据加解密核心库

</div>

## 特性

- 使用简单-提供加密、解密、签名函数
Expand Down

1 comment on commit 97668dd

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Coverage report

St.
Category Percentage Covered / Total
🟡 Statements 61.56% 530/861
🟡 Branches 62.73% 101/161
🟡 Functions 65.28% 94/144
🟡 Lines 61.75% 473/766

Test suite run success

31 tests passing in 5 suites.

Report generated by 🧪jest coverage report action from 97668dd

Please sign in to comment.