Update src/utils/splashText.ts
Co-authored-by: Vitaly <vital2580@icloud.com>
This commit is contained in:
parent
42f973e057
commit
90c283c5ee
1 changed files with 1 additions and 1 deletions
|
|
@ -1,5 +1,5 @@
|
|||
const MAX_WORDS = 5
|
||||
const HTTPS_REGEX = /^https?:\/\/[-\w@:%.+~#=]{1,256}\.[a-zA-Z\d()]{1,6}\b([-\w()@:%+.~#?&/=]*)$/
|
||||
const HTTPS_REGEX = /^https?:\/\//
|
||||
const TIMEOUT_MS = 5000
|
||||
const SPLASH_CACHE_KEY = 'minecraft_splash_text_cache'
|
||||
const SPLASH_URL_KEY = 'minecraft_splash_url'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue