Skip to content
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

Merged
merged 6 commits into from
Aug 22, 2024
Merged

Conversation

xireiki
Copy link
Contributor

@xireiki xireiki commented Aug 12, 2024

Support dynamic acquisition of clash_mode

There is already an agent core that supports this API

CHANGELOG.md Outdated
Copy link
Collaborator

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?

Copy link
Contributor Author

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.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I can roll back.

@xireiki xireiki force-pushed the main branch 3 times, most recently from d68a4ce to b1e3232 Compare August 20, 2024 04:29
<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 => (
Copy link
Collaborator

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

@kunish kunish merged commit 341a14a into MetaCubeX:main Aug 22, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants