3 留言 (3 留言)0 反應 (0 反應)0 負責人 (0 負責人)Go13,906 star (13,906 star)2,725 fork (2,725 fork)batch import
help wantedkind/enhancementtopic/webui
描述
- Add a command to
- fetch the latest version of the webui from the webui url,
- pin it
- Add a command to replace the current version with the new one available (this will be triggered by the user via an update button from the webui)
- 議題類型
- feature
- 研究方向
- Investigate the existing webui directory in the kubo repository. Check if there is any prior implementation of version checking or updates. Look at the command structure in the Go codebase to understand how to add new commands. Review the webui's frontend code for potential integration points for an update button. Consider any existing discussion in the comments about preferred approaches.