mirror of
https://github.com/Radiquum/AniX.git
synced 2025-04-30 09:59:41 +05:00
chore: bump version to 3.3.0
This commit is contained in:
parent
17e0c0e770
commit
71beccc16c
5 changed files with 21 additions and 3 deletions
|
@ -1,4 +1,4 @@
|
|||
export const CURRENT_APP_VERSION = "3.2.3";
|
||||
export const CURRENT_APP_VERSION = "3.3.0";
|
||||
|
||||
export const API_URL = "https://api.anixart.tv";
|
||||
export const API_PREFIX = "/api/proxy";
|
||||
|
|
|
@ -217,6 +217,9 @@ export const SettingsModal = (props: { isOpen: boolean; setIsOpen: any }) => {
|
|||
<div className="flex items-center justify-between">
|
||||
<div>
|
||||
<p className=" dark:text-white">Новый плеер</p>
|
||||
<p className="text-gray-500 dark:text-gray-300">
|
||||
Поддерживаемые источники: Kodik, Sibnet, Libria
|
||||
</p>
|
||||
</div>
|
||||
<ToggleSwitch
|
||||
color="blue"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue