mirror of
https://github.com/nullnyat/NullcatChan.git
synced 2025-04-29 00:47:18 +09:00
8 lines
96 B
TypeScript
8 lines
96 B
TypeScript
export const account = {
|
|
id: '0',
|
|
name: '藍',
|
|
username: 'ai',
|
|
host: null,
|
|
isBot: true,
|
|
};
|