Skip to content

Commit

Permalink
feat:
Browse files Browse the repository at this point in the history
1、Yak Runner -> Runner
2、任务栏图标标题名称修改
3、appId修改
4、chartAI图片替换
  • Loading branch information
song-xiao-lin committed Dec 16, 2024
1 parent 5eca632 commit bba32af
Show file tree
Hide file tree
Showing 8 changed files with 10 additions and 10 deletions.
4 changes: 2 additions & 2 deletions app/renderer/src/main/public/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<meta name="theme-color" content="#000000"/>
<meta
name="description"
content="Yakit"
content="CSPG"
/>
<meta name="referrer" content="no-referrer" />
<link rel="apple-touch-icon" href="%PUBLIC_URL%/logo192.png"/>
Expand All @@ -25,7 +25,7 @@
work correctly both with client-side routing and a non-root public URL.
Learn how to configure a non-root public URL by running `npm run build`.
-->
<title>Yakit</title>
<title>CSPG</title>
</head>
<body>
<noscript>You need to enable JavaScript to run this app.</noscript>
Expand Down
Binary file modified app/renderer/src/main/src/assets/yakitCattle.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion app/renderer/src/main/src/pages/home/Home.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ const Home: React.FC<HomeProp> = (props) => {
const toolsList = useMemo(() => {
return [
{
label: "YakRunner",
label: "Runner",
icon: <PublicToolYakScriptIcon />,
iconStyle: {backgroundColor: "#8863f7", padding: 1},
desc: "Yak语言编辑器",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ export const ExtraMenu: React.FC<ExtraMenuProps> = React.memo((props) => {
}}
icon={<SolidTerminalIcon />}
>
Yak Runner
Runner
</YakitButton>
<ImportLocalPlugin
visible={visibleImport}
Expand Down
2 changes: 1 addition & 1 deletion app/renderer/src/main/src/routes/newRoute.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -195,7 +195,7 @@ export const YakitRouteToPageInfo: Record<YakitRoute, {label: string; describe?:
"db-ports": {label: "端口"},
"db-domains": {label: "域名"},
cve: {label: "CVE 管理"},
yakScript: {label: "Yak Runner", describe: "使用特有的 Yaklang 进行编程,直接调用引擎最底层能力 POC 种类"},
yakScript: {label: "Runner", describe: "使用特有的 Yaklang 进行编程,直接调用引擎最底层能力 POC 种类"},
"payload-manager": {
label: "Payload",
describe: "通过上传文件、手动删改等,自定义 Payload,可在爆破和 Web Fuzzer 中进行使用"
Expand Down
4 changes: 2 additions & 2 deletions multibuilder/electron-builder-ee-legacy.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
appId: "io.yaklang.enpritrace"
appId: "io.yaklang.CSPG"
extraMetadata:
name: enpritrace
name: cspg
productName: "CSPG"
copyright: Copyright © 2021 v1ll4n

Expand Down
4 changes: 2 additions & 2 deletions multibuilder/electron-builder-ee.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
appId: "io.yaklang.enpritrace"
appId: "io.yaklang.CSPG"
extraMetadata:
name: enpritrace
name: cspg
productName: "CSPG"
copyright: Copyright © 2021 v1ll4n

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "yakit",
"version": "1.3.7-1213-ee",
"description": "Yakit is for yaklang.io Electron GUI Entry",
"description": "CSPG is for yaklang.io Electron GUI Entry",
"main": "app/main/index.js",
"scripts": {
"start-electron": "electron .",
Expand Down

0 comments on commit bba32af

Please sign in to comment.