Fix #10261 ページのUIを差し替えるプラグインAPIを追加#10323
Merged
Conversation
Codecov Report
@@ Coverage Diff @@
## develop #10323 +/- ##
========================================
Coverage 74.41% 74.41%
========================================
Files 872 872
Lines 85156 85156
Branches 5599 5598 -1
========================================
+ Hits 63367 63368 +1
+ Misses 21789 21788 -1 see 3 files with indirect coverage changes Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. |
Author
|
すみません、なにかテスト失敗しているようですがおそらくこの変更の影響ではなさそうですかね・・・? |
Member
|
👍🏻 |
1 task
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
What
ページのUIを差し替えるプラグインAPI
Plugin:register_page_view_interruptorを追加しました。基本的な動作はノート向けの
Plugin:register_note_view_interruptorと同様です。Why
機能追加の背景については #10261 に記載しております。
Additional info (optional)
ローカル環境での動作テストを行っております。
テスト用のノートの例は以下になります。セクションの入れ子でも動作することは確認済みです。

テスト用のプラグインスクリプトは以下になります。
https://novelskey.tarbin.net/@tar_bin/pages/1678732562011
Checklist