238 Commits

Author SHA1 Message Date
wess09
ff2356f5ea fix: 移除本地 AutoUpdate 检查,更新完全由云端 API 控制 2026-05-13 12:26:20 +08:00
wess09
7694da9f60 fix 2026-05-13 10:55:37 +08:00
wess09
c106031760 kill 2026-05-12 17:26:34 +08:00
wess09
cb8c432e09 fix 2026-05-12 13:20:30 +08:00
wess09
3045537d62 fix 2026-05-12 13:16:15 +08:00
wess09
dd6e133694 f 2026-05-12 13:10:34 +08:00
wess09
9cb2a68f3c ing 2026-05-12 13:02:46 +08:00
wess09
0a3094d8ee 123pan 2026-05-12 12:44:45 +08:00
wess09
a8cbb8a6a5 恢复deploy的全部修改 2026-05-12 11:56:43 +08:00
a2893005741
24276a4d9f refactor: 优化AP图表控件与Windows部署脚本
1. 替换deploy/Windows/git.py中的shlex为subprocess构建命令行
2. 重构webui的AP统计控件样式与布局,改用MD3风格按钮组
3. 重写ap_chart.js的详情模式图表渲染逻辑,适配缩放平移
2026-05-11 19:31:58 +08:00
a2893005741
5ccf2e1db9 build(Windows/git): 改用_cmd函数封装Git调用命令
统一Git命令的调用格式,修复可能的命令行参数解析问题
2026-05-11 15:53:50 +08:00
a2893005741
968d6f47b5 fix: 修复拼写错误和git配置、分支相关问题
1. 修正webui中的updata拼写为update
2. 为git配置命令统一使用_cmd函数格式化参数
3. 修复Windows部署脚本中硬编码master分支的问题,改为使用配置的分支名
4. 移除goc_client属性中多余的注释
2026-05-11 15:42:27 +08:00
a2893005741
abef68272a Merge branch 'fix-bug' of https://github.com/a2893005741/AzurPilot into fix-bug 2026-05-11 15:27:55 +08:00
wess09
748b669ddf 1212312 2026-05-11 13:36:34 +08:00
wess09
b49bb215ef feat: add Git repository management, notification service, and WebUI API modules 2026-05-11 13:19:08 +08:00
wess09
72932b64ae feat: implement cross-platform git management and repository repair logic 2026-05-11 12:52:12 +08:00
a2893005741
53e4e3cb3c refactor(git): 使用shlex安全执行git命令并移除重复代码
修复图表工具提示内容的安全检查
2026-05-11 09:36:06 +08:00
wess09
76713edc27 fix 2026-05-11 07:50:44 +08:00
wess09
60c1f225e6 1 2026-05-11 00:36:10 +08:00
wess09
6a9cc62826 feat: implement Git-over-CDN synchronization and add multi-language support configurations 2026-05-10 22:50:55 +08:00
wess09
cadfb9f36a f 2026-05-04 21:53:49 +08:00
wess09
b2665293f4 f 2026-05-04 21:09:50 +08:00
wess09
11ca23f9ad f 2026-05-04 21:09:36 +08:00
wess09
d0d3bde558 fix 2026-05-04 21:07:37 +08:00
wess09
9ab234d68a Merge branch 'master' of https://github.com/LmeSzinc/AzurLaneAutoScript into dev 2026-05-02 19:15:20 +08:00
shionari
6665ca2ece
Fix:修复国内docker环境编译报错的问题 (#5624)
* 因pypi官网已移除低版本pyav的whl文件,改为自行编译安装,添加相关依赖
另外,因阿里云部分镜像失效导致下载超时,国内源改为清华

* 国内源切换回阿里云

* 指定python镜像的Debian版本为bullseye,默认版本为Bookworm
添加自行编译av所需的依赖
2026-05-01 03:03:51 +08:00
wess09
9cdee352b1 docker 2026-04-29 01:33:47 +08:00
wess09
9c64e7b772 Add git repository integrity checks and repair functionality
- Implemented `git_repository_check` to verify the existence and integrity of the .git directory.
- Added `git_repository_repair` to remove and re-clone the repository if it is found to be corrupted.
- Integrated these checks into the `git_repository_init` method to ensure a valid repository before initialization.
- Updated the `GitOverCdnClient` to include a repository check before proceeding with updates.
2026-04-27 22:28:36 +08:00
wess09
d03617fa24 Merge https://github.com/LmeSzinc/AzurLaneAutoScript into dev 2026-04-22 16:05:24 +08:00
dependabot[bot]
aebb2a3600
chore(deps): bump the pip group across 3 directories with 2 updates
Bumps the pip group with 2 updates in the / directory: [lxml](https://github.com/lxml/lxml) and [python-dotenv](https://github.com/theskumar/python-dotenv).
Bumps the pip group with 1 update in the /deploy/Termux directory: [lxml](https://github.com/lxml/lxml).
Bumps the pip group with 2 updates in the /deploy/docker directory: [lxml](https://github.com/lxml/lxml) and [python-dotenv](https://github.com/theskumar/python-dotenv).


Updates `lxml` from 6.0.2 to 6.1.0
- [Release notes](https://github.com/lxml/lxml/releases)
- [Changelog](https://github.com/lxml/lxml/blob/master/CHANGES.txt)
- [Commits](https://github.com/lxml/lxml/compare/lxml-6.0.2...lxml-6.1.0)

Updates `python-dotenv` from 1.0.0 to 1.2.2
- [Release notes](https://github.com/theskumar/python-dotenv/releases)
- [Changelog](https://github.com/theskumar/python-dotenv/blob/main/CHANGELOG.md)
- [Commits](https://github.com/theskumar/python-dotenv/compare/v1.0.0...v1.2.2)

Updates `lxml` from 4.9.0 to 6.1.0
- [Release notes](https://github.com/lxml/lxml/releases)
- [Changelog](https://github.com/lxml/lxml/blob/master/CHANGES.txt)
- [Commits](https://github.com/lxml/lxml/compare/lxml-6.0.2...lxml-6.1.0)

Updates `lxml` from 6.0.2 to 6.1.0
- [Release notes](https://github.com/lxml/lxml/releases)
- [Changelog](https://github.com/lxml/lxml/blob/master/CHANGES.txt)
- [Commits](https://github.com/lxml/lxml/compare/lxml-6.0.2...lxml-6.1.0)

Updates `python-dotenv` from 1.0.0 to 1.2.2
- [Release notes](https://github.com/theskumar/python-dotenv/releases)
- [Changelog](https://github.com/theskumar/python-dotenv/blob/main/CHANGELOG.md)
- [Commits](https://github.com/theskumar/python-dotenv/compare/v1.0.0...v1.2.2)

---
updated-dependencies:
- dependency-name: lxml
  dependency-version: 6.1.0
  dependency-type: direct:production
  dependency-group: pip
- dependency-name: python-dotenv
  dependency-version: 1.2.2
  dependency-type: direct:production
  dependency-group: pip
- dependency-name: lxml
  dependency-version: 6.1.0
  dependency-type: direct:production
  dependency-group: pip
- dependency-name: lxml
  dependency-version: 6.1.0
  dependency-type: direct:production
  dependency-group: pip
- dependency-name: python-dotenv
  dependency-version: 1.2.2
  dependency-type: direct:production
  dependency-group: pip
...

Signed-off-by: dependabot[bot] <support@github.com>
2026-04-21 21:17:07 +00:00
LmeSzinc
378d18a9a3 Fix: spare domain of git-over-cdn 2026-04-21 23:41:44 +08:00
014b4c869e
Merge pull request #349 from wess09/dev
feat: add alas-utils.js for WebUI enhancements and update dependency …
2026-04-18 23:11:52 +08:00
wess09
13f83cb365 feat: add alas-utils.js for WebUI enhancements and update dependency requirements across deployment environments 2026-04-18 23:11:23 +08:00
dependabot[bot]
f2adf576bf
chore(deps): bump the pip group across 2 directories with 3 updates
Bumps the pip group with 3 updates in the / directory: [idna](https://github.com/kjd/idna), [starlette](https://github.com/Kludex/starlette) and [filelock](https://github.com/tox-dev/py-filelock).
Bumps the pip group with 3 updates in the /deploy/docker directory: [idna](https://github.com/kjd/idna), [starlette](https://github.com/Kludex/starlette) and [filelock](https://github.com/tox-dev/py-filelock).


Updates `idna` from 3.4 to 3.7
- [Release notes](https://github.com/kjd/idna/releases)
- [Changelog](https://github.com/kjd/idna/blob/master/HISTORY.rst)
- [Commits](https://github.com/kjd/idna/compare/v3.4...v3.7)

Updates `starlette` from 0.41.3 to 0.49.1
- [Release notes](https://github.com/Kludex/starlette/releases)
- [Changelog](https://github.com/Kludex/starlette/blob/main/docs/release-notes.md)
- [Commits](https://github.com/Kludex/starlette/compare/0.41.3...0.49.1)

Updates `filelock` from 3.9.0 to 3.20.3
- [Release notes](https://github.com/tox-dev/py-filelock/releases)
- [Changelog](https://github.com/tox-dev/filelock/blob/main/docs/changelog.rst)
- [Commits](https://github.com/tox-dev/py-filelock/compare/3.9.0...3.20.3)

Updates `idna` from 3.4 to 3.7
- [Release notes](https://github.com/kjd/idna/releases)
- [Changelog](https://github.com/kjd/idna/blob/master/HISTORY.rst)
- [Commits](https://github.com/kjd/idna/compare/v3.4...v3.7)

Updates `starlette` from 0.41.3 to 0.49.1
- [Release notes](https://github.com/Kludex/starlette/releases)
- [Changelog](https://github.com/Kludex/starlette/blob/main/docs/release-notes.md)
- [Commits](https://github.com/Kludex/starlette/compare/0.41.3...0.49.1)

Updates `filelock` from 3.9.0 to 3.20.3
- [Release notes](https://github.com/tox-dev/py-filelock/releases)
- [Changelog](https://github.com/tox-dev/filelock/blob/main/docs/changelog.rst)
- [Commits](https://github.com/tox-dev/py-filelock/compare/3.9.0...3.20.3)

---
updated-dependencies:
- dependency-name: idna
  dependency-version: '3.7'
  dependency-type: direct:production
  dependency-group: pip
- dependency-name: starlette
  dependency-version: 0.49.1
  dependency-type: direct:production
  dependency-group: pip
- dependency-name: filelock
  dependency-version: 3.20.3
  dependency-type: direct:production
  dependency-group: pip
- dependency-name: idna
  dependency-version: '3.7'
  dependency-type: direct:production
  dependency-group: pip
- dependency-name: starlette
  dependency-version: 0.49.1
  dependency-type: direct:production
  dependency-group: pip
- dependency-name: filelock
  dependency-version: 3.20.3
  dependency-type: direct:production
  dependency-group: pip
...

Signed-off-by: dependabot[bot] <support@github.com>
2026-04-18 14:57:30 +00:00
wess09
96a844d58c 依赖 2026-04-18 12:08:06 +08:00
wess09
405ad67164 更新Docker依赖 2026-04-15 01:41:43 +08:00
wess09
c707a83580 feat: implement MCP server support and add associated web UI and configuration modules 2026-04-11 22:48:44 +08:00
wess09
505b12d18c fix 2026-04-11 15:33:19 +08:00
wess09
039c108350 feat: initialize Electron-based web application structure with Vite and backend integration 2026-04-11 14:55:53 +08:00
wess09
1f0c79538f Merge branch 'master' of https://github.com/LmeSzinc/AzurLaneAutoScript 2026-03-31 00:42:19 +08:00
LmeSzinc
b703cb10ea Fix: Uninstall registry not closed 2026-03-28 18:32:55 +08:00
LmeSzinc
0c4f46180e Fix: [ALAS] Skip permission errors when replacing adb 2026-03-28 18:17:42 +08:00
wess09
d7fda87c5f fix:Docker 2026-03-25 20:56:23 +08:00
wess09
bff35fb522 fix::Linux 2026-03-25 20:40:58 +08:00
wess09
2e2305504a fix 2026-03-25 17:00:11 +08:00
wess09
862a88265d py314 linux 2026-03-24 12:45:44 +08:00
wess09
04af613a3a 翻译 2026-03-16 19:46:26 +09:00
wess09
efc03b55a9 updata 2026-02-25 20:28:59 +08:00
Beatrice-betty
12852d506a fix: 复刻星海逐光 2026-01-15 17:17:15 +08:00
wess09
8a67182312 合并分支debug 2026-01-07 20:52:51 +08:00