mirror of
https://github.com/v2board/v2board.git
synced 2025-06-15 22:27:50 +08:00
update: order service
This commit is contained in:
10
public/theme/v2board/assets/env.example.js
vendored
10
public/theme/v2board/assets/env.example.js
vendored
@ -14,5 +14,13 @@ window.settings = {
|
||||
// 背景
|
||||
background_url: '',
|
||||
// crisp
|
||||
crisp_id: ''
|
||||
crisp_id: '',
|
||||
i18n: [
|
||||
'zh-CN',
|
||||
'en-US',
|
||||
'ja-JP',
|
||||
'vi-VN',
|
||||
'ko-KR',
|
||||
'zh-TW'
|
||||
]
|
||||
}
|
||||
|
Reference in New Issue
Block a user