提交 f1326f33 编写于 作者: H hjdhnx

修复drpy.min.js

上级 c562d122
无法预览此类型文件
3.9.20beta1 3.9.20beta2
\ No newline at end of file \ No newline at end of file
...@@ -53,7 +53,7 @@ function pre(){ ...@@ -53,7 +53,7 @@ function pre(){
} }
let rule = {}; let rule = {};
const VERSION = '3.9.20'; const VERSION = '3.9.20beta2';
/** 已知问题记录 /** 已知问题记录
* 1.影魔的jinjia2引擎不支持 {{fl}}对象直接渲染 (有能力解决的话尽量解决下,支持对象直接渲染字符串转义,如果加了|safe就不转义)[影魔牛逼,最新的文件发现这问题已经解决了] * 1.影魔的jinjia2引擎不支持 {{fl}}对象直接渲染 (有能力解决的话尽量解决下,支持对象直接渲染字符串转义,如果加了|safe就不转义)[影魔牛逼,最新的文件发现这问题已经解决了]
* Array.prototype.append = Array.prototype.push; 这种js执行后有毛病,for in 循环列表会把属性给打印出来 (这个大毛病需要重点排除一下) * Array.prototype.append = Array.prototype.push; 这种js执行后有毛病,for in 循环列表会把属性给打印出来 (这个大毛病需要重点排除一下)
...@@ -70,6 +70,9 @@ const VERSION = '3.9.20'; ...@@ -70,6 +70,9 @@ const VERSION = '3.9.20';
adb devices -l adb devices -l
adb logcat -c adb logcat -c
adb logcat | grep -i QuickJS adb logcat | grep -i QuickJS
adb logcat -c -b events
adb logcat -c -b main -b events -b radio -b system
adb logcat > 2.log DRPY:E | grep -i QuickJS
* **/ * **/
...@@ -530,8 +533,7 @@ const parseTags = { ...@@ -530,8 +533,7 @@ const parseTags = {
jsp:{ jsp:{
pdfh:pdfh2, pdfh:pdfh2,
pdfa:pdfa2, pdfa:pdfa2,
// pd:pd2, pd:pd2,
pd:pd,
}, },
json:{ json:{
pdfh(html, parse) { pdfh(html, parse) {
......
此差异已折叠。
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册