添加标签云页面page-tags.php#67
Merged
idawnlight merged 4 commits intoidawnlight:masterfrom Feb 12, 2019
ZigZagK:ZigZagK-branch
Merged
Conversation
Owner
|
是大佬! |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
样式是hexo-theme-material那边的。

字体大小和颜色深浅的系数是
$tag->count/$max,$max是所有标签中文章数最大值,感觉这样效果会比总文章数当分母好一点(那样得出来的值太小了QAQ)。颜色深浅的公式是这篇文章里的,浅的颜色为
#757575,深的颜色为#212121(这两个参数也是hexo-theme-material那边的)。效果:
很抱歉我不小心commit了两次QAQ。又改了一下……之前那个计算颜色的时候没有用16进制(我是zz)。