-
Notifications
You must be signed in to change notification settings - Fork 276
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Dev 1.7.0: donate button, optimized mobile experience and more #399
Conversation
This file contains 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
…f the blank lines in the generation
- 去除生成的 html 里多余的空行 - 因 node-sass 官方废弃,根据官网指引,改用 sass
… had been moved to "locale.placeholder"
- Lock file `package-lock.json` is removed. - Script `replace-ejs-tag.js` is optimized. - Trailing commas are added by default, due to `prettier@3.x` Tested on Node.js v14.21.3
Distribute source files based on browser cache control mechanism to avoid unexpected behaviors.
And: - avoid unexpected behaviors of CSS pseudo class :hover in mobile device - make initScroll() a function
Also: - Center profile link items in mobile device
Also: - Optimize styles in sidebar
Also: - Add blur filter when popup is opening
Only support desktop currently.
- adjust chapter orders. - remove writing enhancement chapter, due to the bad generic.
- optimize hide logic of donate button.
Set `<img loading="lazy"></img>` not works, so I remove them. Upgrade version of fancybox.
Stark-X
requested changes
May 24, 2024
Stark-X
approved these changes
Jul 20, 2024
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
fi3ework
approved these changes
Jul 20, 2024
👍🏻 |
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.
是时候遵循通用
x.y.z
版本号规则,让 v1.7.0 来到了(尽管未能全部实现最初规划的功能)。接下来的 Archer 主题发布版本号规则可参考:z
版本号y
版本号x
版本号。话不多说,更新的情报请看:
新特性 / Feature
修复 / Fix
样式 / Style
变更 / Change
source_version
字段。应当依靠浏览器的缓存控制策略来加载最新的文件,不再手动进行配置。其它 / Chore
gtag.js
。@alwaystestnode-sass
为sass
。@Stark-Xhexo-html-minifier
或许能更好地解决这个问题)@Stark-Xwaline@1.x
至waline@2.x
。(waline更新提示: #386)@Stark-Xnode@14.x
版本;移除。package-lock.json