mirror of
https://iceshrimp.dev/limepotato/jormungandr-bite.git
synced 2025-03-04 07:18:50 -07:00
Add some symbols
This commit is contained in:
parent
0a0a57cdff
commit
32d4120cec
1 changed files with 3 additions and 1 deletions
|
@ -72,12 +72,14 @@ const symbols = [
|
|||
'*',
|
||||
'/',
|
||||
'%',
|
||||
'~',
|
||||
'^',
|
||||
'&',
|
||||
'|',
|
||||
'>',
|
||||
'<',
|
||||
'~'
|
||||
'!',
|
||||
'?'
|
||||
];
|
||||
|
||||
// 変数宣言
|
||||
|
|
Loading…
Add table
Reference in a new issue