This commit is contained in:
杜恒
2021-01-29 18:54:33 +08:00
parent 623311c45d
commit 78947a1aff
16 changed files with 568 additions and 34 deletions

View File

@@ -627,4 +627,17 @@ function themeConfig($form)
);
$JBaiduToken->setAttribute('class', 'joe_content joe_other');
$form->addInput($JBaiduToken);
$JMaccmsAPI = new Typecho_Widget_Helper_Form_Element_Text(
'JMaccmsAPI',
NULL,
NULL,
'苹果CMS开放API',
'介绍请填写苹果CMS V10开放API用于视频页面使用<br />
例如ok资源网提供的https://api.okzy.tv/api.php/provide/vod/ <br />
如果您搭建了苹果cms网站那么用你自己的即可如果没有请去网上找API <br />
'
);
$JMaccmsAPI->setAttribute('class', 'joe_content joe_other');
$form->addInput($JMaccmsAPI);
} ?>