[UI > QuickInstall] Implement (#45)
* [UI > QuickInstall] Init * [Constants] Update PROXY_PREFIX * [TS] Type additional constants * [Style] Move Metro filter imports to top of imports
This commit is contained in:
parent
3082c840c8
commit
5148fdb15f
6 changed files with 118 additions and 1 deletions
|
@ -1,3 +1,8 @@
|
|||
export const DISCORD_SERVER = "https://discord.gg/n9QQ4XhhJP";
|
||||
export const DISCORD_SERVER_ID = "1015931589865246730";
|
||||
export const PLUGINS_CHANNEL_ID = "1091880384561684561";
|
||||
export const THEMES_CHANNEL_ID = "1091880434939482202";
|
||||
export const GITHUB = "https://github.com/vendetta-mod";
|
||||
export const HTTP_REGEX = /^https?:\/\/(?:www\.)?[-a-zA-Z0-9@:%._\+~#=]{1,256}\.[a-zA-Z0-9()]{1,6}\b(?:[-a-zA-Z0-9()@:%_\+.~#?&\/=]*)$/;
|
||||
export const PROXY_PREFIX = "https://vd-plugins.github.io/proxy";
|
||||
export const HTTP_REGEX = /^https?:\/\/(?:www\.)?[-a-zA-Z0-9@:%._\+~#=]{1,256}\.[a-zA-Z0-9()]{1,6}\b(?:[-a-zA-Z0-9()@:%_\+.~#?&\/=]*)$/;
|
||||
export const HTTP_REGEX_MULTI = /https?:\/\/(?:www\.)?[-a-zA-Z0-9@:%._\+~#=]{1,256}\.[a-zA-Z0-9()]{1,6}\b(?:[-a-zA-Z0-9()@:%_\+.~#?&//=]*)/g;
|
Loading…
Add table
Add a link
Reference in a new issue