feat: add-tool base64 #7

Merged
typist merged 2 commits from feat/add-tool/base64 into main 2025-10-28 04:39:39 +08:00

2 Commits

Author SHA1 Message Date
typist
f960475b0f fix: update layout styles to prevent overflow issues
- Added overflow-hidden class to the main layout and container to ensure proper content display without overflow.
2025-10-28 04:39:50 +08:00
typist
37489a4698 feat: add Base64 encoder/decoder tool component
- Implemented a new Base64 tool with encoding and decoding functionalities.
- Updated the tool index to include the new Base64 component with appropriate description and icon.
2025-10-28 04:38:42 +08:00