Skip to content

Commit b4e4cdd

Browse files
committed
fix apk build
1 parent 3a432d1 commit b4e4cdd

6 files changed

Lines changed: 38 additions & 6 deletions

File tree

Interface Document.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
# 2026-01-21 v1.0.1
1+
# 2026-01-22 v1.1.1
22

3-
# Interface Document (v1.0.1)
3+
# Interface Document (v1.1.1)
44

55
This document defines the core interfaces for the NoteConnection system, separating backend processing from frontend visualization.
66

README.md

Lines changed: 15 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# 2026-01-22 v1.1.0
1+
# 2026-01-22 v1.1.1
22

33
# NoteConnection Knowledge Graph
44

@@ -265,6 +265,13 @@ For optimal performance with "GPU Optimised Rendering", especially on AMD RDNA c
265265

266266
## 📅 Changelog
267267

268+
### v1.1.1 - Mobile Build Automation (2026-01-22)
269+
270+
- **Mobile DevOps**:
271+
- Introduced `build_apk.bat` for one-click Android APK generation on Windows.
272+
- Automated environment checks (Node, JDK, Android SDK) and project scaffolding.
273+
- **Documentation**: Added comprehensive guides for mobile building in README and User Manual.
274+
268275
### v1.1.0 - CI/CD Automation (2026-01-22)
269276

270277
- **GitHub Actions Integration**:
@@ -916,6 +923,13 @@ npm start -- --path "E:/Knowledge/ObsidianVault" --no-gpu
916923
917924
## 📅 更新日志 (Changelog)
918925
926+
### v1.1.1 - 移动端构建自动化 (2026-01-22)
927+
928+
- **移动端运维**:
929+
- 引入了 `build_apk.bat`,用于在 Windows 上一键生成 Android APK。
930+
- 自动化环境检查(Node, JDK, Android SDK)和项目脚手架搭建。
931+
- **文档**: 在 README 和用户手册中添加了移动端构建的详细指南。
932+
919933
### v1.1.0 - CI/CD 自动化 (2026-01-22)
920934
921935
- **GitHub Actions 集成**:

TODO.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
# 2026-01-22 v1.1.1 - Mobile Build Automation
2+
3+
**Goal**: Automate the Android APK build process to lower the barrier for mobile deployment.
4+
5+
- [x] **Mobile DevOps**
6+
- [x] **Build Script**: Created `build_apk.bat` for zero-config build orchestration on Windows.
7+
- [x] **Environment Checks**: Automated verification of Node.js, Java JDK, and Android SDK.
8+
- [x] **Documentation**: Updated all manuals with the new one-click build method.
9+
110
# 2026-01-22 v1.1.0 - CI/CD Automation
211

312
**Goal**: Improve system robustness through protocol handler fixes, i18n consolidation, and onboarding UI refinement.
@@ -1152,6 +1161,15 @@ This document outlines the roadmap for building `NoteConnection`, a system capab
11521161

11531162
---
11541163

1164+
# 2026-01-22 v1.1.1 - 移动端构建自动化 (Mobile Build Automation)
1165+
1166+
**目标**: 自动化 Android APK 构建流程,降低移动端部署门槛。
1167+
1168+
- [x] **移动端运维**
1169+
- [x] **构建脚本**: 创建了 `build_apk.bat`,用于 Windows 上的零配置构建编排。
1170+
- [x] **环境检查**: 自动验证 Node.js、Java JDK 和 Android SDK。
1171+
- [x] **文档**: 更新了所有手册,包含新的一键构建方法。
1172+
11551173
# 2026-01-22 v1.1.0 - CI/CD 自动化
11561174

11571175
**目标**: 通过协议处理器修复、多语言整合及新人引导 UI 的精细化,提升系统稳健性。

User_Manual.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# 2026-01-22 v1.1.0
1+
# 2026-01-22 v1.1.1
22

33
# User Manual
44

build_apk.bat

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ setlocal EnableDelayedExpansion
33

44
REM ========================================================
55
REM NoteConnection APK Build Script
6-
REM Version: 1.1.0
6+
REM Version: 1.1.1
77
REM Description: Automated build pipeline from Web to Android APK
88
REM Author: Jacob
99
REM ========================================================

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "noteconnection",
3-
"version": "1.1.0",
3+
"version": "1.1.1",
44
"description": "Hierarchical Knowledge Graph Visualization System",
55
"main": "dist/src/electron/main.js",
66
"bin": {

0 commit comments

Comments
 (0)