You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
/*** Business log interface modification example* The difference between @BusinessLog and @AutoLog is that @BusinessLog will determine if the interface name contains the characters "modify", "edit", or "state switch", and will* start the data comparison function to compare the modification points of the user's new and old data and record them in the database. Before modifying, you need to use the LogObjectHolder.me().set()* method to save the database data entity before modification.* @param json* @return* @throws Exception*/@BusinessLog(value = "Modify test interface", key = "departId")
@PostMapping("/businessLogDemo")
publicBaseResultbusinessLogDemo(JSONObjectjson)throwsException
But the actual effect is as follows:
I thought the comments would be olive green like Idea, or dark like git code highlighting.
But there is basically no color rendering of the code in the rendering.
Did I do something wrong?
Example
I wrote a simple example, you can check my git repository。
For specific environment and startup steps, please refer to readme.md in the repository https://github.com/brucelpt/docsify-prism-demo.git
The text was updated successfully, but these errors were encountered:
Information:
Description
I'm using prism 1.29.0 with docsify. My index.html is as follows:
My code content in markdown format:
But the actual effect is as follows:

I thought the comments would be olive green like Idea, or dark like git code highlighting.
But there is basically no color rendering of the code in the rendering.
Did I do something wrong?
Example
I wrote a simple example, you can check my git repository。
For specific environment and startup steps, please refer to readme.md in the repository
https://github.com/brucelpt/docsify-prism-demo.git
The text was updated successfully, but these errors were encountered: