Skip to content

Releases: phpzlc/admin

v3.0.2

Choose a tag to compare

@CJayHe CJayHe released this 31 Dec 07:58
f992e10
Update Export.php

修改最大执行内存

3.0.1

Choose a tag to compare

@CJayHe CJayHe released this 01 Apr 03:53

v3 第一个稳定版本

3.0.0

Choose a tag to compare

@CJayHe CJayHe released this 27 Mar 08:42
750fcfe

适配symfony7

v2.0.2

Choose a tag to compare

@CJayHe CJayHe released this 15 Dec 03:47

简单修复

v2.0.1

Choose a tag to compare

@CJayHe CJayHe released this 31 Aug 03:05

完善了 urlParamWrite 得参数匹配正则

v2.0.1

Choose a tag to compare

@CJayHe CJayHe released this 16 Sep 02:09
c8ed61b

新方法

解决的问题

在 JavaScript 中如何创建多行字符串(JavaScript Multiline String)

技术策略

用注释进行定义,然后截取

Function.prototype.getMultiLine = function() {  
    var lines = new String(this);  
    lines = lines.substring(lines.indexOf("/*") + 3, lines.lastIndexOf("*/"));  
    return lines;  
}  
  
var ffff = function() {  
    /* 
    张三去倒水<br/> 
    <strong>天哪!</strong> 
    */  
}  
  
document.write(ffff.getMultiLine()); 

调用方式

summary: function (){
/**{{ item.book.bookInfo.summary | default }}*/
}.getMultiLine(),

v2.0.0

Choose a tag to compare

@CJayHe CJayHe released this 10 Mar 07:06
7116d1d

版本升级 适配 Symfony5.4

v1.0.10

Choose a tag to compare

@CJayHe CJayHe released this 17 Sep 06:59
e291d12
  1. 解决在命令行下报错的问题

v1.0.9

Choose a tag to compare

@CJayHe CJayHe released this 03 Sep 07:10
1a32d20
  1. 完善了样式资源的加载逻辑

v1.0.8

Choose a tag to compare

@ExodusHT ExodusHT released this 03 Aug 03:45

修改ADMIN_ENV