Commit Graph

7 Commits

Author SHA1 Message Date
Alikia2x
38b144a6f4 improve: prompt for NLP result 2024-04-26 22:43:47 +08:00
Alikia2x
a9cf5630fe feature: complete function and code logic for suggestion (include cloud)
todo: problem: In a short period of time, several functions that depend on the latest state at the same time do operations and update the state according to the state they got, which will cause all calls except the first one to update the state incorrectly due to incorrect dependencies (not-updated state) because of the asynchronous updating of the React state.
2024-04-17 23:44:28 +08:00
Alikia2x
50c526c095 type: add suggestionItem 2024-04-13 20:23:06 +08:00
Alikia2x
7dd7b70db8 improve: suggestion, modify type decleartion
Suggestion now shows a default search option same as query, this behaviour is same as major browsers.
2024-04-12 21:29:12 +08:00
Alikia2x
f1d22f9d91 improvement: suggestion feature done, adjust i18n language key 2024-04-10 17:34:44 +08:00
Alikia2x
a5f5112fc1 feature: directly open URL 2024-03-31 14:02:42 +08:00
Alikia2x
d123b9cd95 Initial commit 2024-03-03 02:16:02 +08:00