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: manual control function switch #32

Merged
merged 4 commits into from
Jul 6, 2023
Merged

Conversation

wibus-wee
Copy link
Member

@wibus-wee wibus-wee commented Jul 6, 2023

Preview Config Demo
CleanShot 2023-07-06 at 22 48 33@2x
// Config Demo
window.theme = {
  chatbox: [
    "merge-same-user-message",
    "enhance-stickers-display",
    "not-exist-function",
    "special-username-color",
    "better-image-display",
    "fix-message-content-width",
  ],
  dev: true,
  core: [
    "inject-custom-root-style",
    "listen-rooms-panel-drag-event",
    "modify-chat-box-interval",
    "refined-image-gallery",
    "file-changes-listener",
    "theme-listener",
  ],
  manual: true,
}

close #31

@wibus-wee wibus-wee added the enhancement New feature or request label Jul 6, 2023
@wibus-wee wibus-wee self-assigned this Jul 6, 2023
@wibus-wee wibus-wee merged commit 36760c2 into main Jul 6, 2023
@wibus-wee wibus-wee deleted the feat/manual-control branch July 6, 2023 15:12
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[Feature] Manual control function switch
1 participant