This commit is contained in:
杜恒 2021-06-03 11:28:01 +08:00
parent dc94d0149a
commit 4b03e8c8e2
4 changed files with 4 additions and 4 deletions

View File

@ -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

View File

@ -2,7 +2,7 @@
/* 获取主题当前版本号 */ /* 获取主题当前版本号 */
function _getVersion() function _getVersion()
{ {
return "7.2.1"; return "7.2.2";
}; };
/* 判断是否是手机 */ /* 判断是否是手机 */

View File

@ -1,7 +1,7 @@
<?php <?php
/** /**
* *
* *
* @package custom * @package custom
* *

View File

@ -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": [