Skip to content

Commit 71a060d

Browse files
Merge remote-tracking branch 'origin/main'
2 parents 968c69a + e4d2508 commit 71a060d

1 file changed

Lines changed: 8 additions & 2 deletions

File tree

README.md

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
33
RandList is a random list generator for quickly picking random results from a number range or a custom list. It is useful for drawings, random grouping, choosing candidates, and generating random numbers.
44

55
> This project is not open source. This GitHub page is only used for project presentation and usage information.
6+
Compatible with iPhone and iPad (iOS 17.0+), as well as Apple Silicon Macs (macOS 14.0+). The Liquid Glass effect requires iOS 26.0+ or macOS 26.0+.
7+
The original Java version of RandList is open source. If you need an open-source version, you can clone the Java repository.
8+
<br>
9+
<p align="center">
10+
<a href="https://apps.apple.com/app/randlist/id6766366716">
11+
<img width="1083" height="677" alt="GitHub README" src="https://github.com/user-attachments/assets/f595ae8b-e547-451a-8866-b6678a86423e" />
12+
</a>
13+
</p>
614

715
## Features
816

@@ -211,5 +219,3 @@ RandList performs random generation, input memory, result history, and settings
211219
## Notice
212220

213221
This repository is only for presenting RandList and explaining how to use it. It does not grant open-source rights, redistribution rights, or commercial usage rights.
214-
215-
The Java version of RandList is open source. If you need an open-source version, you can clone the Java repository.

0 commit comments

Comments
 (0)