mirror of
https://github.com/ThatGuySam/doesitarm.git
synced 2026-05-15 06:35:20 -07:00
Add plus to allowed title characters
This commit is contained in:
parent
08bde562b0
commit
7f55f6f80f
1 changed files with 1 additions and 1 deletions
|
|
@ -16,7 +16,7 @@ import {
|
||||||
|
|
||||||
require('dotenv').config()
|
require('dotenv').config()
|
||||||
|
|
||||||
const allowedTitleCharacters = new Set( 'ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz1234567890 -_.®/\()音乐体验版'.split('') )
|
const allowedTitleCharacters = new Set( 'ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz1234567890 -+_.®/\()音乐体验版'.split('') )
|
||||||
|
|
||||||
// Detect Emojis(Extended Pictograph) in string
|
// Detect Emojis(Extended Pictograph) in string
|
||||||
// https://stackoverflow.com/a/64007175/1397641
|
// https://stackoverflow.com/a/64007175/1397641
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue