Skip to content

Commit

Permalink
fix: Copywriter
Browse files Browse the repository at this point in the history
  • Loading branch information
1943time committed Nov 26, 2024
1 parent 91cc543 commit c04e8c9
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,10 @@

<h1><img src="resources/icon.png" width="25"/>Inkdown</h1>


Improve markdown reading and editing experience, and facilitate network sharing.

| Mac | Windows | Linux | Vscode |
| Mac | Windows | Linux | VsCode |
| ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------- | ------------------------------------------------------------------------------ |
| [Arm64](https://github.com/1943time/inkdown/releases/latest/download/Inkdown-mac-arm64.dmg) [X64](https://github.com/1943time/inkdown/releases/latest/download/Inkdown-mac-x64.dmg) |   [Arm64](https://github.com/1943time/inkdown/releases/latest/download/Inkdown-win-arm64.exe)   [X64](https://github.com/1943time/inkdown/releases/latest/download/Inkdown-win-x64.exe) | [Release](https://github.com/1943time/inkdown/releases/latest) | [Market](https://marketplace.visualstudio.com/items?itemName=1943time.inkdown) |

Expand Down Expand Up @@ -78,6 +80,7 @@ Typing `1` or `-` with spaces at the beginning of a paragraph can convert it to

3. Nested Items3


- [x] Todo1
- [ ] Todo2

Expand Down
2 changes: 1 addition & 1 deletion src/renderer/src/components/set/Overview.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ export const Overview = observer(() => {
>
<Radio.Button value={'system'}>{t('config.theme.system')}</Radio.Button>
<Radio.Button value={'light'}>{t('config.theme.light')}</Radio.Button>
<Radio.Button value={'dark'}>{t('config.theme.system')}</Radio.Button>
<Radio.Button value={'dark'}>{t('config.theme.dark')}</Radio.Button>
</Radio.Group>
</div>
</div>
Expand Down

0 comments on commit c04e8c9

Please sign in to comment.