mirror of
https://github.com/letian1650/N3RD.git
synced 2025-01-24 19:45:01 +08:00
Add files via upload
This commit is contained in:
parent
3f1fa7a0ed
commit
0480029361
@ -264,7 +264,7 @@ function pre() {
|
||||
|
||||
let rule = {};
|
||||
let vercode = typeof (pdfl) === 'function' ? 'drpy2.1' : 'drpy2';
|
||||
const VERSION = vercode + ' 3.9.50beta29 20240613';
|
||||
const VERSION = vercode + ' 3.9.50beta30 20240616';
|
||||
/** 已知问题记录
|
||||
* 1.影魔的jinjia2引擎不支持 {{fl}}对象直接渲染 (有能力解决的话尽量解决下,支持对象直接渲染字符串转义,如果加了|safe就不转义)[影魔牛逼,最新的文件发现这问题已经解决了]
|
||||
* Array.prototype.append = Array.prototype.push; 这种js执行后有毛病,for in 循环列表会把属性给打印出来 (这个大毛病需要重点排除一下)
|
||||
@ -802,7 +802,7 @@ function Utf8ArrayToStr(array) {
|
||||
*/
|
||||
function gzip(str) {
|
||||
let arr = pako.gzip(str, {
|
||||
to: 'string'
|
||||
// to: 'string'
|
||||
});
|
||||
return uint8ArrayToBase64(arr)
|
||||
}
|
||||
|
2
JN/dr_py/libs/drpy2.min.js
vendored
2
JN/dr_py/libs/drpy2.min.js
vendored
File diff suppressed because one or more lines are too long
Loading…
x
Reference in New Issue
Block a user