修改README

This commit is contained in:
Kynix Chen 2024-07-31 10:09:30 +08:00
parent cbdcdaa9dd
commit 2ce75de493

View File

@ -1,15 +1,15 @@
# Axiomatrix Optimized Toolchain
一套大大简化开发流程的后端工具库由Axiomatrix Org.开发并开源。
## 已包含模块
- <a href="./optimized_go_tools/am_docs/cors.md">Cors 中间件</a>
- <a href="./optimized_go_tools/am_docs/hashsalt.md">哈希加盐加密比对工具</a>
- <a href="./optimized_go_tools/am_docs/jwt.md">JWT 生成和校验工具</a>
- <a href="./optimized_go_tools/am_docs/random.md">随机数字/混合字串生成工具</a>
- <a href="./optimized_go_tools/am_docs/ratelimit.md">访问频率限制中间件</a>
- <a href="./optimized_go_tools/am_docs/redis.md">Redis 配置和操作工具</a>
- <a href="./optimized_go_tools/am_docs/rsa.md">RSA 非对称加解密工具</a>
- <a href="./optimized_go_tools/am_docs/smtp.md">SMTP 邮件发送工具</a>
- <a href="./optimized_go_tools/am_docs/mongo.md">MongoDB 配置和操作工具</a>
- <a href="./optimized_go_tools/src/branch/main/am_docs/cors.md">Cors 中间件</a>
- <a href="./optimized_go_tools/src/branch/main/am_docs/hashsalt.md">哈希加盐加密比对工具</a>
- <a href="./optimized_go_tools/src/branch/main/am_docs/jwt.md">JWT 生成和校验工具</a>
- <a href="./optimized_go_tools/src/branch/main/am_docs/random.md">随机数字/混合字串生成工具</a>
- <a href="./optimized_go_tools/src/branch/main/am_docs/ratelimit.md">访问频率限制中间件</a>
- <a href="./optimized_go_tools/src/branch/main/am_docs/redis.md">Redis 配置和操作工具</a>
- <a href="./optimized_go_tools/src/branch/main/am_docs/rsa.md">RSA 非对称加解密工具</a>
- <a href="./optimized_go_tools/src/branch/main/am_docs/smtp.md">SMTP 邮件发送工具</a>
- <a href="./optimized_go_tools/src/branch/main/am_docs/mongo.md">MongoDB 配置和操作工具</a>
## 作者
Axiomatrix Org.