Skip to content

Commit

Permalink
refactor: adjust for mp-qq (#196)
Browse files Browse the repository at this point in the history
  • Loading branch information
sheeplin authored Feb 4, 2024
1 parent 5469229 commit b2833e0
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 36 deletions.
50 changes: 16 additions & 34 deletions src/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
"name" : "兴化语记",
"appid" : "__UNI__51851C4",
"description" : "莆仙方言在线工具",
"versionName" : "2.1.2",
"versionCode" : 20210121,
"versionName" : "2.1.5",
"versionCode" : 20231002,
"transformPx" : false,
"app-plus" : {
"usingComponents" : true,
Expand All @@ -16,7 +16,8 @@
"delay" : 0
},
"modules" : {
"Record" : {}
"Record" : {},
"OAuth" : {}
},
"distribute" : {
"android" : {
Expand Down Expand Up @@ -44,37 +45,15 @@
"dSYMs" : false
},
"sdkConfigs" : {
"ad" : {}
},
"icons" : {
"android" : {
"hdpi" : "unpackage/res/icons/72x72.png",
"xhdpi" : "unpackage/res/icons/96x96.png",
"xxhdpi" : "unpackage/res/icons/144x144.png",
"xxxhdpi" : "unpackage/res/icons/192x192.png"
},
"ios" : {
"appstore" : "unpackage/res/icons/1024x1024.png",
"ipad" : {
"app" : "unpackage/res/icons/76x76.png",
"app@2x" : "unpackage/res/icons/152x152.png",
"notification" : "unpackage/res/icons/20x20.png",
"notification@2x" : "unpackage/res/icons/40x40.png",
"proapp@2x" : "unpackage/res/icons/167x167.png",
"settings" : "unpackage/res/icons/29x29.png",
"settings@2x" : "unpackage/res/icons/58x58.png",
"spotlight" : "unpackage/res/icons/40x40.png",
"spotlight@2x" : "unpackage/res/icons/80x80.png"
"ad" : {},
"oauth" : {
"weixin" : {
"appid" : "wxcfb772ecd3bd408e",
"UniversalLinks" : ""
},
"iphone" : {
"app@2x" : "unpackage/res/icons/120x120.png",
"app@3x" : "unpackage/res/icons/180x180.png",
"notification@2x" : "unpackage/res/icons/40x40.png",
"notification@3x" : "unpackage/res/icons/60x60.png",
"settings@2x" : "unpackage/res/icons/58x58.png",
"settings@3x" : "unpackage/res/icons/87x87.png",
"spotlight@2x" : "unpackage/res/icons/80x80.png",
"spotlight@3x" : "unpackage/res/icons/120x120.png"
"qq" : {
"appid" : "1112150805",
"UniversalLinks" : ""
}
}
},
Expand Down Expand Up @@ -143,5 +122,8 @@
}
},
"locale" : "auto",
"fallbackLocale" : "zh-Hans"
"fallbackLocale" : "zh-Hans",
"mp-qq" : {
"appid" : "1112150805"
}
}
2 changes: 2 additions & 0 deletions src/pages/tools/pinyin.vue
Original file line number Diff line number Diff line change
Expand Up @@ -46,13 +46,15 @@
外地人依照“夸电喜”这样的发音,也无法学习到“看电视”(kuā-dèng-sĭ)准确的莆仙话发音。
而了解了莆仙话拼音,有助力于掌握莆仙话整体发音。\n
</text>
<!-- #ifndef MP-QQ -->
<text
:decode="true"
class="indent"
>
下面介绍的拼音方案为莆田城里口音。想要了解更多其他口音的介绍请关注微信公众号「莆仙乡音社」(微信号:PhouSengUa)搜索“拼音教程”,
或者观看b站拼音教程视频(up主@莆仙乡音社)。\n
</text>
<!-- #endif -->
<view class="margin-top-lg">
<MarkdownViewer :markdown="bilibili" />
</view>
Expand Down
4 changes: 2 additions & 2 deletions src/utils/u-parse/components/IFramePlayer.vue
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ export default {
},
methods:{
onTap(){
// #ifdef MP-WEIXIN
// #ifdef MP
uni.setClipboardData({
data: this.src,
success: function () {
Expand All @@ -51,7 +51,7 @@ export default {
}
});
// #endif
// #ifndef MP-WEIXIN
// #ifndef MP
this.visible = true;
// #endif
Expand Down

0 comments on commit b2833e0

Please sign in to comment.