Skip to content

Commit

Permalink
feat: 调整项目logo
Browse files Browse the repository at this point in the history
  • Loading branch information
oljc committed Dec 11, 2023
1 parent a75ad4e commit 51db761
Show file tree
Hide file tree
Showing 5 changed files with 89 additions and 99 deletions.
4 changes: 2 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@
<html lang="en">
<head>
<meta charset="UTF-8" />
<link rel="shortcut icon" type="image/x-icon" href="https://unpkg.byted-static.com/latest/byted/arco-config/assets/favicon.ico">
<link rel="icon" href="/favicon.ico" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Arco Admin - 开箱即用的中台前端/设计解决方案</title>
<title>Arco Admin - 开箱即用、功能丰富的中后台管理系统</title>
</head>
<body>
<div id="app"></div>
Expand Down
Binary file added public/favicon.ico
Binary file not shown.
15 changes: 4 additions & 11 deletions src/assets/logo.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
164 changes: 82 additions & 82 deletions src/types/components.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,87 +7,87 @@ export {}

declare module 'vue' {
export interface GlobalComponents {
AAffix: (typeof import('@arco-design/web-vue'))['Affix'];
AAlert: (typeof import('@arco-design/web-vue'))['Alert'];
AAvatar: (typeof import('@arco-design/web-vue'))['Avatar'];
AAvatarGroup: (typeof import('@arco-design/web-vue'))['AvatarGroup'];
ABadge: (typeof import('@arco-design/web-vue'))['Badge'];
ABreadcrumb: (typeof import('@arco-design/web-vue'))['Breadcrumb'];
ABreadcrumbItem: (typeof import('@arco-design/web-vue'))['BreadcrumbItem'];
AButton: (typeof import('@arco-design/web-vue'))['Button'];
ACard: (typeof import('@arco-design/web-vue'))['Card'];
ACardMeta: (typeof import('@arco-design/web-vue'))['CardMeta'];
ACarousel: (typeof import('@arco-design/web-vue'))['Carousel'];
ACarouselItem: (typeof import('@arco-design/web-vue'))['CarouselItem'];
ACascader: (typeof import('@arco-design/web-vue'))['Cascader'];
ACheckbox: (typeof import('@arco-design/web-vue'))['Checkbox'];
ACol: (typeof import('@arco-design/web-vue'))['Col'];
AConfigProvider: (typeof import('@arco-design/web-vue'))['ConfigProvider'];
ADescriptions: (typeof import('@arco-design/web-vue'))['Descriptions'];
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'];
AForm: (typeof import('@arco-design/web-vue'))['Form'];
AFormItem: (typeof import('@arco-design/web-vue'))['FormItem'];
AGrid: (typeof import('@arco-design/web-vue'))['Grid'];
AGridItem: (typeof import('@arco-design/web-vue'))['GridItem'];
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'];
ALayoutFooter: (typeof import('@arco-design/web-vue'))['LayoutFooter'];
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'];
AOption: (typeof import('@arco-design/web-vue'))['Option'];
APopover: (typeof import('@arco-design/web-vue'))['Popover'];
ARadio: (typeof import('@arco-design/web-vue'))['Radio'];
ARadioGroup: (typeof import('@arco-design/web-vue'))['RadioGroup'];
ARangePicker: (typeof import('@arco-design/web-vue'))['RangePicker'];
AResult: (typeof import('@arco-design/web-vue'))['Result'];
ARow: (typeof import('@arco-design/web-vue'))['Row'];
ASelect: (typeof import('@arco-design/web-vue'))['Select'];
ASkeleton: (typeof import('@arco-design/web-vue'))['Skeleton'];
ASkeletonLine: (typeof import('@arco-design/web-vue'))['SkeletonLine'];
ASkeletonShape: (typeof import('@arco-design/web-vue'))['SkeletonShape'];
ASpace: (typeof import('@arco-design/web-vue'))['Space'];
ASpin: (typeof import('@arco-design/web-vue'))['Spin'];
AStatistic: (typeof import('@arco-design/web-vue'))['Statistic'];
AStep: (typeof import('@arco-design/web-vue'))['Step'];
ASteps: (typeof import('@arco-design/web-vue'))['Steps'];
ASubMenu: (typeof import('@arco-design/web-vue'))['SubMenu'];
ASwitch: (typeof import('@arco-design/web-vue'))['Switch'];
ATable: (typeof import('@arco-design/web-vue'))['Table'];
ATableColumn: (typeof import('@arco-design/web-vue'))['TableColumn'];
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'];
ATypographyParagraph: (typeof import('@arco-design/web-vue'))['TypographyParagraph'];
ATypographyText: (typeof import('@arco-design/web-vue'))['TypographyText'];
ATypographyTitle: (typeof import('@arco-design/web-vue'))['TypographyTitle'];
AUpload: (typeof import('@arco-design/web-vue'))['Upload'];
Block: (typeof import('./../components/global-setting/block.vue'))['default'];
Breadcrumb: (typeof import('./../components/breadcrumb/index.vue'))['default'];
Chart: (typeof import('./../components/chart/index.vue'))['default'];
Footer: (typeof import('./../components/footer/index.vue'))['default'];
FormWrapper: (typeof import('./../components/global-setting/form-wrapper.vue'))['default'];
GlobalSetting: (typeof import('./../components/global-setting/index.vue'))['default'];
List: (typeof import('./../components/message-box/list.vue'))['default'];
Menu: (typeof import('./../components/menu/index.vue'))['default'];
MessageBox: (typeof import('./../components/message-box/index.vue'))['default'];
Navbar: (typeof import('./../components/navbar/index.vue'))['default'];
RouterLink: (typeof import('vue-router'))['RouterLink'];
RouterView: (typeof import('vue-router'))['RouterView'];
TabBar: (typeof import('./../components/tab-bar/index.vue'))['default'];
TabItem: (typeof import('./../components/tab-bar/tab-item.vue'))['default'];
AAffix: (typeof import('@arco-design/web-vue'))['Affix']
AAlert: typeof import('@arco-design/web-vue')['Alert']
AAvatar: (typeof import('@arco-design/web-vue'))['Avatar']
AAvatarGroup: (typeof import('@arco-design/web-vue'))['AvatarGroup']
ABadge: (typeof import('@arco-design/web-vue'))['Badge']
ABreadcrumb: typeof import('@arco-design/web-vue')['Breadcrumb']
ABreadcrumbItem: typeof import('@arco-design/web-vue')['BreadcrumbItem']
AButton: typeof import('@arco-design/web-vue')['Button']
ACard: (typeof import('@arco-design/web-vue'))['Card']
ACardMeta: (typeof import('@arco-design/web-vue'))['CardMeta']
ACarousel: (typeof import('@arco-design/web-vue'))['Carousel']
ACarouselItem: (typeof import('@arco-design/web-vue'))['CarouselItem']
ACascader: (typeof import('@arco-design/web-vue'))['Cascader']
ACheckbox: typeof import('@arco-design/web-vue')['Checkbox']
ACol: (typeof import('@arco-design/web-vue'))['Col']
AConfigProvider: typeof import('@arco-design/web-vue')['ConfigProvider']
ADescriptions: (typeof import('@arco-design/web-vue'))['Descriptions']
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']
AForm: typeof import('@arco-design/web-vue')['Form']
AFormItem: typeof import('@arco-design/web-vue')['FormItem']
AGrid: (typeof import('@arco-design/web-vue'))['Grid']
AGridItem: (typeof import('@arco-design/web-vue'))['GridItem']
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']
ALayoutFooter: typeof import('@arco-design/web-vue')['LayoutFooter']
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']
AOption: (typeof import('@arco-design/web-vue'))['Option']
APopover: (typeof import('@arco-design/web-vue'))['Popover']
ARadio: (typeof import('@arco-design/web-vue'))['Radio']
ARadioGroup: (typeof import('@arco-design/web-vue'))['RadioGroup']
ARangePicker: (typeof import('@arco-design/web-vue'))['RangePicker']
AResult: (typeof import('@arco-design/web-vue'))['Result']
ARow: (typeof import('@arco-design/web-vue'))['Row']
ASelect: (typeof import('@arco-design/web-vue'))['Select']
ASkeleton: (typeof import('@arco-design/web-vue'))['Skeleton']
ASkeletonLine: (typeof import('@arco-design/web-vue'))['SkeletonLine']
ASkeletonShape: (typeof import('@arco-design/web-vue'))['SkeletonShape']
ASpace: typeof import('@arco-design/web-vue')['Space']
ASpin: (typeof import('@arco-design/web-vue'))['Spin']
AStatistic: (typeof import('@arco-design/web-vue'))['Statistic']
AStep: (typeof import('@arco-design/web-vue'))['Step']
ASteps: (typeof import('@arco-design/web-vue'))['Steps']
ASubMenu: (typeof import('@arco-design/web-vue'))['SubMenu']
ASwitch: typeof import('@arco-design/web-vue')['Switch']
ATable: (typeof import('@arco-design/web-vue'))['Table']
ATableColumn: (typeof import('@arco-design/web-vue'))['TableColumn']
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']
ATypographyParagraph: (typeof import('@arco-design/web-vue'))['TypographyParagraph']
ATypographyText: (typeof import('@arco-design/web-vue'))['TypographyText']
ATypographyTitle: (typeof import('@arco-design/web-vue'))['TypographyTitle']
AUpload: (typeof import('@arco-design/web-vue'))['Upload']
Block: typeof import('./../components/global-setting/block.vue')['default']
Breadcrumb: typeof import('./../components/breadcrumb/index.vue')['default']
Chart: typeof import('./../components/chart/index.vue')['default']
Footer: typeof import('./../components/footer/index.vue')['default']
FormWrapper: typeof import('./../components/global-setting/form-wrapper.vue')['default']
GlobalSetting: typeof import('./../components/global-setting/index.vue')['default']
List: typeof import('./../components/message-box/list.vue')['default']
Menu: typeof import('./../components/menu/index.vue')['default']
MessageBox: typeof import('./../components/message-box/index.vue')['default']
Navbar: typeof import('./../components/navbar/index.vue')['default']
RouterLink: typeof import('vue-router')['RouterLink']
RouterView: typeof import('vue-router')['RouterView']
TabBar: typeof import('./../components/tab-bar/index.vue')['default']
TabItem: typeof import('./../components/tab-bar/tab-item.vue')['default']
}
}
5 changes: 1 addition & 4 deletions src/views/login/index.vue
Original file line number Diff line number Diff line change
@@ -1,10 +1,7 @@
<template>
<div class="container">
<div class="logo">
<img
alt="logo"
src="//p3-armor.byteimg.com/tos-cn-i-49unhts6dw/dfdba5317c0c20ce20e64fac803d52bc.svg~tplv-49unhts6dw-image.image"
/>
<img alt="logo" src="../../assets//logo.svg" style="width: 36px" />
<div class="logo-text">Arco Admin</div>
</div>
<div class="content">
Expand Down

0 comments on commit 51db761

Please sign in to comment.