Skip to content

Commit

Permalink
v2.1.3: update info
Browse files Browse the repository at this point in the history
  • Loading branch information
mustakshif committed Feb 15, 2024
1 parent dcbde42 commit de3a50b
Show file tree
Hide file tree
Showing 8 changed files with 39 additions and 20 deletions.
18 changes: 18 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,21 @@
### v2.1.3

* `asri-full-width-display`(全宽显示)属性新增对小窗的支持
* 优化 `行内备注``块引用` 的动画触发时机,避免鼠标划过时闪烁
* 调整全宽显示 `超级块` 的外边距
* 修复 `页签栏` 滚动卡顿和 `行内备注` 鼠标悬浮动画卡顿的问题
* 修复中文主题说明里英文版说明的链接

<br />

* Added `asri-full-width-display` attribute's support for small windows.
* Optimized the animation trigger timing for `inline memos` and `block quotes` to avoid flickering when the mouse hovers over them.
* Adjusted the margin of the full-width displayed `superblocks`.
* Fixed the scrolling lag in the `tab bar` and the animation lag when hovering over `inline memeos`.
* Fixed the link to the English version of the theme instructions in the Chinese version.

---

### v2.1.2

* 优化宽屏下集市项目说明信息的显示
Expand Down
15 changes: 8 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
![banner](https://cdn.jsdelivr.net/gh/mustakshif/Asri-for-SiYuan@main/assets/banner_v16.png)
![banner](https://cdn.jsdelivr.net/gh/mustakshif/Asri-for-SiYuan@main/assets/banner_v17.png)

<br/>

Expand All @@ -10,12 +10,13 @@ An ultra-modern theme for [SiYuan Note](https://github.com/siyuan-note/siyuan),

## Latest Updates

### v2.1.2
### v2.1.3

* Optimized the display of item's readme in the marketplace on wide screens.
* Optimized the style of the flashcard review interface when opened in a tab, and fixed the issue of the bottom being covered by the status bar.
* Optimized the display of the random cover image list.
* [Fixed the problem where the `Background Cover` plugin's image cache was deleted when switching to other themes.](https://ld246.com/article/1707547966037)
* Added `asri-full-width-display` attribute's support for small windows.
* Optimized the animation trigger timing for `inline memos` and `block quotes` to avoid flickering when the mouse hovers over them.
* Adjusted the margin of the full-width displayed `superblocks`.
* Fixed the scrolling lag in the `tab bar` and the animation lag when hovering over `inline memeos`.
* Fixed the link to the English version of the theme instructions in the Chinese version.

Check all updates [here](./CHANGELOG.md).

Expand Down Expand Up @@ -51,7 +52,7 @@ Check all updates [here](./CHANGELOG.md).
* 💫 Appropriately added lively animations, enriching the interactive experience
* 🚀 Maintained a high level of smooth performance

## Custom Attributes
## Custom Attribute

### `asri-full-width-display`

Expand Down
13 changes: 7 additions & 6 deletions README_zh_CN.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
![banner](https://cdn.jsdelivr.net/gh/mustakshif/Asri-for-SiYuan@main/assets/banner_v16.png)
![banner](https://cdn.jsdelivr.net/gh/mustakshif/Asri-for-SiYuan@main/assets/banner_v17.png)

<br/>

Expand All @@ -10,12 +10,13 @@ Asri 是一款极富现代感的[思源笔记](https://github.com/siyuan-note/si

## 最近更新

### v2.1.2
### v2.1.3

* 优化宽屏下集市项目说明信息的显示
* 优化在页签中打开的 `闪卡` 复习界面样式,修复底部被状态栏遮挡的问题
* 优化随机题头图列表展示
* [修复 `替换图片背景` 插件图片缓存被删除的问题](https://ld246.com/article/1707547966037)
* `asri-full-width-display`(全宽显示)属性新增对小窗的支持
* 优化 `行内备注``块引用` 的动画触发时机,避免鼠标划过时闪烁
* 调整全宽显示 `超级块` 的外边距
* 修复 `页签栏` 滚动卡顿和 `行内备注` 鼠标悬浮动画卡顿的问题
* 修复中文主题说明里英文版说明的链接

点击[这里](./CHANGELOG.md)查看全部更新日志。

Expand Down
Binary file added assets/banner_v17.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
6 changes: 3 additions & 3 deletions style/features/custom-properties.scss
Original file line number Diff line number Diff line change
Expand Up @@ -132,19 +132,19 @@ body:not([style*='-webkit-print-color-adjust']) {
// .render-node {
// border-top-left-radius: 0;
// border-bottom-left-radius: 0;
// } // ❓ 为什么这里又没事??
// }
}

> :nth-last-child(1 of [data-node-id]) {
margin-right: calc(var(--protyle-spacing)*-1 + min(24px, var(--protyle-spacing)));

// >*,
// >*, // 这个选择器导致 tabbar 滚动卡顿 + 行内备注 hover 状态取消时动画卡顿
// .sb,
// .bq,
// .render-node {
// border-top-right-radius: 0;
// border-bottom-right-radius: 0;
// } // ❓ 为什么这个声明会导致 tabbar 滚动卡顿 + 行内备注 hover 状态取消时动画卡顿??
// }
}

// > .sb:first-child {
Expand Down
3 changes: 1 addition & 2 deletions style/layout/editor.scss
Original file line number Diff line number Diff line change
Expand Up @@ -265,7 +265,7 @@
text-decoration: underline;
text-decoration-color: var(--b3-font-color5);
transition-property: background-color, text-decoration-color, box-shadow, color, border-radius;
transition-duration: .2s;
transition-duration: .15s;
// transition: .15s;
box-decoration-break: clone;

Expand All @@ -278,7 +278,6 @@
border-radius: 1px;
z-index: 1;
position: relative;
transition-duration: .15s;
transition-delay: .125s; // 优化鼠标划过时的闪烁
// padding-left: 8px;
// padding-right: 8px;
Expand Down
2 changes: 1 addition & 1 deletion theme.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion theme.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "Asri",
"author": "MUSTAKSHIF",
"url": "https://github.com/mustakshif/Asri-for-SiYuan",
"version": "2.1.2",
"version": "2.1.3",
"displayName": {
"default": "Asri",
"zh_CN": "Asri",
Expand Down

0 comments on commit de3a50b

Please sign in to comment.