mirror of
https://github.com/paricafe/misskey.git
synced 2025-03-13 03:59:17 -05:00
tweak autpspacing
This commit is contained in:
parent
6003f7890d
commit
ca332ea2fd
1 changed files with 0 additions and 52 deletions
|
@ -5,39 +5,9 @@ const NO_SPACEING_LIST = [
|
|||
'A股',
|
||||
'B股',
|
||||
'H股',
|
||||
'O型',
|
||||
'A型',
|
||||
'B型',
|
||||
'AB型',
|
||||
'RH阴性',
|
||||
'RH阳性',
|
||||
'IP地址',
|
||||
'IP卡',
|
||||
'SIM卡',
|
||||
'IC卡',
|
||||
'ID号',
|
||||
'CD机',
|
||||
'IT界',
|
||||
'PC端',
|
||||
'PM',
|
||||
'PM2.5',
|
||||
'PPT',
|
||||
'QQ号',
|
||||
'SQL注入',
|
||||
'USB口',
|
||||
'UV层',
|
||||
'WiFi',
|
||||
'T恤',
|
||||
'A字裙',
|
||||
'B字裙',
|
||||
'H型',
|
||||
'T型',
|
||||
'X型',
|
||||
'S码',
|
||||
'M码',
|
||||
'L码',
|
||||
'XL码',
|
||||
'XXL码',
|
||||
'A站',
|
||||
'B站',
|
||||
'C站',
|
||||
|
@ -46,29 +16,7 @@ const NO_SPACEING_LIST = [
|
|||
'UP主',
|
||||
'X光',
|
||||
'B超',
|
||||
'CT室',
|
||||
'PH值',
|
||||
'X档案',
|
||||
'Q弹',
|
||||
'N倍',
|
||||
'AA制',
|
||||
'K歌',
|
||||
'维生素A',
|
||||
'维生素B',
|
||||
'维生素C',
|
||||
'维生素D',
|
||||
'维生素E',
|
||||
'阿Q',
|
||||
'Q版',
|
||||
'OA系统',
|
||||
'PR值',
|
||||
'A型柱',
|
||||
'B型柱',
|
||||
'N档',
|
||||
'P档',
|
||||
'R档',
|
||||
'D档',
|
||||
'3D打印',
|
||||
];
|
||||
|
||||
const LIST_WINDOW = NO_SPACEING_LIST.reduce((a, b) => Math.max(a, b.length), 0) + 1;
|
||||
|
|
Loading…
Add table
Reference in a new issue