This commit is contained in:
杜恒 2021-04-23 10:51:58 +08:00
parent c95a87b2e3
commit b8f3fe7cf0
6 changed files with 6 additions and 6 deletions

File diff suppressed because one or more lines are too long

View File

@ -1880,7 +1880,7 @@
padding: 0 5px;
color: var(--main);
font-weight: 500;
max-width: 100px;
max-width: 200px;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;

View File

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

View File

@ -1,6 +1,6 @@
{
"name": "typecho-joe-next",
"version": "6.6.2",
"version": "6.6.3",
"description": "A Theme Of Typecho",
"main": "index.php",
"keywords": [

File diff suppressed because one or more lines are too long

View File

@ -1046,7 +1046,7 @@ body.fullscreen {
padding: 0 5px;
color: #303133;
font-weight: 500;
max-width: 100px;
max-width: 200px;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;