mirror of
https://github.com/marktext/marktext.git
synced 2025-05-02 19:41:39 +08:00
Remove expired "marktext.app" domain (#3350)
This commit is contained in:
parent
7c9b0ec129
commit
318929817c
@ -16,10 +16,6 @@
|
|||||||
<br>
|
<br>
|
||||||
|
|
||||||
<div align="center">
|
<div align="center">
|
||||||
<!-- Version -->
|
|
||||||
<a href="https://marktext.github.io/website">
|
|
||||||
<img src="https://badge.fury.io/gh/jocs%2Fmarktext.svg" alt="website">
|
|
||||||
</a>
|
|
||||||
<!-- License -->
|
<!-- License -->
|
||||||
<a href="LICENSE">
|
<a href="LICENSE">
|
||||||
<img src="https://img.shields.io/github/license/marktext/marktext.svg" alt="LICENSE">
|
<img src="https://img.shields.io/github/license/marktext/marktext.svg" alt="LICENSE">
|
||||||
@ -47,7 +43,7 @@
|
|||||||
|
|
||||||
<div align="center">
|
<div align="center">
|
||||||
<h3>
|
<h3>
|
||||||
<a href="https://marktext.app">
|
<a href="https://github.com/marktext/marktext">
|
||||||
Website
|
Website
|
||||||
</a>
|
</a>
|
||||||
<span> | </span>
|
<span> | </span>
|
||||||
|
@ -47,7 +47,7 @@
|
|||||||
|
|
||||||
<div align="center">
|
<div align="center">
|
||||||
<h3>
|
<h3>
|
||||||
<a href="https://marktext.app">
|
<a href="https://github.com/marktext/marktext">
|
||||||
ウェブサイト
|
ウェブサイト
|
||||||
</a>
|
</a>
|
||||||
<span> | </span>
|
<span> | </span>
|
||||||
|
@ -47,7 +47,7 @@
|
|||||||
|
|
||||||
<div align="center">
|
<div align="center">
|
||||||
<h3>
|
<h3>
|
||||||
<a href="https://marktext.app">
|
<a href="https://github.com/marktext/marktext">
|
||||||
웹사이트
|
웹사이트
|
||||||
</a>
|
</a>
|
||||||
<span> | </span>
|
<span> | </span>
|
||||||
|
@ -47,7 +47,7 @@
|
|||||||
|
|
||||||
<div align="center">
|
<div align="center">
|
||||||
<h3>
|
<h3>
|
||||||
<a href="https://marktext.app">
|
<a href="https://github.com/marktext/marktext">
|
||||||
Site
|
Site
|
||||||
</a>
|
</a>
|
||||||
<span> | </span>
|
<span> | </span>
|
||||||
|
@ -47,7 +47,7 @@
|
|||||||
|
|
||||||
<div align="center">
|
<div align="center">
|
||||||
<h3>
|
<h3>
|
||||||
<a href="https://marktext.app">
|
<a href="https://github.com/marktext/marktext">
|
||||||
Web sitesi
|
Web sitesi
|
||||||
</a>
|
</a>
|
||||||
<span> | </span>
|
<span> | </span>
|
||||||
|
@ -47,7 +47,7 @@
|
|||||||
|
|
||||||
<div align="center">
|
<div align="center">
|
||||||
<h3>
|
<h3>
|
||||||
<a href="https://marktext.app">
|
<a href="https://github.com/marktext/marktext">
|
||||||
网站
|
网站
|
||||||
</a>
|
</a>
|
||||||
<span> | </span>
|
<span> | </span>
|
||||||
|
@ -48,7 +48,7 @@
|
|||||||
|
|
||||||
<div align="center">
|
<div align="center">
|
||||||
<h3>
|
<h3>
|
||||||
<a href="https://marktext.app">
|
<a href="https://github.com/marktext/marktext">
|
||||||
官網
|
官網
|
||||||
</a>
|
</a>
|
||||||
<span> | </span>
|
<span> | </span>
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
{
|
{
|
||||||
"name": "marktext",
|
"name": "marktext",
|
||||||
"version": "0.17.1",
|
"version": "0.17.1",
|
||||||
"homepage": "https://marktext.app/",
|
"homepage": "https://github.com/marktext/marktext/",
|
||||||
"description": "Next generation markdown editor",
|
"description": "Next generation markdown editor",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"main": "./dist/electron/main.js",
|
"main": "./dist/electron/main.js",
|
||||||
|
@ -19,7 +19,7 @@
|
|||||||
<li>Various edit modes and themes: source code mode, typewriter mode, focus mode</li>
|
<li>Various edit modes and themes: source code mode, typewriter mode, focus mode</li>
|
||||||
</ul>
|
</ul>
|
||||||
</description>
|
</description>
|
||||||
<url type="homepage">https://marktext.app/</url>
|
<url type="homepage">https://github.com/marktext/marktext/</url>
|
||||||
<url type="bugtracker">https://github.com/marktext/marktext/issues</url>
|
<url type="bugtracker">https://github.com/marktext/marktext/issues</url>
|
||||||
<screenshots>
|
<screenshots>
|
||||||
<screenshot type="default">
|
<screenshot type="default">
|
||||||
|
@ -68,7 +68,7 @@ export default function () {
|
|||||||
}, {
|
}, {
|
||||||
label: 'Website...',
|
label: 'Website...',
|
||||||
click () {
|
click () {
|
||||||
shell.openExternal('https://marktext.app')
|
shell.openExternal('https://github.com/marktext/marktext')
|
||||||
}
|
}
|
||||||
}, {
|
}, {
|
||||||
label: 'Watch on GitHub...',
|
label: 'Watch on GitHub...',
|
||||||
|
Loading…
Reference in New Issue
Block a user