mirror of
https://github.com/PaiGramTeam/PaiGramDocs.git
synced 2024-11-23 00:11:32 +00:00
12 lines
221 B
TypeScript
12 lines
221 B
TypeScript
export default {
|
|
appId: 'AU4G7FKYJF',
|
|
apiKey: 'e934cbf9d54f02be212594ad8b5a1373',
|
|
indexName: 'grambot',
|
|
placeholder: '请输入关键词',
|
|
translations: {
|
|
button: {
|
|
buttonText: '搜索',
|
|
},
|
|
},
|
|
}
|