Skip to content
Discussion options

You must be logged in to vote

感谢反馈,已定位到问题点并修复,在下一个版本会更新。
如果你想提前改一下的话,在卡片的背面模板的最下面找到:

  // 安卓平台需要重复正面调用的方法
  if (isAndroid()) setupCard()

改成下面的就可以了:

  // 安卓平台需要重复正面调用的方法
  if (isAndroid()) {
    setupCard()
    hideFurigana()
  }

如果你也在使用中-日模板,那么按照同样的方式再改一次就行。

Replies: 5 comments

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Answer selected by 5mdld
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants
Converted from issue

This discussion was converted from issue #568 on March 17, 2026 12:48.