如何在正面隐藏【関】字段?
#409
-
|
请问如何可以定位到并隐藏同义词字段?有些汉字词的同义英语词会提示意思,希望隐藏。研究了一下发现 SentType3/SentKanji3 都不是,只是表示(如有的)第三句例句。并且我在仅有的 SentType3/SentKanji3 前添加 【hint:】也不能达成隐藏第三句的效果。 |
Beta Was this translation helpful? Give feedback.
Answered by
5mdld
Sep 10, 2025
Replies: 2 comments 3 replies
-
|
同义词不是单独的字段,是用SentType字段里面的「関」来控制的 |
Beta Was this translation helpful? Give feedback.
1 reply
-
|
这种非通用的需求还是自己摸索吧,我不可能做到面面俱到,如果不太懂的话可以把模板代码复制给AI |
Beta Was this translation helpful? Give feedback.
2 replies
Answer selected by
NLasagna
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
这种非通用的需求还是自己摸索吧,我不可能做到面面俱到,如果不太懂的话可以把模板代码复制给AI
我觉得如果想隐藏所有带「関」的字段,应该挺好处理的