Skip to content

Commit

Permalink
打包替换
Browse files Browse the repository at this point in the history
  • Loading branch information
youngster-yj committed Dec 18, 2023
1 parent da2a9a0 commit 1bc223b
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 4 deletions.
Binary file added app/assets/telecom_logo_small.ico
Binary file not shown.
Binary file added app/assets/telecom_logo_small.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ import {useDebounceFn, useMemoizedFn, useGetState} from "ahooks"
import {getRemoteValue, setRemoteValue} from "@/utils/kv"
import {useStore} from "@/store"
import yakitImg from "@/assets/yakit.jpg"
import telecomLogoSmall from "@/assets/telecom_logo_small.png"
import {API} from "@/services/swagger/resposeType"
import {YakitButton} from "../yakitUI/YakitButton/YakitButton"
import {YakitAutoComplete} from "../yakitUI/YakitAutoComplete/YakitAutoComplete"
Expand Down Expand Up @@ -270,7 +271,7 @@ export const ConfigPrivateDomain: React.FC<ConfigPrivateDomainProps> = React.mem
{enterpriseLogin && (
<div className='login-title-show'>
<div className='icon-box'>
<img src={yakitImg} className='type-icon-img' />
<img src={telecomLogoSmall} className='type-icon-img' />
</div>
<div className='title-box'>四川电信资阳专版企业登录</div>
</div>
Expand Down
3 changes: 2 additions & 1 deletion app/renderer/src/main/src/components/basics/YakitLoading.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ import { RemoteLinkInfo } from "../layout/UILayout"
import { DynamicStatusProps } from "@/store"
import yakitSE from "@/assets/yakitSE.png";
import yakitEE from "@/assets/yakitEE.png";
import telecomLogoSmall from "@/assets/telecom_logo_small.png"

const {ipcRenderer} = window.require("electron")

Expand Down Expand Up @@ -600,7 +601,7 @@ export const YakitLoading: React.FC<YakitLoadingProp> = (props) => {
{
isEnpriTraceAgent()&& <div className={styles["yakit-loading-icon-wrapper"]}>
<div className={styles["white-icon"]}>
<img src={yakitSE} alt="暂无图片" />
<img src={telecomLogoSmall} alt="暂无图片" />
</div>
</div>
}
Expand Down
4 changes: 2 additions & 2 deletions multibuilder/electron-builder-se.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ mac:
arch:
- x64
- arm64
icon: "app/assets/yakitselogo.icns"
icon: "app/assets/telecom_logo_small.png"

linux:
artifactName: ${productName}-${version}-linux-amd64.${ext}
Expand Down Expand Up @@ -78,7 +78,7 @@ win:
- target: nsis
arch:
- x64
icon: "app/assets/yakitselogo.ico"
icon: "app/assets/telecom_logo_small.ico"

#publish:
# - provider: generic
Expand Down

0 comments on commit 1bc223b

Please sign in to comment.