Skip to content

Commit

Permalink
fix image error~2
Browse files Browse the repository at this point in the history
  • Loading branch information
jasonz1987 committed Aug 29, 2024
1 parent 936af5d commit 36b6329
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/zh/guide/capacitor.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,10 +46,10 @@ const config: CapacitorConfig = {
3、原来的method swizzling在capactiro中无法监听回调,需要通过Bridging Header代码进行调用, 在APP targes 的 “Build Settings"里找到 "Objective-C Bridging Header", 输入

```
../../capacitor-cordova-ios-plugins/sources/CordovaPluginWechat/Wechat-Bridging-Header.h
../capacitor-cordova-ios-plugins/sources/CordovaPluginWechat/Wechat-Bridging-Header.h
```

![img](../../../cordova-plugin-wechat-doc-old/docs/images/xcode-2.png)
![img](/public/images/xcode-2.png)


4、修改AppDelegate.swift
Expand All @@ -61,4 +61,4 @@ WechatAttribution.shared().continue(userActivity)
```


![img](../../../cordova-plugin-wechat-doc-old/docs/images/xcode-3.png)
![img](/public/images/xcode-3.png)

0 comments on commit 36b6329

Please sign in to comment.