mamba-layout 0.1.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +47 -0
- package/dist/_virtual/_plugin-vue_export-helper.js +9 -0
- package/dist/assets/logo.png.js +4 -0
- package/dist/components/UserAvatar/index.d.ts +2 -0
- package/dist/components/UserAvatar/index.js +5 -0
- package/dist/components/UserAvatar/src/UserAvatar.css +1 -0
- package/dist/components/UserAvatar/src/UserAvatar.vue.d.ts +9 -0
- package/dist/components/UserAvatar/src/UserAvatar.vue.js +7 -0
- package/dist/components/UserAvatar/src/UserAvatar.vue2.js +61 -0
- package/dist/components/index.d.ts +2 -0
- package/dist/components/index.js +51 -0
- package/dist/index.d.ts +13 -0
- package/dist/index.js +80 -0
- package/dist/layout/BaseLayout.css +1 -0
- package/dist/layout/BaseLayout.vue.d.ts +23 -0
- package/dist/layout/BaseLayout.vue.js +7 -0
- package/dist/layout/BaseLayout.vue2.js +75 -0
- package/dist/layout/components/AppSelect.css +1 -0
- package/dist/layout/components/AppSelect.vue.d.ts +2 -0
- package/dist/layout/components/AppSelect.vue.js +7 -0
- package/dist/layout/components/AppSelect.vue2.js +69 -0
- package/dist/layout/components/AsideBar.css +1 -0
- package/dist/layout/components/AsideBar.vue.d.ts +21 -0
- package/dist/layout/components/AsideBar.vue.js +7 -0
- package/dist/layout/components/AsideBar.vue2.js +49 -0
- package/dist/layout/components/AsideSubMenuItem.vue.d.ts +25 -0
- package/dist/layout/components/AsideSubMenuItem.vue.js +84 -0
- package/dist/layout/components/AsideSubMenuItem.vue2.js +4 -0
- package/dist/layout/components/AsideSubMenus.vue.d.ts +16 -0
- package/dist/layout/components/AsideSubMenus.vue.js +36 -0
- package/dist/layout/components/AsideSubMenus.vue2.js +4 -0
- package/dist/layout/components/AsideTabMenus.vue.d.ts +2 -0
- package/dist/layout/components/AsideTabMenus.vue.js +41 -0
- package/dist/layout/components/AsideTabMenus.vue2.js +4 -0
- package/dist/layout/components/AsideUser.vue.d.ts +2 -0
- package/dist/layout/components/AsideUser.vue.js +58 -0
- package/dist/layout/components/AsideUser.vue2.js +4 -0
- package/dist/layout/components/HeaderBar.css +1 -0
- package/dist/layout/components/HeaderBar.vue.d.ts +17 -0
- package/dist/layout/components/HeaderBar.vue.js +7 -0
- package/dist/layout/components/HeaderBar.vue2.js +55 -0
- package/dist/layout/components/HeaderMenuToggle.vue.d.ts +25 -0
- package/dist/layout/components/HeaderMenuToggle.vue.js +40 -0
- package/dist/layout/components/HeaderMenuToggle.vue2.js +4 -0
- package/dist/layout/components/LanguageSelect.css +1 -0
- package/dist/layout/components/LanguageSelect.vue.d.ts +22 -0
- package/dist/layout/components/LanguageSelect.vue.js +8 -0
- package/dist/layout/components/LanguageSelect.vue2.js +101 -0
- package/dist/layout/components/LanguageSelect2.css +1 -0
- package/dist/layout/components/LayoutBreadcrumb.css +1 -0
- package/dist/layout/components/LayoutBreadcrumb.vue.d.ts +29 -0
- package/dist/layout/components/LayoutBreadcrumb.vue.js +7 -0
- package/dist/layout/components/LayoutBreadcrumb.vue2.js +189 -0
- package/dist/layout/components/MenuDrawer.css +1 -0
- package/dist/layout/components/MenuDrawer.vue.d.ts +12 -0
- package/dist/layout/components/MenuDrawer.vue.js +163 -0
- package/dist/layout/components/MenuDrawer.vue3.js +5 -0
- package/dist/layout/components/MenuItemIcon.css +1 -0
- package/dist/layout/components/MenuItemIcon.vue.d.ts +7 -0
- package/dist/layout/components/MenuItemIcon.vue.js +7 -0
- package/dist/layout/components/MenuItemIcon.vue2.js +23 -0
- package/dist/layout/components/NavIconBtn.css +1 -0
- package/dist/layout/components/NavIconBtn.vue.d.ts +26 -0
- package/dist/layout/components/NavIconBtn.vue.js +7 -0
- package/dist/layout/components/NavIconBtn.vue2.js +23 -0
- package/dist/layout/components/SHeaderRight.css +1 -0
- package/dist/layout/components/SHeaderRight.vue.d.ts +2 -0
- package/dist/layout/components/SHeaderRight.vue.js +7 -0
- package/dist/layout/components/SHeaderRight.vue2.js +80 -0
- package/dist/layout/components/ThemeToggle.css +1 -0
- package/dist/layout/components/ThemeToggle.vue.d.ts +2 -0
- package/dist/layout/components/ThemeToggle.vue.js +7 -0
- package/dist/layout/components/ThemeToggle.vue2.js +30 -0
- package/dist/layout/components/TimezoneSelect.css +1 -0
- package/dist/layout/components/TimezoneSelect.vue.d.ts +7 -0
- package/dist/layout/components/TimezoneSelect.vue.js +8 -0
- package/dist/layout/components/TimezoneSelect.vue2.js +78 -0
- package/dist/layout/components/TimezoneSelect2.css +1 -0
- package/dist/layout/components/UserInfo.css +1 -0
- package/dist/layout/components/UserInfo.vue.d.ts +2 -0
- package/dist/layout/components/UserInfo.vue.js +8 -0
- package/dist/layout/components/UserInfo.vue2.js +111 -0
- package/dist/layout/components/UserInfo2.css +1 -0
- package/dist/layout/components/index.d.ts +23 -0
- package/dist/layout/components/index.js +49 -0
- package/dist/layout/components/mobile/AppSelectMobile.vue.d.ts +2 -0
- package/dist/layout/components/mobile/AppSelectMobile.vue.js +60 -0
- package/dist/layout/components/mobile/AppSelectMobile.vue2.js +4 -0
- package/dist/layout/components/mobile/AsideBarMobile.css +1 -0
- package/dist/layout/components/mobile/AsideBarMobile.vue.d.ts +21 -0
- package/dist/layout/components/mobile/AsideBarMobile.vue.js +7 -0
- package/dist/layout/components/mobile/AsideBarMobile.vue2.js +47 -0
- package/dist/layout/components/mobile/AsideUserMobile.css +1 -0
- package/dist/layout/components/mobile/AsideUserMobile.vue.d.ts +2 -0
- package/dist/layout/components/mobile/AsideUserMobile.vue.js +7 -0
- package/dist/layout/components/mobile/AsideUserMobile.vue2.js +56 -0
- package/dist/layout/components/mobile/AsideUserMobilePopover.css +1 -0
- package/dist/layout/components/mobile/AsideUserMobilePopover.vue.d.ts +17 -0
- package/dist/layout/components/mobile/AsideUserMobilePopover.vue.js +7 -0
- package/dist/layout/components/mobile/AsideUserMobilePopover.vue2.js +52 -0
- package/dist/layout/components/mobile/HeaderRightMobile.css +1 -0
- package/dist/layout/components/mobile/HeaderRightMobile.vue.d.ts +2 -0
- package/dist/layout/components/mobile/HeaderRightMobile.vue.js +7 -0
- package/dist/layout/components/mobile/HeaderRightMobile.vue2.js +50 -0
- package/dist/layout/components/mobile/MobileMenuToggle.css +1 -0
- package/dist/layout/components/mobile/MobileMenuToggle.vue.d.ts +2 -0
- package/dist/layout/components/mobile/MobileMenuToggle.vue.js +7 -0
- package/dist/layout/components/mobile/MobileMenuToggle.vue2.js +31 -0
- package/dist/layout/hooks/index.d.ts +4 -0
- package/dist/layout/hooks/index.js +17 -0
- package/dist/layout/hooks/useApp.d.ts +6 -0
- package/dist/layout/hooks/useApp.js +20 -0
- package/dist/layout/hooks/useSetting.d.ts +62 -0
- package/dist/layout/hooks/useSetting.js +24 -0
- package/dist/layout/hooks/useState.d.ts +763 -0
- package/dist/layout/hooks/useState.js +99 -0
- package/dist/layout/hooks/useTheme.d.ts +15 -0
- package/dist/layout/hooks/useTheme.js +44 -0
- package/dist/layout/utils/index.d.ts +7 -0
- package/dist/layout/utils/index.js +59 -0
- package/dist/layout.css +1 -0
- package/dist/layout.es.js +53770 -0
- package/dist/layout.global.js +78 -0
- package/dist/locales/en/account.d.ts +10 -0
- package/dist/locales/en/account.js +12 -0
- package/dist/locales/en/admin.d.ts +207 -0
- package/dist/locales/en/admin.js +209 -0
- package/dist/locales/en/common.d.ts +40 -0
- package/dist/locales/en/common.js +42 -0
- package/dist/locales/en/components.d.ts +37 -0
- package/dist/locales/en/components.js +39 -0
- package/dist/locales/en/constant.d.ts +151 -0
- package/dist/locales/en/constant.js +153 -0
- package/dist/locales/en/filterBox.d.ts +11 -0
- package/dist/locales/en/filterBox.js +13 -0
- package/dist/locales/en/index.d.ts +487 -0
- package/dist/locales/en/index.js +22 -0
- package/dist/locales/en/instanceForm.d.ts +17 -0
- package/dist/locales/en/instanceForm.js +19 -0
- package/dist/locales/en/password.d.ts +18 -0
- package/dist/locales/en/password.js +20 -0
- package/dist/locales/index.d.ts +973 -0
- package/dist/locales/index.js +12 -0
- package/dist/locales/messages.d.ts +973 -0
- package/dist/locales/messages.js +9 -0
- package/dist/locales/zh-cn/account.d.ts +10 -0
- package/dist/locales/zh-cn/account.js +12 -0
- package/dist/locales/zh-cn/admin.d.ts +205 -0
- package/dist/locales/zh-cn/admin.js +207 -0
- package/dist/locales/zh-cn/common.d.ts +40 -0
- package/dist/locales/zh-cn/common.js +42 -0
- package/dist/locales/zh-cn/components.d.ts +37 -0
- package/dist/locales/zh-cn/components.js +39 -0
- package/dist/locales/zh-cn/constant.d.ts +151 -0
- package/dist/locales/zh-cn/constant.js +153 -0
- package/dist/locales/zh-cn/filterBox.d.ts +11 -0
- package/dist/locales/zh-cn/filterBox.js +13 -0
- package/dist/locales/zh-cn/index.d.ts +485 -0
- package/dist/locales/zh-cn/index.js +22 -0
- package/dist/locales/zh-cn/instanceForm.d.ts +17 -0
- package/dist/locales/zh-cn/instanceForm.js +19 -0
- package/dist/locales/zh-cn/password.d.ts +18 -0
- package/dist/locales/zh-cn/password.js +20 -0
- package/dist/standalone.d.ts +0 -0
- package/dist/utils/createContext.d.ts +8 -0
- package/dist/utils/createContext.js +14 -0
- package/dist/utils/repoUtils.d.ts +59 -0
- package/dist/utils/repoUtils.js +160 -0
- package/package.json +110 -0
|
@@ -0,0 +1,151 @@
|
|
|
1
|
+
declare const _default: {
|
|
2
|
+
label: {
|
|
3
|
+
languageModel: string;
|
|
4
|
+
};
|
|
5
|
+
dialogueSource: {
|
|
6
|
+
1: string;
|
|
7
|
+
2: string;
|
|
8
|
+
3: string;
|
|
9
|
+
4: string;
|
|
10
|
+
5: string;
|
|
11
|
+
};
|
|
12
|
+
versionStatus: {
|
|
13
|
+
0: string;
|
|
14
|
+
1: string;
|
|
15
|
+
2: string;
|
|
16
|
+
3: string;
|
|
17
|
+
4: string;
|
|
18
|
+
5: string;
|
|
19
|
+
6: string;
|
|
20
|
+
7: string;
|
|
21
|
+
8: string;
|
|
22
|
+
};
|
|
23
|
+
releaseAuditStatus: {
|
|
24
|
+
0: string;
|
|
25
|
+
1: string;
|
|
26
|
+
2: string;
|
|
27
|
+
3: string;
|
|
28
|
+
};
|
|
29
|
+
shelfStatus: {
|
|
30
|
+
0: string;
|
|
31
|
+
1: string;
|
|
32
|
+
2: string;
|
|
33
|
+
3: string;
|
|
34
|
+
};
|
|
35
|
+
isFree: {
|
|
36
|
+
0: string;
|
|
37
|
+
1: string;
|
|
38
|
+
};
|
|
39
|
+
modelType: {
|
|
40
|
+
1: string;
|
|
41
|
+
2: string;
|
|
42
|
+
3: string;
|
|
43
|
+
4: string;
|
|
44
|
+
5: string;
|
|
45
|
+
6: string;
|
|
46
|
+
};
|
|
47
|
+
modelSubType: {
|
|
48
|
+
1: string;
|
|
49
|
+
2: string;
|
|
50
|
+
3: string;
|
|
51
|
+
4: string;
|
|
52
|
+
5: string;
|
|
53
|
+
};
|
|
54
|
+
appShareType: {
|
|
55
|
+
1: string;
|
|
56
|
+
2: string;
|
|
57
|
+
};
|
|
58
|
+
labelType: {
|
|
59
|
+
1: string;
|
|
60
|
+
2: string;
|
|
61
|
+
3: string;
|
|
62
|
+
};
|
|
63
|
+
applicationType: {
|
|
64
|
+
1: string;
|
|
65
|
+
2: string;
|
|
66
|
+
};
|
|
67
|
+
applicationAuditStatus: {
|
|
68
|
+
1: string;
|
|
69
|
+
2: string;
|
|
70
|
+
3: string;
|
|
71
|
+
};
|
|
72
|
+
trueOrFalse: {
|
|
73
|
+
true: string;
|
|
74
|
+
false: string;
|
|
75
|
+
};
|
|
76
|
+
templateType: {
|
|
77
|
+
1: string;
|
|
78
|
+
2: string;
|
|
79
|
+
};
|
|
80
|
+
useable: {
|
|
81
|
+
1: string;
|
|
82
|
+
2: string;
|
|
83
|
+
};
|
|
84
|
+
enable: {
|
|
85
|
+
1: string;
|
|
86
|
+
2: string;
|
|
87
|
+
};
|
|
88
|
+
tenantStatus: {
|
|
89
|
+
1: string;
|
|
90
|
+
2: string;
|
|
91
|
+
3: string;
|
|
92
|
+
4: string;
|
|
93
|
+
5: string;
|
|
94
|
+
};
|
|
95
|
+
modelAuditStatus: {
|
|
96
|
+
0: string;
|
|
97
|
+
1: string;
|
|
98
|
+
2: string;
|
|
99
|
+
3: string;
|
|
100
|
+
4: string;
|
|
101
|
+
5: string;
|
|
102
|
+
6: string;
|
|
103
|
+
7: string;
|
|
104
|
+
8: string;
|
|
105
|
+
};
|
|
106
|
+
modelStatus: {
|
|
107
|
+
0: string;
|
|
108
|
+
1: string;
|
|
109
|
+
2: string;
|
|
110
|
+
3: string;
|
|
111
|
+
};
|
|
112
|
+
userType: {
|
|
113
|
+
0: string;
|
|
114
|
+
1: string;
|
|
115
|
+
2: string;
|
|
116
|
+
};
|
|
117
|
+
isActivity: {
|
|
118
|
+
0: string;
|
|
119
|
+
1: string;
|
|
120
|
+
};
|
|
121
|
+
isLimit: {
|
|
122
|
+
1: string;
|
|
123
|
+
0: string;
|
|
124
|
+
};
|
|
125
|
+
versionType: {
|
|
126
|
+
1: string;
|
|
127
|
+
2: string;
|
|
128
|
+
3: string;
|
|
129
|
+
};
|
|
130
|
+
appTemplateType: {
|
|
131
|
+
1: string;
|
|
132
|
+
7: string;
|
|
133
|
+
};
|
|
134
|
+
auditStatus: {
|
|
135
|
+
0: string;
|
|
136
|
+
1: string;
|
|
137
|
+
2: string;
|
|
138
|
+
3: string;
|
|
139
|
+
};
|
|
140
|
+
onlineStatus: {
|
|
141
|
+
0: string;
|
|
142
|
+
1: string;
|
|
143
|
+
2: string;
|
|
144
|
+
3: string;
|
|
145
|
+
};
|
|
146
|
+
currency: {
|
|
147
|
+
CNY: string;
|
|
148
|
+
USD: string;
|
|
149
|
+
};
|
|
150
|
+
};
|
|
151
|
+
export default _default;
|
|
@@ -0,0 +1,153 @@
|
|
|
1
|
+
const e = {
|
|
2
|
+
label: {
|
|
3
|
+
languageModel: "语言模型"
|
|
4
|
+
},
|
|
5
|
+
dialogueSource: {
|
|
6
|
+
1: "在线对话",
|
|
7
|
+
2: "调试",
|
|
8
|
+
3: "应用 API 调用",
|
|
9
|
+
4: "向量生成",
|
|
10
|
+
5: "模型 API 调用"
|
|
11
|
+
},
|
|
12
|
+
versionStatus: {
|
|
13
|
+
0: "待审核",
|
|
14
|
+
1: "审核通过",
|
|
15
|
+
2: "审核不通过",
|
|
16
|
+
3: "草稿",
|
|
17
|
+
4: "待发布",
|
|
18
|
+
5: "已发布",
|
|
19
|
+
6: "已下架",
|
|
20
|
+
7: "审核超时",
|
|
21
|
+
8: "待下架"
|
|
22
|
+
},
|
|
23
|
+
releaseAuditStatus: {
|
|
24
|
+
0: "待审核",
|
|
25
|
+
1: "审核通过",
|
|
26
|
+
2: "审核不通过",
|
|
27
|
+
3: "草稿"
|
|
28
|
+
},
|
|
29
|
+
shelfStatus: {
|
|
30
|
+
0: "未发布",
|
|
31
|
+
1: "已发布",
|
|
32
|
+
2: "已下架",
|
|
33
|
+
3: "待下架"
|
|
34
|
+
},
|
|
35
|
+
isFree: {
|
|
36
|
+
0: "免费",
|
|
37
|
+
1: "付费"
|
|
38
|
+
},
|
|
39
|
+
modelType: {
|
|
40
|
+
1: "对话模型",
|
|
41
|
+
2: "图像模型",
|
|
42
|
+
3: "语音模型",
|
|
43
|
+
4: "视频模型",
|
|
44
|
+
5: "嵌入模型",
|
|
45
|
+
6: "重排模型"
|
|
46
|
+
},
|
|
47
|
+
modelSubType: {
|
|
48
|
+
1: "LLM",
|
|
49
|
+
2: "VLM",
|
|
50
|
+
3: "文生图",
|
|
51
|
+
4: "图生图",
|
|
52
|
+
5: "图像编辑"
|
|
53
|
+
},
|
|
54
|
+
appShareType: {
|
|
55
|
+
1: "商店",
|
|
56
|
+
2: "API 访问"
|
|
57
|
+
},
|
|
58
|
+
labelType: {
|
|
59
|
+
1: "热门",
|
|
60
|
+
2: "推荐",
|
|
61
|
+
3: "最新"
|
|
62
|
+
},
|
|
63
|
+
applicationType: {
|
|
64
|
+
1: "免费",
|
|
65
|
+
2: "付费"
|
|
66
|
+
},
|
|
67
|
+
applicationAuditStatus: {
|
|
68
|
+
1: "已发布",
|
|
69
|
+
2: "待审核",
|
|
70
|
+
3: "发布失败"
|
|
71
|
+
},
|
|
72
|
+
trueOrFalse: {
|
|
73
|
+
true: "是",
|
|
74
|
+
false: "否"
|
|
75
|
+
},
|
|
76
|
+
templateType: {
|
|
77
|
+
1: "系统内置",
|
|
78
|
+
2: "自定义"
|
|
79
|
+
},
|
|
80
|
+
useable: {
|
|
81
|
+
1: "可用",
|
|
82
|
+
2: "不可用"
|
|
83
|
+
},
|
|
84
|
+
enable: {
|
|
85
|
+
1: "启用",
|
|
86
|
+
2: "禁用"
|
|
87
|
+
},
|
|
88
|
+
tenantStatus: {
|
|
89
|
+
1: "已通过",
|
|
90
|
+
2: "待审核",
|
|
91
|
+
3: "已拒绝",
|
|
92
|
+
4: "审核通过",
|
|
93
|
+
5: "注册中"
|
|
94
|
+
},
|
|
95
|
+
modelAuditStatus: {
|
|
96
|
+
0: "待审核",
|
|
97
|
+
1: "审核通过",
|
|
98
|
+
2: "审核不通过",
|
|
99
|
+
3: "草稿",
|
|
100
|
+
4: "待发布",
|
|
101
|
+
5: "已发布",
|
|
102
|
+
6: "已下架",
|
|
103
|
+
7: "超时",
|
|
104
|
+
8: "待下架"
|
|
105
|
+
},
|
|
106
|
+
modelStatus: {
|
|
107
|
+
0: "已下架",
|
|
108
|
+
1: "已发布",
|
|
109
|
+
2: "待下架",
|
|
110
|
+
3: "待发布"
|
|
111
|
+
},
|
|
112
|
+
userType: {
|
|
113
|
+
0: "管理员",
|
|
114
|
+
1: "创作者",
|
|
115
|
+
2: "用户"
|
|
116
|
+
},
|
|
117
|
+
isActivity: {
|
|
118
|
+
0: "禁用",
|
|
119
|
+
1: "启用"
|
|
120
|
+
},
|
|
121
|
+
isLimit: {
|
|
122
|
+
1: "限时模式",
|
|
123
|
+
0: "配额模式"
|
|
124
|
+
},
|
|
125
|
+
versionType: {
|
|
126
|
+
1: "微小调整",
|
|
127
|
+
2: "内容优化",
|
|
128
|
+
3: "重大更新"
|
|
129
|
+
},
|
|
130
|
+
appTemplateType: {
|
|
131
|
+
1: "对话型",
|
|
132
|
+
7: "绘画型"
|
|
133
|
+
},
|
|
134
|
+
auditStatus: {
|
|
135
|
+
0: "待审核",
|
|
136
|
+
1: "审核通过",
|
|
137
|
+
2: "审核不通过",
|
|
138
|
+
3: "草稿"
|
|
139
|
+
},
|
|
140
|
+
onlineStatus: {
|
|
141
|
+
0: "已下架",
|
|
142
|
+
1: "已发布",
|
|
143
|
+
2: "待下架",
|
|
144
|
+
3: "待发布"
|
|
145
|
+
},
|
|
146
|
+
currency: {
|
|
147
|
+
CNY: "人民币",
|
|
148
|
+
USD: "美元"
|
|
149
|
+
}
|
|
150
|
+
};
|
|
151
|
+
export {
|
|
152
|
+
e as default
|
|
153
|
+
};
|