dog

Results 23 issues of dog

### 你当前使用的Elog版本 0.14.7 ### Elog配置文件 ```javascript module.exports = { write: { platform: 'notion', notion: { token: process.env.NOTION_TOKEN, databaseId: process.env.NOTION_DATABASE_ID, filter: { property: 'status', select: { equals: '已发布' }} } },...

bug

添加团队成员时console控制台报如下错误: ``` TypeError: $('.js-data-example-ajax').select2 is not a function. (In '$('.js-data-example-ajax').select2({ language: "zh-CN", minimumInputLength : 1, minimumResultsForSearch: Infinity, maximumSelectionLength:1, width : "100%", ajax: { url: 'https:\/\/wiki.xxx.devel\/manager\/team\/member\/search?teamId=2', dataType: 'json', data: function (params)...