Conversation
把两个模态框改为了相近的形式,名称也统一了
起码好点了 不是吗.jpg
我说这里怎么回事呢,有个遗漏代码?
Summary of ChangesHello @MoYingJi, I'm Gemini Code Assist1! I'm currently reviewing this pull request and will post my feedback shortly. In the meantime, here's a summary to help you and other reviewers quickly get up to speed! 此拉取请求对应用程序的设置进行了重要的重构,主要集中在评论和歌词排除功能上。这些更改旨在通过提供更直观、更有组织的界面来配置这些功能,从而增强用户体验,同时通过标准化命名约定和整合组件来提高代码可维护性。此外,它还为各种设置项引入了有用的提示信息,并确保某些功能正确地限定在Electron环境中。 Highlights
Using Gemini Code AssistThe full guide for Gemini Code Assist can be found on our documentation page, here are some quick tips. Invoking Gemini You can request assistance from Gemini at any point by creating a comment using either
Customization To customize Gemini Code Assist for GitHub experience, repository maintainers can create a configuration file and/or provide a custom code review style guide (such as PEP-8 for Python) by creating and adding files to a Limitations & Feedback Gemini Code Assist may make mistakes. Please leave feedback on any instances where its feedback is incorrect or counter productive. You can react with 👍 and 👎 on @gemini-code-assist comments. If you're interested in giving your feedback about your experience with Gemini Code Assist for Github and other Google products, sign up here. You can also get AI-powered code generation, chat, as well as code reviews directly in the IDE at no cost with the Gemini Code Assist IDE Extension. Footnotes
|
| keywords: settingStore.excludeCommentKeywords || [], | ||
| regexes: settingStore.excludeCommentRegexes || [], |
There was a problem hiding this comment.
我保持了原来的逻辑没动吧 觉得需要也可以改
| input.onchange = (e: any) => { | ||
| const file = e.target.files[0]; | ||
| if (!file) return; |
| keywords: settingStore.excludeLyricsUserKeywords || [], | ||
| regexes: settingStore.excludeLyricsUserRegexes || [], |
| input.onchange = (e: any) => { | ||
| const file = e.target.files[0]; | ||
| if (!file) return; |
具体可以看每一个 Commit