File tree 2 files changed +4
-4
lines changed
2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1
1
#
2
2
# Your Crowdin credentials
3
3
#
4
- ' project_id ' : ' CROWDIN_PAIMON_PROJECT_ID '
5
- ' api_token_env ' : ' CROWDIN_PAIMON_PERSONAL_TOKEN '
4
+ ' project_id ' : ' CROWDIN_POMPOM_PROJECT_ID '
5
+ ' api_token_env ' : ' CROWDIN_POMPOM_PERSONAL_TOKEN '
6
6
' base_path ' : ' .'
7
7
' base_url ' : ' https://api.crowdin.com'
8
8
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ import { ICaptchaRequest } from '~/types'
8
8
tabId : - 1 ,
9
9
}
10
10
11
- console . info ( '[paimon -webext] init' )
11
+ console . info ( '[pompom -webext] init' )
12
12
13
13
// eslint-disable-next-line
14
14
window . postMessage ( {
@@ -17,7 +17,7 @@ import { ICaptchaRequest } from '~/types'
17
17
} , '*' )
18
18
19
19
onMessage ( 'request_captcha' , ( { data } ) => {
20
- console . info ( '[paimon -webext] request_captcha' , data )
20
+ console . info ( '[pompom -webext] request_captcha' , data )
21
21
const { uid, tabId } = data
22
22
Config . uid = uid
23
23
Config . tabId = tabId
You can’t perform that action at this time.
0 commit comments