Commit graph

4 commits

Author SHA1 Message Date
moreoronce
7ff38f6c76 feat: Add URL validation and prompt feature
- Update Dependence
2024-10-05 20:11:26 +08:00
moreoronce
e0bd5602ab feat: Add URL validation and prompt feature
- Implemented regular expression validation for the input URL in WebViewActivity.
- Display a prompt saying "Please enter a valid website address" if the URL format is incorrect.
- Maintained existing functionality to ensure that only valid URLs can be loaded.
- Split the WebView functionality from MainActivity into a separate page
2024-10-05 19:57:47 +08:00
moreoronce
51dd4fccbb delete unnecessary import 2024-10-05 12:47:44 +08:00
moreoronce
1e3175db83 init 2024-10-05 12:35:47 +08:00