add ai.json config

This commit is contained in:
xion 2025-04-06 01:44:12 +08:00
parent 4aaf791801
commit b4c1ddd57d

View File

@ -12,7 +12,13 @@ export const defaultKeys = [
{
key: 'ai.json',
description: 'AI配置',
data: { key: 'ai', version: '1.0.0' },
data: {
title: 'AI Secret Config',
description: 'AI Secret配置, 请根据需要配置',
version: '1.0.0',
models: [],
secretKeys: [],
},
},
{
key: 'vip.json',