-
Notifications
You must be signed in to change notification settings - Fork 272
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
feat: Support dynamic acquisition of clash_mode #908
Conversation
CHANGELOG.md
Outdated
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
why are these release related file changes here?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
After I submit to my repository, the action automatically runs to submit the version change.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I can roll back.
d68a4ce
to
b1e3232
Compare
src/pages/Config.tsx
Outdated
<option value={MODE_OPTIONS.Global}>{t('global')}</option> | ||
<option value={MODE_OPTIONS.Rule}>{t('rule')}</option> | ||
<option value={MODE_OPTIONS.Direct}>{t('direct')}</option> | ||
{modes().map(name => ( |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
there is a component in solidjs dedicated for this loop scenario called For
Support dynamic acquisition of clash_mode
There is already an agent core that supports this API