更新
This commit is contained in:
parent
dc94d0149a
commit
4b03e8c8e2
@ -153,7 +153,7 @@ function themeFields($layout)
|
|||||||
NULL,
|
NULL,
|
||||||
'M3U8或MP4地址(非必填)',
|
'M3U8或MP4地址(非必填)',
|
||||||
'填写后,文章会插入一个视频模板 <br>
|
'填写后,文章会插入一个视频模板 <br>
|
||||||
格式:视频名称&视频地址。如果有多个,换行写即可 <br>
|
格式:视频名称$视频地址。如果有多个,换行写即可 <br>
|
||||||
例如:<br>
|
例如:<br>
|
||||||
第01集$https://iqiyi.cdn9-okzy.com/20201104/17638_8f3022ce/index.m3u8 <br>
|
第01集$https://iqiyi.cdn9-okzy.com/20201104/17638_8f3022ce/index.m3u8 <br>
|
||||||
第02集$https://iqiyi.cdn9-okzy.com/20201104/17639_5dcb8a3b/index.m3u8
|
第02集$https://iqiyi.cdn9-okzy.com/20201104/17639_5dcb8a3b/index.m3u8
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
/* 获取主题当前版本号 */
|
/* 获取主题当前版本号 */
|
||||||
function _getVersion()
|
function _getVersion()
|
||||||
{
|
{
|
||||||
return "7.2.1";
|
return "7.2.2";
|
||||||
};
|
};
|
||||||
|
|
||||||
/* 判断是否是手机 */
|
/* 判断是否是手机 */
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
<?php
|
<?php
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* 友联
|
* 友链
|
||||||
*
|
*
|
||||||
* @package custom
|
* @package custom
|
||||||
*
|
*
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "typecho-joe-next",
|
"name": "typecho-joe-next",
|
||||||
"version": "7.2.1",
|
"version": "7.2.2",
|
||||||
"description": "A Theme Of Typecho",
|
"description": "A Theme Of Typecho",
|
||||||
"main": "index.php",
|
"main": "index.php",
|
||||||
"keywords": [
|
"keywords": [
|
||||||
|
Loading…
Reference in New Issue
Block a user