mirror of
https://github.com/LmeSzinc/StarRailCopilot.git
synced 2024-11-21 16:28:17 +00:00
Add: Replace Alas with SRC in electron
This commit is contained in:
parent
9bb71b653a
commit
75aa550af4
2
gui.py
2
gui.py
@ -61,7 +61,7 @@ def func(ev: threading.Event):
|
||||
if State.electron:
|
||||
# https://github.com/LmeSzinc/AzurLaneAutoScript/issues/2051
|
||||
logger.info("Electron detected, remove log output to stdout")
|
||||
from module.logger import console_hdlr
|
||||
from module.logger.logger import console_hdlr
|
||||
logger.removeHandler(console_hdlr)
|
||||
|
||||
uvicorn.run("module.webui.app:app", host=host, port=port, factory=True)
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "alas",
|
||||
"description": "AzurLaneAutoScript desktop app",
|
||||
"name": "src",
|
||||
"description": "StarRailCopilot desktop app",
|
||||
"version": "0.4.0",
|
||||
"private": true,
|
||||
"main": "packages/main/dist/index.cjs",
|
||||
@ -84,4 +84,4 @@
|
||||
"vue-router": "^4.1.6",
|
||||
"yaml": "^2.2.1"
|
||||
}
|
||||
}
|
||||
}
|
Binary file not shown.
Before Width: | Height: | Size: 123 KiB After Width: | Height: | Size: 14 KiB |
@ -123,7 +123,7 @@ export async function createWindow() {
|
||||
},
|
||||
},
|
||||
]);
|
||||
tray.setToolTip('Alas');
|
||||
tray.setToolTip('SRC');
|
||||
tray.setContextMenu(contextMenu);
|
||||
tray.on('click', () => {
|
||||
if (browserWindow?.isVisible()) {
|
||||
|
@ -10,7 +10,7 @@
|
||||
content="width=device-width, initial-scale=1.0"
|
||||
name="viewport"
|
||||
/>
|
||||
<title>Alas</title>
|
||||
<title>SRC</title>
|
||||
</head>
|
||||
<body>
|
||||
<div id="app"></div>
|
||||
|
@ -1,13 +1,12 @@
|
||||
<template>
|
||||
<section class="text-6xl font-extralight tracking-wide">
|
||||
<span class="text-7xl text-primary">A</span>zur<span class="text-7xl text-primary">L</span
|
||||
>ane<span class="text-7xl text-primary">A</span>uto<span class="text-7xl text-primary">S</span
|
||||
>cript
|
||||
<span class="text-7xl text-primary">S</span>tar<span class="text-7xl text-primary">R</span>ail<span class="text-7xl text-primary">C</span>opilot
|
||||
</section>
|
||||
</template>
|
||||
|
||||
<script lang="ts">
|
||||
import {defineComponent} from 'vue';
|
||||
|
||||
export default defineComponent({
|
||||
name: 'AlasTitle',
|
||||
components: {},
|
||||
|
@ -8,11 +8,11 @@
|
||||
"global": "Global",
|
||||
"china": "China",
|
||||
"install": "Install",
|
||||
"installTips": "Used ALAS before? Import your configs here"
|
||||
"installTips": "Used SRC before? Import your configs here"
|
||||
},
|
||||
"import": {
|
||||
"title": "Import user configs from old ALAS",
|
||||
"tips": "Import configs from old ALAS",
|
||||
"title": "Import user configs from old SRC",
|
||||
"tips": "Import configs from old SRC",
|
||||
"error": "Import failed, please check your configs",
|
||||
"step1": "Select old config files",
|
||||
"step2": "Confirm import",
|
||||
@ -29,9 +29,9 @@
|
||||
}
|
||||
},
|
||||
"modal": {
|
||||
"closeTipTitle": "Sure to close ALAS ?",
|
||||
"closeTipTitle": "Sure to close SRC ?",
|
||||
"closeTipContent": "All running instances will be terminated",
|
||||
"cancelText": "Cancel",
|
||||
"okText": "Confirm"
|
||||
}
|
||||
}
|
||||
}
|
@ -8,11 +8,11 @@
|
||||
"global": "グローバル",
|
||||
"china": "中国",
|
||||
"install": "インストール",
|
||||
"installTips": "以前に Alas を使用したことがありますか?ここで設定をインポートすることができます"
|
||||
"installTips": "以前に SRC を使用したことがありますか?ここで設定をインポートすることができます"
|
||||
},
|
||||
"import": {
|
||||
"title": "既存の Alas からユーザー設定をインポートする",
|
||||
"tips": "Alas の設定ファイルをインポートすると、以前の設定をすべて復元することができます",
|
||||
"title": "既存の SRC からユーザー設定をインポートする",
|
||||
"tips": "SRC の設定ファイルをインポートすると、以前の設定をすべて復元することができます",
|
||||
"error": "ファイルの読み込みに失敗しました",
|
||||
"step1": "インポートするファイルを選択",
|
||||
"step2": "インポート中",
|
||||
@ -29,9 +29,9 @@
|
||||
}
|
||||
},
|
||||
"modal": {
|
||||
"closeTipTitle": "Alas を閉じますか?",
|
||||
"closeTipTitle": "SRC を閉じますか?",
|
||||
"closeTipContent": "稼働中のすべてのインスタンスも停止します",
|
||||
"cancelText": "キャンセル",
|
||||
"okText": "確認"
|
||||
}
|
||||
}
|
||||
}
|
@ -8,13 +8,13 @@
|
||||
"global": "全球",
|
||||
"china": "中国大陆",
|
||||
"install": "安装",
|
||||
"installTips": "以前使用过 Alas?在这里导入你的设置"
|
||||
"installTips": "以前使用过 SRC?在这里导入你的设置"
|
||||
},
|
||||
"import": {
|
||||
"title": "从已有Alas中导入用户设置",
|
||||
"tips": "请将你的 Alas 设置文件拖拽到这里",
|
||||
"title": "从已有SRC中导入用户设置",
|
||||
"tips": "请将你的 SRC 设置文件拖拽到这里",
|
||||
"error": "导入失败,请检查文件是否正确",
|
||||
"step1": "选择旧的 Alas",
|
||||
"step1": "选择旧的 SRC",
|
||||
"step2": "确认配置文件",
|
||||
"step3": "导入完成",
|
||||
"filePathTips": " 下存在的配置文件:",
|
||||
@ -29,9 +29,9 @@
|
||||
}
|
||||
},
|
||||
"modal": {
|
||||
"closeTipTitle": "确定要关闭Alas吗?",
|
||||
"closeTipContent": "所有正在运行的Alas实例都将被终止",
|
||||
"closeTipTitle": "确定要关闭SRC吗?",
|
||||
"closeTipContent": "所有正在运行的SRC实例都将被终止",
|
||||
"cancelText": "取消",
|
||||
"okText": "确定"
|
||||
}
|
||||
}
|
||||
}
|
@ -8,13 +8,13 @@
|
||||
"global": "全球",
|
||||
"china": "中國大陸",
|
||||
"install": "安裝",
|
||||
"installTips": "先前使用過Alas?在這裡導入你的設定"
|
||||
"installTips": "先前使用過SRC?在這裡導入你的設定"
|
||||
},
|
||||
"import": {
|
||||
"title": "從已有Alas中導入用戶設定",
|
||||
"tips": "請將你的 Alas 設定檔拖拽到這裡",
|
||||
"title": "從已有SRC中導入用戶設定",
|
||||
"tips": "請將你的 SRC 設定檔拖拽到這裡",
|
||||
"error": "匯入失敗,請檢查檔是否正確",
|
||||
"step1": "選擇舊的Alas",
|
||||
"step1": "選擇舊的SRC",
|
||||
"step2": "選擇要導入的設定",
|
||||
"step3": "導入成功",
|
||||
"filePathTips": " 下存在的配置檔:",
|
||||
@ -29,9 +29,9 @@
|
||||
}
|
||||
},
|
||||
"modal": {
|
||||
"closeTipTitle": "確認要關閉Alas嗎?",
|
||||
"closeTipContent": "所有正在運行的Alas實例都將被終止",
|
||||
"closeTipTitle": "確認要關閉SRC嗎?",
|
||||
"closeTipContent": "所有正在運行的SRC實例都將被終止",
|
||||
"cancelText": "取消",
|
||||
"okText": "確定"
|
||||
}
|
||||
}
|
||||
}
|
@ -3,7 +3,7 @@
|
||||
<ASpin
|
||||
dot
|
||||
:size="30"
|
||||
tip="Alas Loading..."
|
||||
tip="SRC Loading..."
|
||||
/>
|
||||
</div>
|
||||
</template>
|
||||
|
Loading…
Reference in New Issue
Block a user