mirror of
https://github.com/doocs/md.git
synced 2025-01-22 20:04:39 +08:00
Compare commits
1 Commits
adc048d233
...
0e2e82acd4
Author | SHA1 | Date | |
---|---|---|---|
|
0e2e82acd4 |
@ -16,8 +16,6 @@
|
|||||||
"release:cli": "node ./scripts/release.js",
|
"release:cli": "node ./scripts/release.js",
|
||||||
"ext:dev": "wxt",
|
"ext:dev": "wxt",
|
||||||
"ext:zip": "wxt zip",
|
"ext:zip": "wxt zip",
|
||||||
"firefox:dev": "wxt -b firefox",
|
|
||||||
"firefox:zip": "wxt zip -b firefox",
|
|
||||||
"lint": "eslint . --fix",
|
"lint": "eslint . --fix",
|
||||||
"type-check": "vue-tsc --build --force",
|
"type-check": "vue-tsc --build --force",
|
||||||
"postinstall": "simple-git-hooks && wxt prepare"
|
"postinstall": "simple-git-hooks && wxt prepare"
|
||||||
|
@ -27,18 +27,19 @@ function onOpenOption() {
|
|||||||
<div>如果您希望使用微信公众号素材库作为图床功能,需要进行以下配置:</div>
|
<div>如果您希望使用微信公众号素材库作为图床功能,需要进行以下配置:</div>
|
||||||
<div>
|
<div>
|
||||||
1.开启公众号开发者模式
|
1.开启公众号开发者模式
|
||||||
<span><a
|
<span><el-link
|
||||||
|
type="primary"
|
||||||
href="https://developers.weixin.qq.com/doc/offiaccount/Getting_Started/Getting_Started_Guide.html"
|
href="https://developers.weixin.qq.com/doc/offiaccount/Getting_Started/Getting_Started_Guide.html"
|
||||||
target="_blank"
|
target="_blank"
|
||||||
>查看文档</a></span>
|
>查看文档</el-link></span>
|
||||||
</div>
|
</div>
|
||||||
<div>
|
<div>
|
||||||
2.配置IP白名单<span><a href="https://mpmd.pages.dev/tutorial" target="_blank">使用教程</a></span>
|
2.配置IP白名单<span><el-link type="primary" href="https://mpmd.pages.dev/tutorial" target="_blank">使用教程</el-link></span>
|
||||||
</div>
|
</div>
|
||||||
<div>
|
<div>
|
||||||
<button class="button" @click="onOpenOption">
|
<el-link type="primary" href="#" @click="onOpenOption">
|
||||||
开始使用
|
开始使用
|
||||||
</button>
|
</el-link>
|
||||||
</div>
|
</div>
|
||||||
</section>
|
</section>
|
||||||
</div>
|
</div>
|
||||||
@ -60,13 +61,4 @@ function onOpenOption() {
|
|||||||
margin-left: auto;
|
margin-left: auto;
|
||||||
font-size: 14px;
|
font-size: 14px;
|
||||||
}
|
}
|
||||||
.button {
|
|
||||||
padding: 2px 6px;
|
|
||||||
background: #07c060;
|
|
||||||
color: #fff;
|
|
||||||
border-radius: 4px;
|
|
||||||
}
|
|
||||||
section a {
|
|
||||||
text-decoration: underline;
|
|
||||||
}
|
|
||||||
</style>
|
</style>
|
||||||
|
@ -7,7 +7,8 @@ export default defineConfig({
|
|||||||
extensionApi: `chrome`,
|
extensionApi: `chrome`,
|
||||||
manifest: {
|
manifest: {
|
||||||
name: `公众号内容编辑器`,
|
name: `公众号内容编辑器`,
|
||||||
description: `一款高度简洁的微信 Markdown 编辑器:支持 Markdown 语法、色盘取色、多图上传、一键下载文档、自定义 CSS 样式、一键重置、微信公众号图床等特性`,
|
description: `一款高度简洁的微信 Markdown 编辑器:支持 Markdown 语法、色盘取色、多图上传、一键下载文档、自定义 CSS 样式、一键重置等特性`,
|
||||||
|
version: `0.0.7`,
|
||||||
icons: {
|
icons: {
|
||||||
256: `/mpmd/icon-256.png`,
|
256: `/mpmd/icon-256.png`,
|
||||||
},
|
},
|
||||||
|
Loading…
Reference in New Issue
Block a user