feat: add t-head

This commit is contained in:
jialin
2026-01-15 19:54:20 +08:00
parent 337cb67cd9
commit 9676e63b5e
13 changed files with 109 additions and 29 deletions
@@ -12,6 +12,7 @@ const AddWorkerCommand: React.FC<ViewModalProps> = ({
provider = '',
currentGPU
}) => {
console.log('check env command provider:', currentGPU);
const code = React.useMemo(() => {
const configs = addWorkerGuide['all'];
const command = configs.checkEnvCommand(currentGPU);