Skip to content

Commit

Permalink
chore: update info
Browse files Browse the repository at this point in the history
  • Loading branch information
imzbf committed May 23, 2022
1 parent d6ff90b commit 39cc1c6
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 347 deletions.
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
MIT License

Copyright (c) 2021 imbf.cc
Copyright (c) 2021 imzbf.cc

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
4 changes: 2 additions & 2 deletions README-CN.md
Original file line number Diff line number Diff line change
Expand Up @@ -405,12 +405,12 @@ const handler = () => {
| CTRL + ↓ | 下角标 | `<sub>下角标</sub>` |
| CTRL + Q | 引用 | `> 引用` |
| CTRL + O | 有序列表 | `1. 有序列表` |
| CTRL + L | 链接 | `[链接](https://imbf.cc)` |
| CTRL + L | 链接 | `[链接](https://imzbf.cc)` |
| CTRL + Z | 撤回 | 触发编辑器内内容撤回,与系统无关 |
| CTRL + SHIFT + S | 删除线 | `~删除线~` |
| CTRL + SHIFT + U | 无序列表 | `- 无序列表` |
| CTRL + SHIFT + C | 块级代码 | 多行代码块 |
| CTRL + SHIFT + I | 图片链接 | `![图片](https://imbf.cc)` |
| CTRL + SHIFT + I | 图片链接 | `![图片](https://imzbf.cc)` |
| CTRL + SHIFT + Z | 前进一步 | 触发编辑器内内容前进,与系统无关 |
| CTRL + SHIFT + F | 美化内容 | |
| CTRL + ALT + C | 行内代码 | 行内代码块 |
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -398,7 +398,7 @@ Use `MdEditor.config(option: ConfigOption)` to reconfigure `renderer`.
| CTRL + SHIFT + S | line-through | `~line-through~` |
| CTRL + SHIFT + U | unordered list | `- unordered list` |
| CTRL + SHIFT + C | code block | |
| CTRL + SHIFT + I | picture | `![picture](https://imbf.cc)` |
| CTRL + SHIFT + I | picture | `![picture](https://imzbf.cc)` |
| CTRL + SHIFT + Z | forward | Forward history in editor, not the function of system |
| CTRL + SHIFT + F | Beautify | |
| CTRL + ALT + C | code row | |
Expand Down
2 changes: 1 addition & 1 deletion dev/data.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Markdown 编辑器,基于 react,使用 jsx 和 typescript 语法开发,支

### 1.1 基本演示

**加粗**,<u>下划线</u>,_斜体_~删除线~,上标<sup>26</sup>,下标<sub>[1]</sub>,`inline code`[超链接](https://imbf.cc)
**加粗**,<u>下划线</u>,_斜体_~删除线~,上标<sup>26</sup>,下标<sub>[1]</sub>,`inline code`[超链接](https://imzbf.cc)

> 引用:世界上没有绝对,只有相对
Expand Down
341 changes: 0 additions & 341 deletions dev/public/doc.md

This file was deleted.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"description": "Markdown editor for vue3, developed by jsx and typescript, dark theme、beautify content by prettier、render articles directly、paste or clip the picture and upload it...",
"author": {
"name": "zbf",
"url": "https://imbf.cc"
"url": "https://imzbf.cc"
},
"homepage": "https://imzbf.github.io/md-editor-v3/",
"repository": {
Expand Down

0 comments on commit 39cc1c6

Please sign in to comment.