File tree 3 files changed +17
-8
lines changed
3 files changed +17
-8
lines changed Original file line number Diff line number Diff line change 16
16
"release:cli" : " node ./scripts/release.js" ,
17
17
"ext:dev" : " wxt" ,
18
18
"ext:zip" : " wxt zip" ,
19
+ "firefox:dev" : " wxt -b firefox" ,
20
+ "firefox:zip" : " wxt zip -b firefox" ,
19
21
"lint" : " eslint . --fix" ,
20
22
"type-check" : " vue-tsc --build --force" ,
21
23
"postinstall" : " simple-git-hooks && wxt prepare"
Original file line number Diff line number Diff line change @@ -27,19 +27,18 @@ function onOpenOption() {
27
27
<div >如果您希望使用微信公众号素材库作为图床功能,需要进行以下配置:</div >
28
28
<div >
29
29
1.开启公众号开发者模式
30
- <span ><el-link
31
- type =" primary"
30
+ <span ><a
32
31
href =" https://developers.weixin.qq.com/doc/offiaccount/Getting_Started/Getting_Started_Guide.html"
33
32
target =" _blank"
34
- >查看文档</el-link ></span >
33
+ >查看文档</a ></span >
35
34
</div >
36
35
<div >
37
- 2.配置IP白名单<span ><el-link type = " primary " href =" https://mpmd.pages.dev/tutorial" target =" _blank" >使用教程</el-link ></span >
36
+ 2.配置IP白名单<span ><a href =" https://mpmd.pages.dev/tutorial" target =" _blank" >使用教程</a ></span >
38
37
</div >
39
38
<div >
40
- <el-link type = " primary " href = " # " @click =" onOpenOption" >
39
+ <button class = " button " @click =" onOpenOption" >
41
40
开始使用
42
- </el-link >
41
+ </button >
43
42
</div >
44
43
</section >
45
44
</div >
@@ -61,4 +60,13 @@ function onOpenOption() {
61
60
margin-left : auto ;
62
61
font-size : 14px ;
63
62
}
63
+ .button {
64
+ padding : 2px 6px ;
65
+ background : #07c060 ;
66
+ color : #fff ;
67
+ border-radius : 4px ;
68
+ }
69
+ section a {
70
+ text-decoration : underline ;
71
+ }
64
72
</style >
Original file line number Diff line number Diff line change @@ -7,8 +7,7 @@ export default defineConfig({
7
7
extensionApi : `chrome` ,
8
8
manifest : {
9
9
name : `公众号内容编辑器` ,
10
- description : `一款高度简洁的微信 Markdown 编辑器:支持 Markdown 语法、色盘取色、多图上传、一键下载文档、自定义 CSS 样式、一键重置等特性` ,
11
- version : `0.0.7` ,
10
+ description : `一款高度简洁的微信 Markdown 编辑器:支持 Markdown 语法、色盘取色、多图上传、一键下载文档、自定义 CSS 样式、一键重置、微信公众号图床等特性` ,
12
11
icons : {
13
12
256 : `/mpmd/icon-256.png` ,
14
13
} ,
You can’t perform that action at this time.
0 commit comments