mirror of
https://github.com/soybeanjs/soybean-admin.git
synced 2025-12-07 00:36:03 +08:00
feat(projects): add alova examples (#647)
* feat: optimistic subpackage `@sa/alova` * feat: add alova examples
This commit is contained in:
@@ -163,9 +163,14 @@ const local: App.I18n.Schema = {
|
||||
document_unocss: 'UnoCSS Document',
|
||||
document_naive: 'Naive UI Document',
|
||||
document_antd: 'Ant Design Vue Document',
|
||||
document_alova: 'Alova Document',
|
||||
'user-center': 'User Center',
|
||||
about: 'About',
|
||||
function: 'System Function',
|
||||
alova: 'Alova Example',
|
||||
alova_request: 'Alova Request',
|
||||
alova_user: 'User List',
|
||||
alova_scenes: 'Scenario Request',
|
||||
function_tab: 'Tab',
|
||||
'function_multi-tab': 'Multi Tab',
|
||||
'function_hide-child': 'Hide Child',
|
||||
@@ -337,6 +342,20 @@ const local: App.I18n.Schema = {
|
||||
repeatedErrorMsg2: 'Custom Request Error 2'
|
||||
}
|
||||
},
|
||||
alova: {
|
||||
scenes: {
|
||||
captchaSend: 'Captcha Send',
|
||||
autoRequest: 'Auto Request',
|
||||
visibilityRequestTips: 'Automatically request when switching browser window',
|
||||
pollingRequestTips: 'It will request every 3 seconds',
|
||||
networkRequestTips: 'Automatically request after network reconnecting',
|
||||
refreshTime: 'Refresh Time',
|
||||
startRequest: 'Start Request',
|
||||
stopRequest: 'Stop Request',
|
||||
requestCrossComponent: 'Request Cross Component',
|
||||
triggerAllRequest: 'Manually Trigger All Automated Requests'
|
||||
}
|
||||
},
|
||||
manage: {
|
||||
common: {
|
||||
status: {
|
||||
|
||||
Reference in New Issue
Block a user