mirror of
https://github.com/MaaAssistantArknights/MaaAssistantArknights.git
synced 2026-07-01 01:10:34 +08:00
* fix: prettier 一定要能格式化文档✍️✍️✍️ * docs: 更新肉鸽用户文档 Co-authored-by: 萨拉托加 <151550168+Saratoga-Official@users.noreply.github.com> * chore: Auto update by pre-commit hooks [skip changelog] * fix: 移除由 heroFullScreen: true 引入的 vp-hero-slide-down-button 主题组件叫 `@theme-hope/components/home/HeroSlideDownButton` 别管怎么移除的 看不到就行了) * fix: 修复官网查看全部下载按钮动画 refer to 9e9ce0ea03ba78305163160b1e70b797aebdf6c6 * docs: 补充萨卡兹肉鸽点刺刷钱策略 * docs: 更新肉鸽新手教程描述 * fix: HomeActionsRelease.tsx typo * docs: 更新难度选择按钮描述 * docs: Update integrated-strategy.md * docs: Update integrated-strategy.md * docs: 更新 integrated-strategy.md --------- Co-authored-by: 萨拉托加 <151550168+Saratoga-Official@users.noreply.github.com> Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> Co-authored-by: uye <99072975+ABA2396@users.noreply.github.com> Co-authored-by: DavidWang19 <dwang0340@gmail.com>
16 lines
767 B
SCSS
16 lines
767 B
SCSS
$sidebar-width: 16rem;
|
|
$content-width: 1000px;
|
|
|
|
$vp-font: '-apple-system, BlinkMacSystemFont, "Noto Sans SC", "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Fira Sans", "Droid Sans", "Helvetica Neue", STHeiti, "Microsoft YaHei", sans-serif';
|
|
$vp-font-heading: 'Georgia, -apple-system, "Nimbus Roman No9 L", "PingFang SC", "Hiragino Sans GB", "Noto Serif SC", "Microsoft Yahei", "WenQuanYi Micro Hei", "ST Heiti", sans-serif';
|
|
$vp-font-mono: '"Sarasa Gothic", "Jetbrains mono", "Fira Code", "Noto Sans SC", Consolas, monospace, Menlo, "Courier New"';
|
|
|
|
.vp-hero-slide-down-button {
|
|
display: none !important;
|
|
visibility: hidden !important;
|
|
}
|
|
|
|
html[lang="ja-JP"] {
|
|
$vp-font: "Helvetica Neue, Arial, Hiragino Kaku Gothic ProN, Hiragino Sans, Meiryo, sans-serif";
|
|
}
|