Skip to content

Commit

Permalink
fix: fix ttf and gif git upload bytes lost
Browse files Browse the repository at this point in the history
  • Loading branch information
boxsnake committed Dec 17, 2023
1 parent 8fd4ea0 commit 1b35d29
Show file tree
Hide file tree
Showing 7 changed files with 10 additions and 6 deletions.
6 changes: 5 additions & 1 deletion .gitattributes
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,11 @@
*.png binary
*.jpg binary
*.jpeg binary
*.gif binary
*.tif binary
*.tiff binary
*.webp binary
*.ico binary
*.tff binary
*.ttf binary
*.woff binary
*.woff2 binary
10 changes: 5 additions & 5 deletions src/manual/guide/batch-selection/instructions.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,24 +27,24 @@ description: 应旅行者需求,现已将多选功能加入豪华午餐!
- 右键点击 **<span style="color: red">未完成</span>** 点位,未完成点位将切换为 **<span style="color: green">已完成</span>** 状态;
- 右键点击 **<span style="color: green">已完成</span>** 点位,未完成点位将切换为 **<span style="color: red">未完成</span>** 状态。

![](/imgs/manual/batch-selection/BS-demo1-CN.gif '右键点选')
![](/imgs/manual/batch-selection/BS-01-Dot.gif '右键点选')

### 多选方式二:滑动选择 {#s2}

- 按下鼠标右键,滑过相应的点位, **<span style="color: red">未完成</span>** 的点位会被标记为 **<span style="color: green">已完成</span>** ,已完成的点位不会改变。

![](/imgs/manual/batch-selection/BS-demo2-CN.gif '右键滑动 - 标记')
![](/imgs/manual/batch-selection/BS-02.1-Swipe-On.gif '右键滑动 - 标记')

- 按下左 Alt+鼠标右键,滑过相应点位, **<span style="color: green">已完成</span>** 的点位会被标记为 **<span style="color: red">未完成</span>** ,未完成的点位不会改变。

![](/imgs/manual/batch-selection/BS-demo3-CN.gif '右键滑动 - 取消标记')
![](/imgs/manual/batch-selection/BS-02.2-Swipe-Off.gif '右键滑动 - 取消标记')

### 多选方式三:框选 {#s3}

- 按下 Ctrl+鼠标右键,开始拖动,松开鼠标右键后,选框中 **<span style="color: red">未完成</span>** 的点位会被标记为 **<span style="color: green">已完成</span>** ,已完成的点位不会改变。

![](/imgs/manual/batch-selection/BS-demo4-CN.gif '右键框选 - 标记')
![](/imgs/manual/batch-selection/BS-03.1-Box-On.gif '右键框选 - 标记')

- 按下 Ctrl+左 Alt+鼠标右键,开始拖动,松开鼠标右键后,选框中 **<span style="color: red">未完成</span>** 的点位会被标记为 **<span style="color: green">已完成</span>** ,未完成的点位不会改变。

![](/imgs/manual/batch-selection/BS-demo5-CN.gif '右键框选 - 取消标记')
![](/imgs/manual/batch-selection/BS-03.2-Box-Off.gif '右键框选 - 取消标记')
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 1b35d29

Please sign in to comment.