weijer

Results 19 issues of weijer

31 | WARNING | Method name "AipHttpUtil::__init" is discouraged; PHP has reserved all method names with a double underscore prefix for future use. 207 | WARNING | Method name "AipSampleSigner::__init"...

![qq 20180330205909](https://user-images.githubusercontent.com/12838756/38138418-6545546c-345d-11e8-81c3-6a47c289b511.png) 是未配置algolia导致

1、图片只能拖拽上传体验不好,应该增加上传按钮。 2、评论图片未做压缩处理,应该有个上限值,而且当前没有使用 js 灯箱。

enhancement

.upload-cover .preview-image 得加上 overflow: hidden;

创建专栏时候地址可以填入类似https://www.phpdish.com/categories/weijer 导致专栏页面无法访问也无法修改!

![image](https://user-images.githubusercontent.com/12838756/98506371-48fe5b80-2296-11eb-9b0f-f4b250ad7ff9.png) PHP version : 7.3.22

Bug
Improvement
Component: Tokenizer

Can we add new video tracks by api?

Need Chinese support

RT,这个是基于什么考虑 ``` /** * 删除当前的记录 * @access public * @return bool */ public function delete(): bool { if (!$this->exists || $this->isEmpty() || false === $this->trigger('BeforeDelete')) { return false; } //...