mirror of
https://github.com/QwenLM/qwen-code.git
synced 2026-05-04 22:51:08 +00:00
migrate /about (#4207)
This commit is contained in:
parent
2862ae7344
commit
6e258e2850
6 changed files with 172 additions and 117 deletions
|
|
@ -11,8 +11,10 @@ import { clearCommand } from '../ui/commands/clearCommand.js';
|
|||
import { authCommand } from '../ui/commands/authCommand.js';
|
||||
import { themeCommand } from '../ui/commands/themeCommand.js';
|
||||
import { privacyCommand } from '../ui/commands/privacyCommand.js';
|
||||
import { aboutCommand } from '../ui/commands/aboutCommand.js';
|
||||
|
||||
const loadBuiltInCommands = async (): Promise<SlashCommand[]> => [
|
||||
aboutCommand,
|
||||
authCommand,
|
||||
clearCommand,
|
||||
helpCommand,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue