-
Notifications
You must be signed in to change notification settings - Fork 1.2k
fix #587 #621
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
fix #587 #621
Conversation
shubo83
commented
Nov 11, 2023
- query for synonyms and get the corresponding mainTagIds.
- add ID in condition to the main query statement.
use `Link` instead of `<a>` tag to prevent wrong link in this situation www.xxx.com/answer/
|
remove print log code `fmt.Println`
I noticed you changed the code, but there are still some issues. You can test it by following steps.
You'll notice that the |
ok, I'll try to debug it. |
I followed your three steps to test, and there was no problem. As shown below: ![]() ![]() Strange, where is the problem? |
Query for the main tag ID, make up for error handling.
Fix time format problem in **de-DE**
The files that in the `docs/release` will be pack into binary release zip. - [x] put all the dependency licenses into `docs/release/licenses`. - [x] add LICENSE for release binary. (We need to check this format whether meet the requirements or not.) - [x] add NOTICE for release binary. --------- Co-authored-by: tison <[email protected]> Co-authored-by: shuai <[email protected]>
1. README_CN.md * `Building from Source` Translate into Chinese version * Add Chinese version `Running from source` 2. README.md * Add `Running from source`