1
0
mirror of https://github.com/misskey-dev/misskey.git synced 2026-05-21 07:35:36 +02:00
This commit is contained in:
syuilo
2026-02-17 07:17:27 +09:00
parent 8c28c7c253
commit 7b7767942f
9 changed files with 25 additions and 0 deletions

View File

@@ -0,0 +1,17 @@
/*
* SPDX-FileCopyrightText: syuilo and misskey-project
* SPDX-License-Identifier: AGPL-3.0-only
*/
import { defineObject } from '../engine.js';
export const cactusS = defineObject({
id: 'cactusS',
defaultOptions: {},
placement: 'top',
createInstance: () => {
return {
interactions: {},
};
},
});