mirror of
https://github.com/xiaoyifang/goldendict-ng.git
synced 2024-11-23 20:14:05 +00:00
doc: how to debug dictionary js
This commit is contained in:
parent
a801c4cb09
commit
303b209760
|
@ -1,5 +1,14 @@
|
|||
# How to debug dictionary javascript
|
||||
|
||||
- [How to debug dictionary javascript](#how-to-debug-dictionary-javascript)
|
||||
- [background](#background)
|
||||
- [goldendict-ng inspector](#goldendict-ng-inspector)
|
||||
- [How to navigate to the specified element](#how-to-navigate-to-the-specified-element)
|
||||
- [Modify the css style](#modify-the-css-style)
|
||||
- [check javascript events](#check-javascript-events)
|
||||
- [reproduce the issue in the goldendit](#reproduce-the-issue-in-the-goldendit)
|
||||
|
||||
|
||||
## background
|
||||
When some js functions do not work as expected, this article tries to give a debug solution to pinpoint the problem.
|
||||
|
||||
|
|
|
@ -44,7 +44,6 @@ nav:
|
|||
- Custom transliteration: topic_transliteration.md
|
||||
- Customize Dictionary: custom_dictionary.md
|
||||
- OCR Integration: howto/ocr.md
|
||||
- How to debug dictionary js: howto/how to debug dictionary js.md
|
||||
- Report Bugs & Feedbacks: feedbacks.md
|
||||
- Contributor Guides:
|
||||
- Developer: developer.md
|
||||
|
@ -56,3 +55,5 @@ nav:
|
|||
- Breadpad crash analysis: howto/how to use breadpad crash analysis.md
|
||||
- Build ffmpeg on Windows: howto/how to build ffmpeg for visual studio.md
|
||||
- How to update the crowdin.ts file: howto/how to update crowdin.ts file.md
|
||||
- How to debug dictionary js: howto/how to debug dictionary js.md
|
||||
|
||||
|
|
Loading…
Reference in a new issue