Skip to content
项目
群组
代码片段
帮助
正在加载...
帮助
提交反馈
为 GitLab 提交贡献
登录
切换导航
T
TrainSys
项目
项目
详情
动态
版本
周期分析
仓库
仓库
文件
提交
分支
标签
贡献者
分支图
比较
统计图
议题
0
议题
0
列表
看板
标记
里程碑
合并请求
0
合并请求
0
CI / CD
CI / CD
流水线
作业
计划
统计图
Wiki
Wiki
代码片段
代码片段
成员
成员
收起侧边栏
关闭侧边栏
动态
分支图
统计图
创建新议题
作业
提交
议题看板
打开侧边栏
苏州培训方案
TrainSys
提交
2e8bf78e
提交
2e8bf78e
编写于
10月 25, 2022
作者:
chitanda
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
delete: 删除脏文件
上级
0f6d4132
变更
12
展开全部
隐藏空白字符变更
内嵌
并排
正在显示
12 个修改的文件
包含
0 行增加
和
199 行删除
+0
-199
async-validator.min.js
app_Web/public/extras/js/async-validator.min.js
+0
-1
axios.min.js
app_Web/public/extras/js/axios.min.js
+0
-1
dayjs.min.js
app_Web/public/extras/js/dayjs.min.js
+0
-1
ibiz-dynamic-model-api.system.min.js
...Web/public/extras/js/ibiz-dynamic-model-api.system.min.js
+0
-1
iview.min.js
app_Web/public/extras/js/iview.min.js
+0
-26
lodash.min.js
app_Web/public/extras/js/lodash.min.js
+0
-140
pluralize.min.js
app_Web/public/extras/js/pluralize.min.js
+0
-1
qs.min.js
app_Web/public/extras/js/qs.min.js
+0
-1
ramda.min.js
app_Web/public/extras/js/ramda.min.js
+0
-1
system.min.js
app_Web/public/extras/js/system.min.js
+0
-4
vue-router.min.js
app_Web/public/extras/js/vue-router.min.js
+0
-11
vue.runtime.min.js
app_Web/public/extras/js/vue.runtime.min.js
+0
-11
未找到文件。
app_Web/public/extras/js/async-validator.min.js
已删除
100644 → 0
浏览文件 @
0f6d4132
此差异已折叠。
点击以展开。
app_Web/public/extras/js/axios.min.js
已删除
100644 → 0
浏览文件 @
0f6d4132
此差异已折叠。
点击以展开。
app_Web/public/extras/js/dayjs.min.js
已删除
100644 → 0
浏览文件 @
0f6d4132
!
function
(
t
,
e
){
"object"
==
typeof
exports
&&
"undefined"
!=
typeof
module
?
module
.
exports
=
e
():
"function"
==
typeof
define
&&
define
.
amd
?
define
(
e
):(
t
=
"undefined"
!=
typeof
globalThis
?
globalThis
:
t
||
self
).
dayjs
=
e
()}(
this
,(
function
(){
"use strict"
;
var
t
=
1
e3
,
e
=
6
e4
,
n
=
36
e5
,
r
=
"millisecond"
,
i
=
"second"
,
s
=
"minute"
,
u
=
"hour"
,
a
=
"day"
,
o
=
"week"
,
f
=
"month"
,
h
=
"quarter"
,
c
=
"year"
,
d
=
"date"
,
$
=
"Invalid Date"
,
l
=
/^
(\d{4})[
-
/]?(\d{1,2})?[
-
/]?(\d{0,2})[
Tt
\s]
*
(\d{1,2})?
:
?(\d{1,2})?
:
?(\d{1,2})?[
.:
]?(\d
+
)?
$/
,
y
=
/
\[([^\]]
+
)
]|Y
{1,4}
|M
{1,4}
|D
{1,2}
|d
{1,4}
|H
{1,2}
|h
{1,2}
|a|A|m
{1,2}
|s
{1,2}
|Z
{1,2}
|SSS/g
,
M
=
{
name
:
"en"
,
weekdays
:
"Sunday_Monday_Tuesday_Wednesday_Thursday_Friday_Saturday"
.
split
(
"_"
),
months
:
"January_February_March_April_May_June_July_August_September_October_November_December"
.
split
(
"_"
)},
m
=
function
(
t
,
e
,
n
){
var
r
=
String
(
t
);
return
!
r
||
r
.
length
>=
e
?
t
:
""
+
Array
(
e
+
1
-
r
.
length
).
join
(
n
)
+
t
},
g
=
{
s
:
m
,
z
:
function
(
t
){
var
e
=-
t
.
utcOffset
(),
n
=
Math
.
abs
(
e
),
r
=
Math
.
floor
(
n
/
60
),
i
=
n
%
60
;
return
(
e
<=
0
?
"+"
:
"-"
)
+
m
(
r
,
2
,
"0"
)
+
":"
+
m
(
i
,
2
,
"0"
)},
m
:
function
t
(
e
,
n
){
if
(
e
.
date
()
<
n
.
date
())
return
-
t
(
n
,
e
);
var
r
=
12
*
(
n
.
year
()
-
e
.
year
())
+
(
n
.
month
()
-
e
.
month
()),
i
=
e
.
clone
().
add
(
r
,
f
),
s
=
n
-
i
<
0
,
u
=
e
.
clone
().
add
(
r
+
(
s
?
-
1
:
1
),
f
);
return
+
(
-
(
r
+
(
n
-
i
)
/
(
s
?
i
-
u
:
u
-
i
))
||
0
)},
a
:
function
(
t
){
return
t
<
0
?
Math
.
ceil
(
t
)
||
0
:
Math
.
floor
(
t
)},
p
:
function
(
t
){
return
{
M
:
f
,
y
:
c
,
w
:
o
,
d
:
a
,
D
:
d
,
h
:
u
,
m
:
s
,
s
:
i
,
ms
:
r
,
Q
:
h
}[
t
]
||
String
(
t
||
""
).
toLowerCase
().
replace
(
/s$/
,
""
)},
u
:
function
(
t
){
return
void
0
===
t
}},
v
=
"en"
,
D
=
{};
D
[
v
]
=
M
;
var
p
=
function
(
t
){
return
t
instanceof
_
},
S
=
function
t
(
e
,
n
,
r
){
var
i
;
if
(
!
e
)
return
v
;
if
(
"string"
==
typeof
e
){
var
s
=
e
.
toLowerCase
();
D
[
s
]
&&
(
i
=
s
),
n
&&
(
D
[
s
]
=
n
,
i
=
s
);
var
u
=
e
.
split
(
"-"
);
if
(
!
i
&&
u
.
length
>
1
)
return
t
(
u
[
0
])}
else
{
var
a
=
e
.
name
;
D
[
a
]
=
e
,
i
=
a
}
return
!
r
&&
i
&&
(
v
=
i
),
i
||!
r
&&
v
},
w
=
function
(
t
,
e
){
if
(
p
(
t
))
return
t
.
clone
();
var
n
=
"object"
==
typeof
e
?
e
:{};
return
n
.
date
=
t
,
n
.
args
=
arguments
,
new
_
(
n
)},
O
=
g
;
O
.
l
=
S
,
O
.
i
=
p
,
O
.
w
=
function
(
t
,
e
){
return
w
(
t
,{
locale
:
e
.
$L
,
utc
:
e
.
$u
,
x
:
e
.
$x
,
$offset
:
e
.
$offset
})};
var
_
=
function
(){
function
M
(
t
){
this
.
$L
=
S
(
t
.
locale
,
null
,
!
0
),
this
.
parse
(
t
)}
var
m
=
M
.
prototype
;
return
m
.
parse
=
function
(
t
){
this
.
$d
=
function
(
t
){
var
e
=
t
.
date
,
n
=
t
.
utc
;
if
(
null
===
e
)
return
new
Date
(
NaN
);
if
(
O
.
u
(
e
))
return
new
Date
;
if
(
e
instanceof
Date
)
return
new
Date
(
e
);
if
(
"string"
==
typeof
e
&&!
/Z$/i
.
test
(
e
)){
var
r
=
e
.
match
(
l
);
if
(
r
){
var
i
=
r
[
2
]
-
1
||
0
,
s
=
(
r
[
7
]
||
"0"
).
substring
(
0
,
3
);
return
n
?
new
Date
(
Date
.
UTC
(
r
[
1
],
i
,
r
[
3
]
||
1
,
r
[
4
]
||
0
,
r
[
5
]
||
0
,
r
[
6
]
||
0
,
s
)):
new
Date
(
r
[
1
],
i
,
r
[
3
]
||
1
,
r
[
4
]
||
0
,
r
[
5
]
||
0
,
r
[
6
]
||
0
,
s
)}}
return
new
Date
(
e
)}(
t
),
this
.
$x
=
t
.
x
||
{},
this
.
init
()},
m
.
init
=
function
(){
var
t
=
this
.
$d
;
this
.
$y
=
t
.
getFullYear
(),
this
.
$M
=
t
.
getMonth
(),
this
.
$D
=
t
.
getDate
(),
this
.
$W
=
t
.
getDay
(),
this
.
$H
=
t
.
getHours
(),
this
.
$m
=
t
.
getMinutes
(),
this
.
$s
=
t
.
getSeconds
(),
this
.
$ms
=
t
.
getMilliseconds
()},
m
.
$utils
=
function
(){
return
O
},
m
.
isValid
=
function
(){
return
!
(
this
.
$d
.
toString
()
===
$
)},
m
.
isSame
=
function
(
t
,
e
){
var
n
=
w
(
t
);
return
this
.
startOf
(
e
)
<=
n
&&
n
<=
this
.
endOf
(
e
)},
m
.
isAfter
=
function
(
t
,
e
){
return
w
(
t
)
<
this
.
startOf
(
e
)},
m
.
isBefore
=
function
(
t
,
e
){
return
this
.
endOf
(
e
)
<
w
(
t
)},
m
.
$g
=
function
(
t
,
e
,
n
){
return
O
.
u
(
t
)?
this
[
e
]:
this
.
set
(
n
,
t
)},
m
.
unix
=
function
(){
return
Math
.
floor
(
this
.
valueOf
()
/
1
e3
)},
m
.
valueOf
=
function
(){
return
this
.
$d
.
getTime
()},
m
.
startOf
=
function
(
t
,
e
){
var
n
=
this
,
r
=!!
O
.
u
(
e
)
||
e
,
h
=
O
.
p
(
t
),
$
=
function
(
t
,
e
){
var
i
=
O
.
w
(
n
.
$u
?
Date
.
UTC
(
n
.
$y
,
e
,
t
):
new
Date
(
n
.
$y
,
e
,
t
),
n
);
return
r
?
i
:
i
.
endOf
(
a
)},
l
=
function
(
t
,
e
){
return
O
.
w
(
n
.
toDate
()[
t
].
apply
(
n
.
toDate
(
"s"
),(
r
?[
0
,
0
,
0
,
0
]:[
23
,
59
,
59
,
999
]).
slice
(
e
)),
n
)},
y
=
this
.
$W
,
M
=
this
.
$M
,
m
=
this
.
$D
,
g
=
"set"
+
(
this
.
$u
?
"UTC"
:
""
);
switch
(
h
){
case
c
:
return
r
?
$
(
1
,
0
):
$
(
31
,
11
);
case
f
:
return
r
?
$
(
1
,
M
):
$
(
0
,
M
+
1
);
case
o
:
var
v
=
this
.
$locale
().
weekStart
||
0
,
D
=
(
y
<
v
?
y
+
7
:
y
)
-
v
;
return
$
(
r
?
m
-
D
:
m
+
(
6
-
D
),
M
);
case
a
:
case
d
:
return
l
(
g
+
"Hours"
,
0
);
case
u
:
return
l
(
g
+
"Minutes"
,
1
);
case
s
:
return
l
(
g
+
"Seconds"
,
2
);
case
i
:
return
l
(
g
+
"Milliseconds"
,
3
);
default
:
return
this
.
clone
()}},
m
.
endOf
=
function
(
t
){
return
this
.
startOf
(
t
,
!
1
)},
m
.
$set
=
function
(
t
,
e
){
var
n
,
o
=
O
.
p
(
t
),
h
=
"set"
+
(
this
.
$u
?
"UTC"
:
""
),
$
=
(
n
=
{},
n
[
a
]
=
h
+
"Date"
,
n
[
d
]
=
h
+
"Date"
,
n
[
f
]
=
h
+
"Month"
,
n
[
c
]
=
h
+
"FullYear"
,
n
[
u
]
=
h
+
"Hours"
,
n
[
s
]
=
h
+
"Minutes"
,
n
[
i
]
=
h
+
"Seconds"
,
n
[
r
]
=
h
+
"Milliseconds"
,
n
)[
o
],
l
=
o
===
a
?
this
.
$D
+
(
e
-
this
.
$W
):
e
;
if
(
o
===
f
||
o
===
c
){
var
y
=
this
.
clone
().
set
(
d
,
1
);
y
.
$d
[
$
](
l
),
y
.
init
(),
this
.
$d
=
y
.
set
(
d
,
Math
.
min
(
this
.
$D
,
y
.
daysInMonth
())).
$d
}
else
$
&&
this
.
$d
[
$
](
l
);
return
this
.
init
(),
this
},
m
.
set
=
function
(
t
,
e
){
return
this
.
clone
().
$set
(
t
,
e
)},
m
.
get
=
function
(
t
){
return
this
[
O
.
p
(
t
)]()},
m
.
add
=
function
(
r
,
h
){
var
d
,
$
=
this
;
r
=
Number
(
r
);
var
l
=
O
.
p
(
h
),
y
=
function
(
t
){
var
e
=
w
(
$
);
return
O
.
w
(
e
.
date
(
e
.
date
()
+
Math
.
round
(
t
*
r
)),
$
)};
if
(
l
===
f
)
return
this
.
set
(
f
,
this
.
$M
+
r
);
if
(
l
===
c
)
return
this
.
set
(
c
,
this
.
$y
+
r
);
if
(
l
===
a
)
return
y
(
1
);
if
(
l
===
o
)
return
y
(
7
);
var
M
=
(
d
=
{},
d
[
s
]
=
e
,
d
[
u
]
=
n
,
d
[
i
]
=
t
,
d
)[
l
]
||
1
,
m
=
this
.
$d
.
getTime
()
+
r
*
M
;
return
O
.
w
(
m
,
this
)},
m
.
subtract
=
function
(
t
,
e
){
return
this
.
add
(
-
1
*
t
,
e
)},
m
.
format
=
function
(
t
){
var
e
=
this
,
n
=
this
.
$locale
();
if
(
!
this
.
isValid
())
return
n
.
invalidDate
||
$
;
var
r
=
t
||
"YYYY-MM-DDTHH:mm:ssZ"
,
i
=
O
.
z
(
this
),
s
=
this
.
$H
,
u
=
this
.
$m
,
a
=
this
.
$M
,
o
=
n
.
weekdays
,
f
=
n
.
months
,
h
=
function
(
t
,
n
,
i
,
s
){
return
t
&&
(
t
[
n
]
||
t
(
e
,
r
))
||
i
[
n
].
slice
(
0
,
s
)},
c
=
function
(
t
){
return
O
.
s
(
s
%
12
||
12
,
t
,
"0"
)},
d
=
n
.
meridiem
||
function
(
t
,
e
,
n
){
var
r
=
t
<
12
?
"AM"
:
"PM"
;
return
n
?
r
.
toLowerCase
():
r
},
l
=
{
YY
:
String
(
this
.
$y
).
slice
(
-
2
),
YYYY
:
this
.
$y
,
M
:
a
+
1
,
MM
:
O
.
s
(
a
+
1
,
2
,
"0"
),
MMM
:
h
(
n
.
monthsShort
,
a
,
f
,
3
),
MMMM
:
h
(
f
,
a
),
D
:
this
.
$D
,
DD
:
O
.
s
(
this
.
$D
,
2
,
"0"
),
d
:
String
(
this
.
$W
),
dd
:
h
(
n
.
weekdaysMin
,
this
.
$W
,
o
,
2
),
ddd
:
h
(
n
.
weekdaysShort
,
this
.
$W
,
o
,
3
),
dddd
:
o
[
this
.
$W
],
H
:
String
(
s
),
HH
:
O
.
s
(
s
,
2
,
"0"
),
h
:
c
(
1
),
hh
:
c
(
2
),
a
:
d
(
s
,
u
,
!
0
),
A
:
d
(
s
,
u
,
!
1
),
m
:
String
(
u
),
mm
:
O
.
s
(
u
,
2
,
"0"
),
s
:
String
(
this
.
$s
),
ss
:
O
.
s
(
this
.
$s
,
2
,
"0"
),
SSS
:
O
.
s
(
this
.
$ms
,
3
,
"0"
),
Z
:
i
};
return
r
.
replace
(
y
,(
function
(
t
,
e
){
return
e
||
l
[
t
]
||
i
.
replace
(
":"
,
""
)}))},
m
.
utcOffset
=
function
(){
return
15
*-
Math
.
round
(
this
.
$d
.
getTimezoneOffset
()
/
15
)},
m
.
diff
=
function
(
r
,
d
,
$
){
var
l
,
y
=
O
.
p
(
d
),
M
=
w
(
r
),
m
=
(
M
.
utcOffset
()
-
this
.
utcOffset
())
*
e
,
g
=
this
-
M
,
v
=
O
.
m
(
this
,
M
);
return
v
=
(
l
=
{},
l
[
c
]
=
v
/
12
,
l
[
f
]
=
v
,
l
[
h
]
=
v
/
3
,
l
[
o
]
=
(
g
-
m
)
/
6048
e5
,
l
[
a
]
=
(
g
-
m
)
/
864
e5
,
l
[
u
]
=
g
/
n
,
l
[
s
]
=
g
/
e
,
l
[
i
]
=
g
/
t
,
l
)[
y
]
||
g
,
$
?
v
:
O
.
a
(
v
)},
m
.
daysInMonth
=
function
(){
return
this
.
endOf
(
f
).
$D
},
m
.
$locale
=
function
(){
return
D
[
this
.
$L
]},
m
.
locale
=
function
(
t
,
e
){
if
(
!
t
)
return
this
.
$L
;
var
n
=
this
.
clone
(),
r
=
S
(
t
,
e
,
!
0
);
return
r
&&
(
n
.
$L
=
r
),
n
},
m
.
clone
=
function
(){
return
O
.
w
(
this
.
$d
,
this
)},
m
.
toDate
=
function
(){
return
new
Date
(
this
.
valueOf
())},
m
.
toJSON
=
function
(){
return
this
.
isValid
()?
this
.
toISOString
():
null
},
m
.
toISOString
=
function
(){
return
this
.
$d
.
toISOString
()},
m
.
toString
=
function
(){
return
this
.
$d
.
toUTCString
()},
M
}(),
T
=
_
.
prototype
;
return
w
.
prototype
=
T
,[[
"$ms"
,
r
],[
"$s"
,
i
],[
"$m"
,
s
],[
"$H"
,
u
],[
"$W"
,
a
],[
"$M"
,
f
],[
"$y"
,
c
],[
"$D"
,
d
]].
forEach
((
function
(
t
){
T
[
t
[
1
]]
=
function
(
e
){
return
this
.
$g
(
e
,
t
[
0
],
t
[
1
])}})),
w
.
extend
=
function
(
t
,
e
){
return
t
.
$i
||
(
t
(
e
,
_
,
w
),
t
.
$i
=!
0
),
w
},
w
.
locale
=
S
,
w
.
isDayjs
=
p
,
w
.
unix
=
function
(
t
){
return
w
(
1
e3
*
t
)},
w
.
en
=
D
[
v
],
w
.
Ls
=
D
,
w
.
p
=
{},
w
}));
\ No newline at end of file
app_Web/public/extras/js/ibiz-dynamic-model-api.system.min.js
已删除
100644 → 0
浏览文件 @
0f6d4132
此差异已折叠。
点击以展开。
app_Web/public/extras/js/iview.min.js
已删除
100644 → 0
浏览文件 @
0f6d4132
此差异已折叠。
点击以展开。
app_Web/public/extras/js/lodash.min.js
已删除
100644 → 0
浏览文件 @
0f6d4132
此差异已折叠。
点击以展开。
app_Web/public/extras/js/pluralize.min.js
已删除
100644 → 0
浏览文件 @
0f6d4132
(
function
(
root
,
pluralize
){
if
(
typeof
require
===
'function'
&&
typeof
exports
===
'object'
&&
typeof
module
===
'object'
){
module
.
exports
=
pluralize
()}
else
if
(
typeof
define
===
'function'
&&
define
.
amd
){
define
(
function
(){
return
pluralize
()})}
else
{
root
.
pluralize
=
pluralize
()}})(
this
,
function
(){
var
pluralRules
=
[];
var
singularRules
=
[];
var
uncountables
=
{};
var
irregularPlurals
=
{};
var
irregularSingles
=
{};
function
sanitizeRule
(
rule
){
if
(
typeof
rule
===
'string'
){
return
new
RegExp
(
'^'
+
rule
+
'$'
,
'i'
)}
return
rule
}
function
restoreCase
(
word
,
token
){
if
(
word
===
token
)
return
token
;
if
(
word
===
word
.
toLowerCase
())
return
token
.
toLowerCase
();
if
(
word
===
word
.
toUpperCase
())
return
token
.
toUpperCase
();
if
(
word
[
0
]
===
word
[
0
].
toUpperCase
()){
return
token
.
charAt
(
0
).
toUpperCase
()
+
token
.
substr
(
1
).
toLowerCase
()}
return
token
.
toLowerCase
()}
function
interpolate
(
str
,
args
){
return
str
.
replace
(
/
\$(\d{1,2})
/g
,
function
(
match
,
index
){
return
args
[
index
]
||
''
})}
function
replace
(
word
,
rule
){
return
word
.
replace
(
rule
[
0
],
function
(
match
,
index
){
var
result
=
interpolate
(
rule
[
1
],
arguments
);
if
(
match
===
''
){
return
restoreCase
(
word
[
index
-
1
],
result
)}
return
restoreCase
(
match
,
result
)})}
function
sanitizeWord
(
token
,
word
,
rules
){
if
(
!
token
.
length
||
uncountables
.
hasOwnProperty
(
token
)){
return
word
}
var
len
=
rules
.
length
;
while
(
len
--
){
var
rule
=
rules
[
len
];
if
(
rule
[
0
].
test
(
word
))
return
replace
(
word
,
rule
)}
return
word
}
function
replaceWord
(
replaceMap
,
keepMap
,
rules
){
return
function
(
word
){
var
token
=
word
.
toLowerCase
();
if
(
keepMap
.
hasOwnProperty
(
token
)){
return
restoreCase
(
word
,
token
)}
if
(
replaceMap
.
hasOwnProperty
(
token
)){
return
restoreCase
(
word
,
replaceMap
[
token
])}
return
sanitizeWord
(
token
,
word
,
rules
)}}
function
checkWord
(
replaceMap
,
keepMap
,
rules
,
bool
){
return
function
(
word
){
var
token
=
word
.
toLowerCase
();
if
(
keepMap
.
hasOwnProperty
(
token
))
return
true
;
if
(
replaceMap
.
hasOwnProperty
(
token
))
return
false
;
return
sanitizeWord
(
token
,
token
,
rules
)
===
token
}}
function
pluralize
(
word
,
count
,
inclusive
){
var
pluralized
=
count
===
1
?
pluralize
.
singular
(
word
):
pluralize
.
plural
(
word
);
return
(
inclusive
?
count
+
' '
:
''
)
+
pluralized
}
pluralize
.
plural
=
replaceWord
(
irregularSingles
,
irregularPlurals
,
pluralRules
);
pluralize
.
isPlural
=
checkWord
(
irregularSingles
,
irregularPlurals
,
pluralRules
);
pluralize
.
singular
=
replaceWord
(
irregularPlurals
,
irregularSingles
,
singularRules
);
pluralize
.
isSingular
=
checkWord
(
irregularPlurals
,
irregularSingles
,
singularRules
);
pluralize
.
addPluralRule
=
function
(
rule
,
replacement
){
pluralRules
.
push
([
sanitizeRule
(
rule
),
replacement
])};
pluralize
.
addSingularRule
=
function
(
rule
,
replacement
){
singularRules
.
push
([
sanitizeRule
(
rule
),
replacement
])};
pluralize
.
addUncountableRule
=
function
(
word
){
if
(
typeof
word
===
'string'
){
uncountables
[
word
.
toLowerCase
()]
=
true
;
return
}
pluralize
.
addPluralRule
(
word
,
'$0'
);
pluralize
.
addSingularRule
(
word
,
'$0'
)};
pluralize
.
addIrregularRule
=
function
(
single
,
plural
){
plural
=
plural
.
toLowerCase
();
single
=
single
.
toLowerCase
();
irregularSingles
[
single
]
=
plural
;
irregularPlurals
[
plural
]
=
single
};[[
'I'
,
'we'
],[
'me'
,
'us'
],[
'he'
,
'they'
],[
'she'
,
'they'
],[
'them'
,
'them'
],[
'myself'
,
'ourselves'
],[
'yourself'
,
'yourselves'
],[
'itself'
,
'themselves'
],[
'herself'
,
'themselves'
],[
'himself'
,
'themselves'
],[
'themself'
,
'themselves'
],[
'is'
,
'are'
],[
'was'
,
'were'
],[
'has'
,
'have'
],[
'this'
,
'these'
],[
'that'
,
'those'
],[
'echo'
,
'echoes'
],[
'dingo'
,
'dingoes'
],[
'volcano'
,
'volcanoes'
],[
'tornado'
,
'tornadoes'
],[
'torpedo'
,
'torpedoes'
],[
'genus'
,
'genera'
],[
'viscus'
,
'viscera'
],[
'stigma'
,
'stigmata'
],[
'stoma'
,
'stomata'
],[
'dogma'
,
'dogmata'
],[
'lemma'
,
'lemmata'
],[
'schema'
,
'schemata'
],[
'anathema'
,
'anathemata'
],[
'ox'
,
'oxen'
],[
'axe'
,
'axes'
],[
'die'
,
'dice'
],[
'yes'
,
'yeses'
],[
'foot'
,
'feet'
],[
'eave'
,
'eaves'
],[
'goose'
,
'geese'
],[
'tooth'
,
'teeth'
],[
'quiz'
,
'quizzes'
],[
'human'
,
'humans'
],[
'proof'
,
'proofs'
],[
'carve'
,
'carves'
],[
'valve'
,
'valves'
],[
'looey'
,
'looies'
],[
'thief'
,
'thieves'
],[
'groove'
,
'grooves'
],[
'pickaxe'
,
'pickaxes'
],[
'passerby'
,
'passersby'
]].
forEach
(
function
(
rule
){
return
pluralize
.
addIrregularRule
(
rule
[
0
],
rule
[
1
])});[[
/s
?
$/i
,
's'
],[
/
[^\u
0000-
\u
007F
]
$/i
,
'$0'
],[
/
([^
aeiou
]
ese
)
$/i
,
'$1'
],[
/
(
ax|test
)
is$/i
,
'$1es'
],[
/
(
alias|
[^
aou
]
us|t
[
lm
]
as|gas|ris
)
$/i
,
'$1es'
],[
/
(
e
[
mn
]
u
)
s
?
$/i
,
'$1s'
],[
/
([^
l
]
ias|
[
aeiou
]
las|
[
ejzr
]
as|
[
iu
]
am
)
$/i
,
'$1'
],[
/
(
alumn|syllab|vir|radi|nucle|fung|cact|stimul|termin|bacill|foc|uter|loc|strat
)(?:
us|i
)
$/i
,
'$1i'
],[
/
(
alumn|alg|vertebr
)(?:
a|ae
)
$/i
,
'$1ae'
],[
/
(
seraph|cherub
)(?:
im
)?
$/i
,
'$1im'
],[
/
(
her|at|gr
)
o$/i
,
'$1oes'
],[
/
(
agend|addend|millenni|dat|extrem|bacteri|desiderat|strat|candelabr|errat|ov|symposi|curricul|automat|quor
)(?:
a|um
)
$/i
,
'$1a'
],[
/
(
apheli|hyperbat|periheli|asyndet|noumen|phenomen|criteri|organ|prolegomen|hedr|automat
)(?:
a|on
)
$/i
,
'$1a'
],[
/sis$/i
,
'ses'
],[
/
(?:(
kni|wi|li
)
fe|
(
ar|l|ea|eo|oa|hoo
)
f
)
$/i
,
'$1$2ves'
],[
/
([^
aeiouy
]
|qu
)
y$/i
,
'$1ies'
],[
/
([^
ch
][
ieo
][
ln
])
ey$/i
,
'$1ies'
],[
/
(
x|ch|ss|sh|zz
)
$/i
,
'$1es'
],[
/
(
matr|cod|mur|sil|vert|ind|append
)(?:
ix|ex
)
$/i
,
'$1ices'
],[
/
\b((?:
tit
)?
m|l
)(?:
ice|ouse
)
$/i
,
'$1ice'
],[
/
(
pe
)(?:
rson|ople
)
$/i
,
'$1ople'
],[
/
(
child
)(?:
ren
)?
$/i
,
'$1ren'
],[
/eaux$/i
,
'$0'
],[
/m
[
ae
]
n$/i
,
'men'
],[
'thou'
,
'you'
]].
forEach
(
function
(
rule
){
return
pluralize
.
addPluralRule
(
rule
[
0
],
rule
[
1
])});[[
/s$/i
,
''
],[
/
(
ss
)
$/i
,
'$1'
],[
/
(
wi|kni|
(?:
after|half|high|low|mid|non|night|
[^\w]
|^
)
li
)
ves$/i
,
'$1fe'
],[
/
(
ar|
(?:
wo|
[
ae
])
l|
[
eo
][
ao
])
ves$/i
,
'$1f'
],[
/ies$/i
,
'y'
],[
/
\b([
pl
]
|zomb|
(?:
neck|cross
)?
t|coll|faer|food|gen|goon|group|lass|talk|goal|cut
)
ies$/i
,
'$1ie'
],[
/
\b(
mon|smil
)
ies$/i
,
'$1ey'
],[
/
\b((?:
tit
)?
m|l
)
ice$/i
,
'$1ouse'
],[
/
(
seraph|cherub
)
im$/i
,
'$1'
],[
/
(
x|ch|ss|sh|zz|tto|go|cho|alias|
[^
aou
]
us|t
[
lm
]
as|gas|
(?:
her|at|gr
)
o|
[
aeiou
]
ris
)(?:
es
)?
$/i
,
'$1'
],[
/
(
analy|diagno|parenthe|progno|synop|the|empha|cri|ne
)(?:
sis|ses
)
$/i
,
'$1sis'
],[
/
(
movie|twelve|abuse|e
[
mn
]
u
)
s$/i
,
'$1'
],[
/
(
test
)(?:
is|es
)
$/i
,
'$1is'
],[
/
(
alumn|syllab|vir|radi|nucle|fung|cact|stimul|termin|bacill|foc|uter|loc|strat
)(?:
us|i
)
$/i
,
'$1us'
],[
/
(
agend|addend|millenni|dat|extrem|bacteri|desiderat|strat|candelabr|errat|ov|symposi|curricul|quor
)
a$/i
,
'$1um'
],[
/
(
apheli|hyperbat|periheli|asyndet|noumen|phenomen|criteri|organ|prolegomen|hedr|automat
)
a$/i
,
'$1on'
],[
/
(
alumn|alg|vertebr
)
ae$/i
,
'$1a'
],[
/
(
cod|mur|sil|vert|ind
)
ices$/i
,
'$1ex'
],[
/
(
matr|append
)
ices$/i
,
'$1ix'
],[
/
(
pe
)(
rson|ople
)
$/i
,
'$1rson'
],[
/
(
child
)
ren$/i
,
'$1'
],[
/
(
eau
)
x
?
$/i
,
'$1'
],[
/men$/i
,
'man'
]].
forEach
(
function
(
rule
){
return
pluralize
.
addSingularRule
(
rule
[
0
],
rule
[
1
])});[
'adulthood'
,
'advice'
,
'agenda'
,
'aid'
,
'aircraft'
,
'alcohol'
,
'ammo'
,
'analytics'
,
'anime'
,
'athletics'
,
'audio'
,
'bison'
,
'blood'
,
'bream'
,
'buffalo'
,
'butter'
,
'carp'
,
'cash'
,
'chassis'
,
'chess'
,
'clothing'
,
'cod'
,
'commerce'
,
'cooperation'
,
'corps'
,
'debris'
,
'diabetes'
,
'digestion'
,
'elk'
,
'energy'
,
'equipment'
,
'excretion'
,
'expertise'
,
'firmware'
,
'flounder'
,
'fun'
,
'gallows'
,
'garbage'
,
'graffiti'
,
'hardware'
,
'headquarters'
,
'health'
,
'herpes'
,
'highjinks'
,
'homework'
,
'housework'
,
'information'
,
'jeans'
,
'justice'
,
'kudos'
,
'labour'
,
'literature'
,
'machinery'
,
'mackerel'
,
'mail'
,
'media'
,
'mews'
,
'moose'
,
'music'
,
'mud'
,
'manga'
,
'news'
,
'only'
,
'personnel'
,
'pike'
,
'plankton'
,
'pliers'
,
'police'
,
'pollution'
,
'premises'
,
'rain'
,
'research'
,
'rice'
,
'salmon'
,
'scissors'
,
'series'
,
'sewage'
,
'shambles'
,
'shrimp'
,
'software'
,
'species'
,
'staff'
,
'swine'
,
'tennis'
,
'traffic'
,
'transportation'
,
'trout'
,
'tuna'
,
'wealth'
,
'welfare'
,
'whiting'
,
'wildebeest'
,
'wildlife'
,
'you'
,
/pok
[
eé
]
mon$/i
,
/
[^
aeiou
]
ese$/i
,
/deer$/i
,
/fish$/i
,
/measles$/i
,
/o
[
iu
]
s$/i
,
/pox$/i
,
/sheep$/i
].
forEach
(
pluralize
.
addUncountableRule
);
return
pluralize
});
\ No newline at end of file
app_Web/public/extras/js/qs.min.js
已删除
100644 → 0
浏览文件 @
0f6d4132
此差异已折叠。
点击以展开。
app_Web/public/extras/js/ramda.min.js
已删除
100755 → 0
浏览文件 @
0f6d4132
此差异已折叠。
点击以展开。
app_Web/public/extras/js/system.min.js
已删除
100644 → 0
浏览文件 @
0f6d4132
此差异已折叠。
点击以展开。
app_Web/public/extras/js/vue-router.min.js
已删除
100644 → 0
浏览文件 @
0f6d4132
此差异已折叠。
点击以展开。
app_Web/public/extras/js/vue.runtime.min.js
已删除
100644 → 0
浏览文件 @
0f6d4132
此差异已折叠。
点击以展开。
编辑
预览
Markdown
格式
0%
请重试
or
添加新附件
添加附件
取消
您添加了
0
人
到此讨论。请谨慎行事。
先完成此消息的编辑!
取消
想要评论请
注册
或
登录