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