mirror of
https://github.com/lxsang/antos-frontend.git
synced 2025-07-15 05:19:56 +02:00
add more test, convert CodePad to type scipt
This commit is contained in:
@ -311,7 +311,7 @@ namespace OS {
|
||||
v1.complex = true;
|
||||
ar.push(v1);
|
||||
} else if (v.mimes) {
|
||||
for (let m of Array.from(v.mimes)) {
|
||||
for (let m of v.mimes) {
|
||||
if (t.match(new RegExp(m, "g"))) {
|
||||
v1 = {};
|
||||
for (k1 in v) {
|
||||
|
Reference in New Issue
Block a user