- Theme: momentry (custom theme with REST API routes) - Plugins: code-snippets (contains all API proxies) - Languages: zh_TW translations - Excludes: cache, backups, uploads, logs
6 lines
213 B
TypeScript
6 lines
213 B
TypeScript
import { handleShowCloudPreview, handleSnippetActivationSwitches, handleSnippetPriorityChanges } from './services/manage'
|
|
|
|
handleSnippetActivationSwitches()
|
|
handleSnippetPriorityChanges()
|
|
handleShowCloudPreview()
|