Skip to content
This repository was archived by the owner on Jul 8, 2024. It is now read-only.

Commit 7e6b307

Browse files
committed
增加辅助嗅探接口,升级版本
1 parent bde3709 commit 7e6b307

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

libs/drpy.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ function pre(){
5555
}
5656

5757
let rule = {};
58-
const VERSION = 'drpy1 3.9.46beta18 20230711';
58+
const VERSION = 'drpy1 3.9.47beta1 20230711';
5959
/** 已知问题记录
6060
* 1.影魔的jinjia2引擎不支持 {{fl}}对象直接渲染 (有能力解决的话尽量解决下,支持对象直接渲染字符串转义,如果加了|safe就不转义)[影魔牛逼,最新的文件发现这问题已经解决了]
6161
* Array.prototype.append = Array.prototype.push; 这种js执行后有毛病,for in 循环列表会把属性给打印出来 (这个大毛病需要重点排除一下)

libs/drpy.min.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

libs/drpy2.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ function pre(){
4141

4242
let rule = {};
4343
let vercode = typeof(pdfl) ==='function'?'drpy2.1':'drpy2';
44-
const VERSION = vercode+' 3.9.46beta18 20230711';
44+
const VERSION = vercode+' 3.9.47beta1 20230711';
4545
/** 已知问题记录
4646
* 1.影魔的jinjia2引擎不支持 {{fl}}对象直接渲染 (有能力解决的话尽量解决下,支持对象直接渲染字符串转义,如果加了|safe就不转义)[影魔牛逼,最新的文件发现这问题已经解决了]
4747
* Array.prototype.append = Array.prototype.push; 这种js执行后有毛病,for in 循环列表会把属性给打印出来 (这个大毛病需要重点排除一下)

libs/drpy2.min.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)