描述:
@@ -58,6 +58,16 @@
+
+
+
+
+
+
+
@@ -68,7 +78,7 @@ import InputImage from "../../components/InputImage.vue";
import { ContextKey } from "../../config";
import AniTexter from "./texter.vue";
-const { container, blocks, setContainerOrigin } = inject(ContextKey)!;
+const { container, blocks, current, setContainerOrigin } = inject(ContextKey)!;
diff --git a/src/components/editor/panel-main/index.vue b/src/components/editor/panel-main/index.vue
index a331a8c..74e3da9 100644
--- a/src/components/editor/panel-main/index.vue
+++ b/src/components/editor/panel-main/index.vue
@@ -23,7 +23,7 @@
diff --git a/src/pages/_login/index.vue b/src/pages/_login/index.vue
index 4cefd46..cd0eb2a 100644
--- a/src/pages/_login/index.vue
+++ b/src/pages/_login/index.vue
@@ -22,14 +22,14 @@
欢迎登陆
{{ meridiem }}好,欢迎登陆{{ appStore.title }}!
-
+
-
+
@@ -38,11 +38,11 @@
- 立即登录
+ {{ loading ? '登陆中' : '立即登录' }}
暂不支持其他方式登录
diff --git a/src/types/auto-component.d.ts b/src/types/auto-component.d.ts
index 4b6f5d7..6563669 100644
--- a/src/types/auto-component.d.ts
+++ b/src/types/auto-component.d.ts
@@ -7,57 +7,34 @@ export {}
declare module '@vue/runtime-core' {
export interface GlobalComponents {
- AAlert: typeof import('@arco-design/web-vue')['Alert']
- AAvatar: typeof import('@arco-design/web-vue')['Avatar']
- ABreadcrumb: typeof import('@arco-design/web-vue')['Breadcrumb']
- ABreadcrumbItem: typeof import('@arco-design/web-vue')['BreadcrumbItem']
+ AAutoComplete: typeof import('@arco-design/web-vue')['AutoComplete']
AButton: typeof import('@arco-design/web-vue')['Button']
- ACard: typeof import('@arco-design/web-vue')['Card']
ACheckbox: typeof import('@arco-design/web-vue')['Checkbox']
- ACheckboxGroup: typeof import('@arco-design/web-vue')['CheckboxGroup']
AConfigProvider: typeof import('@arco-design/web-vue')['ConfigProvider']
- ADatePicker: typeof import('@arco-design/web-vue')['DatePicker']
ADivider: typeof import('@arco-design/web-vue')['Divider']
ADoption: typeof import('@arco-design/web-vue')['Doption']
- ADrawer: typeof import('@arco-design/web-vue')['Drawer']
- ADropdown: typeof import('@arco-design/web-vue')['Dropdown']
ADropdownButton: typeof import('@arco-design/web-vue')['DropdownButton']
AEmpty: typeof import('@arco-design/web-vue')['Empty']
AForm: typeof import('@arco-design/web-vue')['Form']
AFormItem: typeof import('@arco-design/web-vue')['FormItem']
- AImage: typeof import('@arco-design/web-vue')['Image']
AInput: typeof import('@arco-design/web-vue')['Input']
AInputNumber: typeof import('@arco-design/web-vue')['InputNumber']
AInputPassword: typeof import('@arco-design/web-vue')['InputPassword']
AInputSearch: typeof import('@arco-design/web-vue')['InputSearch']
- ALayout: typeof import('@arco-design/web-vue')['Layout']
- ALayoutContent: typeof import('@arco-design/web-vue')['LayoutContent']
- ALayoutHeader: typeof import('@arco-design/web-vue')['LayoutHeader']
- ALayoutSider: typeof import('@arco-design/web-vue')['LayoutSider']
ALink: typeof import('@arco-design/web-vue')['Link']
- AList: typeof import('@arco-design/web-vue')['List']
- AListItem: typeof import('@arco-design/web-vue')['ListItem']
- AListItemMeta: typeof import('@arco-design/web-vue')['ListItemMeta']
AMenu: typeof import('@arco-design/web-vue')['Menu']
AMenuItem: typeof import('@arco-design/web-vue')['MenuItem']
- AMenuItemGroup: typeof import('@arco-design/web-vue')['MenuItemGroup']
AModal: typeof import('@arco-design/web-vue')['Modal']
APagination: typeof import('@arco-design/web-vue')['Pagination']
APopover: typeof import('@arco-design/web-vue')['Popover']
ARadio: typeof import('@arco-design/web-vue')['Radio']
ARadioGroup: typeof import('@arco-design/web-vue')['RadioGroup']
- AScrollbar: typeof import('@arco-design/web-vue')['Scrollbar']
ASelect: typeof import('@arco-design/web-vue')['Select']
ASpace: typeof import('@arco-design/web-vue')['Space']
ASpin: typeof import('@arco-design/web-vue')['Spin']
- ASwitch: typeof import('@arco-design/web-vue')['Switch']
- ATabPane: typeof import('@arco-design/web-vue')['TabPane']
- ATabs: typeof import('@arco-design/web-vue')['Tabs']
ATag: typeof import('@arco-design/web-vue')['Tag']
ATextarea: typeof import('@arco-design/web-vue')['Textarea']
ATooltip: typeof import('@arco-design/web-vue')['Tooltip']
- ATree: typeof import('@arco-design/web-vue')['Tree']
- AUpload: typeof import('@arco-design/web-vue')['Upload']
BaseOption: typeof import('./../components/editor/components/BaseOption.vue')['default']
Block: typeof import('./../components/editor/panel-main/components/block.vue')['default']
BreadCrumb: typeof import('./../components/breadcrumb/bread-crumb.vue')['default']