cl01/wp-content/plugins/code-snippets/js/manage.ts
2025-02-24 12:39:24 +08:00

6 lines
213 B
TypeScript
Executable File

import { handleShowCloudPreview, handleSnippetActivationSwitches, handleSnippetPriorityChanges } from './services/manage'
handleSnippetActivationSwitches()
handleSnippetPriorityChanges()
handleShowCloudPreview()