Merge pull request #414 from co63oc/fix2

Fix typos
This commit is contained in:
Jerry Z H
2025-07-10 14:39:34 +08:00
committed by GitHub
2 changed files with 4 additions and 4 deletions

View File

@@ -193,7 +193,7 @@ def migrate_files(source_root, target_root):
'target': 'bootstrap/platform'
},
{
'source': 'app/boostrap/product_application.py',
'source': 'app/bootstrap/product_application.py',
'target': 'bootstrap/platform'
},
{
@@ -201,7 +201,7 @@ def migrate_files(source_root, target_root):
'target': 'boostrap/intelligence'
},
{
'source': 'app/boostrap/server_application.py',
'source': 'app/bootstrap/server_application.py',
'target': 'boostrap/intelligence'
},
]

View File

@@ -42,5 +42,5 @@ example_key = 'AnExampleKey'
##search api
#SEARCHAPI_API_KEY='xxxxxx'
#
##bing seacrh
#BING_SUBSCRIPTION_KEY='xxxxxx'
##bing search
#BING_SUBSCRIPTION_KEY='xxxxxx'