-
-
Notifications
You must be signed in to change notification settings - Fork 366
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
自定义表情设置添加详细的路径信息输出 #996
自定义表情设置添加详细的路径信息输出 #996
Conversation
信息应该在这个函数里面输出。 Line 1294 in 33f8d05
|
通过测试发现代码放在这部分不会输出路径,而放在get_custom_smilies_list中才可以正常读取路径的变化并输出 |
|
感谢指正! 表情面板输出:push_custom_smilies() 只有comments评论区生成会调用这个函数,而在is_admin的限制下应该不会误将调试信息输出到前端了 |
这个做法实在是令人眼前一黑,不夸张地说。 正如 @KotoriK 所说, 我的建议是,再好好思考一下这几个函数的作用,尤其是 另外,既然都输出路径了,你不如更进一步优化一下,把表情包图片输出给用户预览,示意系统都加载了哪些表情包。 加油。 |
已迁移调试信息到 已按照建议添加了收录的表情包图片预览 |
LGTM |
自定义表情功能添加输出详细实际读取路径
方便不同用户在不同的环境下可能存在差异的情况下自行排除错误