mirror of
https://github.com/ChatGPTNextWeb/ChatGPT-Next-Web.git
synced 2025-10-09 03:26:38 +08:00
masks cn
This commit is contained in:
parent
5ada86a78a
commit
f4a2bb798b
@ -34,7 +34,7 @@ if (typeof window != "undefined") {
|
|||||||
})
|
})
|
||||||
.then((masks) => {
|
.then((masks) => {
|
||||||
const {en = [] } = masks;
|
const {en = [] } = masks;
|
||||||
return [...cn, ...tw, ...en].map((m) => {
|
return [ ...en].map((m) => {
|
||||||
BUILTIN_MASKS.push(BUILTIN_MASK_STORE.add(m));
|
BUILTIN_MASKS.push(BUILTIN_MASK_STORE.add(m));
|
||||||
});
|
});
|
||||||
});
|
});
|
||||||
|
Loading…
Reference in New Issue
Block a user