Skip to content

Commit

Permalink
update cover
Browse files Browse the repository at this point in the history
  • Loading branch information
GzhiYi committed Dec 13, 2021
1 parent d47efd7 commit edcf7ef
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
Binary file added miniprogram/images/dandan-cover.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 2 additions & 2 deletions miniprogram/pages/tab/tab.js
Original file line number Diff line number Diff line change
Expand Up @@ -141,9 +141,9 @@ create.Page(store, {
},
onShareAppMessage() {
return {
title: '可能是东半球最单纯的记账小程序🌚',
title: 'o(* ̄▽ ̄*)ブ来试一下这个记账小程序',
path: '/pages/tab/tab',
imageUrl: 'https://images.vrm.cn/2019/08/29/pig.png',
imageUrl: '../../images/dandan-cover.png',
}
},
})
4 changes: 3 additions & 1 deletion project.config.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@
"checkSiteMap": true,
"uploadWithSourceMap": true,
"compileHotReLoad": false,
"lazyloadPlaceholderEnable": false,
"useMultiFrameRuntime": true,
"useApiHook": true,
"useApiHostProcess": true,
Expand All @@ -27,7 +28,8 @@
"disablePlugins": [],
"outputPath": ""
},
"useIsolateContext": true,
"enableEngineNative": false,
"useIsolateContext": false,
"userConfirmedBundleSwitch": false,
"packNpmManually": false,
"packNpmRelationList": [],
Expand Down

0 comments on commit edcf7ef

Please sign in to comment.