[fix] README更新

This commit is contained in:
Dubi906w 2024-05-12 14:56:58 +08:00
parent 80c32cbbfb
commit ecbeaf177b
6 changed files with 37 additions and 29 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 116 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 166 KiB

BIN
Images/icc1.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.7 MiB

BIN
Images/icc2.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.7 MiB

View File

@ -1653,16 +1653,16 @@
<ui:SimpleStackPanel>
<Border BorderBrush="#1e3a8a" Height="32" BorderThickness="0,0,0,1" CornerRadius="8,8,0,0" Background="#2563eb" Margin="-1,-1,-1,0" Padding="1,1,1,0">
<ui:SimpleStackPanel Orientation="Vertical" VerticalAlignment="Center">
<ui:SimpleStackPanel Orientation="Horizontal" HorizontalAlignment="Stretch" Margin="8,0,0,0" Spacing="4">
<Border x:Name="DefaultPenTabButton" MouseDown="SwitchToDefaultPen" Background="#48dbeafe" Height="20" Width="52" CornerRadius="3">
<ui:SimpleStackPanel Orientation="Horizontal" HorizontalAlignment="Stretch" Margin="8,0,0,0" Spacing="2">
<Border x:Name="DefaultPenTabButton" MouseDown="SwitchToDefaultPen" Background="#48dbeafe" Height="20" Width="36" CornerRadius="3">
<Canvas>
<ui:SimpleStackPanel x:Name="DefaultPenTabButtonIndicator" Visibility="Visible" Orientation="Horizontal" Canvas.Left="14" Canvas.Right="14" Canvas.Bottom="0">
<Border Width="24" Height="2" Background="#fafafa" CornerRadius="1"></Border>
<ui:SimpleStackPanel x:Name="DefaultPenTabButtonIndicator" Visibility="Visible" Orientation="Horizontal" Canvas.Left="9" Canvas.Right="9" Canvas.Bottom="0">
<Border Width="18" Height="2" Background="#fafafa" CornerRadius="1"></Border>
</ui:SimpleStackPanel>
<ui:SimpleStackPanel Orientation="Vertical" Height="20" Width="52">
<ui:SimpleStackPanel Orientation="Vertical" Height="20" Width="36">
<ui:SimpleStackPanel VerticalAlignment="Center" Orientation="Horizontal" HorizontalAlignment="Center" Margin="0,3">
<Image Source="/Resources/new-icons/pen-white.png" RenderOptions.BitmapScalingMode="HighQuality" Height="13" Width="13"/>
<TextBlock x:Name="DefaultPenTabButtonText" Foreground="White" FontWeight="Medium" FontSize="9" TextAlignment="Center" Text="签字笔" Margin="2,1,0,0"/>
<TextBlock x:Name="DefaultPenTabButtonText" Foreground="White" FontWeight="Medium" FontSize="9" TextAlignment="Center" Text="笔" Margin="2,1,0,0"/>
</ui:SimpleStackPanel>
</ui:SimpleStackPanel>
</Canvas>
@ -1680,7 +1680,7 @@
</ui:SimpleStackPanel>
</Canvas>
</Border>
<Image Margin="48,0,0,0" Source="/Resources/new-icons/close-white.png" RenderOptions.BitmapScalingMode="HighQuality" Height="16" Width="16" MouseDown="Border_MouseDown" MouseUp="CloseBordertools_MouseUp"/>
<Image Margin="66,0,0,0" Source="/Resources/new-icons/close-white.png" RenderOptions.BitmapScalingMode="HighQuality" Height="16" Width="16" MouseDown="Border_MouseDown" MouseUp="CloseBordertools_MouseUp"/>
</ui:SimpleStackPanel>
</ui:SimpleStackPanel>

View File

@ -1,24 +1,25 @@
<div align="center">
[![LOGO](icc.png "LOGO")](# "LOGO")
<img src="icc.png" width="128">
# InkCanvasForClass
本項目基於ICA開發ICA又基於IC開發
Elegant by Default. Based on `ChangSakura/InkCanvas` .
**將會是最後一次基於InkCanvas控件的倔強**
**將會是最後一次基於InkCanvas控件的倔強**
[![UPSTREAM](https://img.shields.io/badge/UpStream-WXRIW%2FInk--Canvas-red.svg "LICENSE")](https://github.com/WXRIW/Ink-Canvas)
[![UPSTREAM](https://img.shields.io/badge/UpStream-ChangSakura%2FInk--Canvas-red.svg "LICENSE")](https://github.com/ChangSakura/Ink-Canvas)
![Gitea Last Commit](https://img.shields.io/gitea/last-commit/kriastans/InkCanvasForClass?gitea_url=https%3A%2F%2Fgitea.bliemhax.com%2F)
[![LICENSE](https://img.shields.io/badge/License-GPL--3.0-red.svg "LICENSE")](https://gitea.bliemhax.com/kriastans/InkCanvasForClass/src/branch/master/LICENSE)
[![交流群](https://img.shields.io/badge/-%E4%BA%A4%E6%B5%81%E7%BE%A4%20617707731-blue?style=flat&logo=TencentQQ)](https://qm.qq.com/q/AC777tzmEw)
[![交流群](https://img.shields.io/badge/-%E4%BA%A4%E6%B5%81%E7%BE%A4%20825759306-blue?style=flat&logo=TencentQQ)]()
[![Telegram](https://img.shields.io/badge/-Telegram%20@InkCanvasForClass-blue?style=flat&logo=Telegram)](https://t.me/InkCanvasForClass)
![Screenshot-1](./Images/Ink-Canvas-For-Annotation%20Screenshot.png)
![Screenshot-2](./Images/Ink-Canvas-For-Annotation%20Blackboard%20Screenshot.png)
![Screenshot-1](./Images/icc1.png)
![Screenshot-2](./Images/icc2.png)
</div>
## 👀 前言
## 前言
使用和分發本軟體前,請您應當且務必知曉相關開源協議,本軟體基於 https://github.com/ChangSakura/Ink-Canvas 修改而成而ICA又基於 https://github.com/WXRIW/Ink-Canvas 修改而成增添了包括但不限於隱藏到側邊欄等功能更改了相關UI和軟體操作邏輯。對於墨跡書寫功能以及ICA獨有功能的相關 issue 提出,應優先查閱 https://github.com/WXRIW/Ink-Canvas/issues 。
[直接下載](https://gitea.bliemhax.com/kriastans/InkCanvasForClass/releases "Latest Releases")
@ -31,23 +32,12 @@
2. 工具欄顯示了每個功能的文字描述
3. 添加了調色盤的顏色
4. 修復了一些IC和ICA不願修復或沒空修復的Bug
5. 添加了一些新功能,新特性
## Roadmap
- [ ] 暗色模式Dark Mode
- [ ] 動態主題色切換
- [ ] 修復WXRIW/Ink-Canvas已修復的Bug
- [ ] 橡皮大小菜單
- [ ] 全新的幾何畫圖功能
- [ ] 多背景色白板+稿紙背景
- [ ] 白板頁面管理
- [ ] 內置的PPT頁面管理
- [ ] PPT提示是否為自動播放
- [ ] ...
5. 添加了熒光筆支持
## 提示
- 對新功能的有效意見和合理建議,開發者會適時回復並進行開發。本軟體並非商業性質軟體,請勿催促開發者,耐心才能讓功能更少 BUG、更加穩定。
- 此軟體僅用於私人使用請勿商用。更新也不會很快如果有能力請PR貢獻程式碼而不是在Issue裡面提問題。
- 歡迎您使用InkCanvas家族的其他成員包括ICC和ICA的創始者IC以及和ICC差不多的ICA。您的大力宣傳能夠幫助我們的軟件被更多的用戶發現。
## FAQ
@ -66,4 +56,22 @@
### **安裝後**程序無法正常啟動?
請檢查你的電腦上是否安裝了 `.Net Framework 4.7.2` 或更高版本。若沒有,請前往官網下載
如果仍無法運行,請檢查你的電腦上是否安裝了 `Microsoft Office`。若沒有,請安裝後重試
如果仍無法運行,請檢查你的電腦上是否安裝了 `Microsoft Office`。若沒有,請安裝後重試
## 特別鳴謝
<table>
<tbody>
<tr>
<td align="center" valign="top" width="14.28%"><a href="https://github.com/ChangSakura"><img
src="https://avatars.githubusercontent.com/u/90511645?v=4" width="100px;"
alt="HelloWRC" /><br /><sub><b>ChangSakura</b></sub></a></td>
<td align="center" valign="top" width="14.28%"><a href="https://github.com/WXRIW"><img
src="https://avatars.githubusercontent.com/u/62491584?v=4" width="100px;"
alt="Doctor-yoi" /><br /><sub><b>WXRIW</b></sub></a></td>
<td align="center" valign="top" width="14.28%"><a href="https://github.com/Alan-CRL"><img
src="https://avatars.githubusercontent.com/u/92425617?v=4" width="100px;"
alt="姜胤" /><br /><sub><b>Alan-CRL</b></sub></a></td>
</tr>
</tbody>
</table>