mirror of
https://github.com/ikunshare/Onekey.git
synced 2026-01-12 16:25:53 +08:00
Replaced httpx and json with aiohttp and ujson throughout the codebase for improved async performance and faster JSON handling. Updated requirements.txt to reflect new dependencies and removed unused ones. Refactored manifest handling to remove steam.client.cdn dependency and implemented custom manifest serialization. Updated logger to use loguru instead of logzero. Adjusted i18n keys and tray menu logic to match new window-based UI. Updated about.html to reflect backend technology change from HTTPX to AIOHTTP.
173 lines
5.5 KiB
HTML
173 lines
5.5 KiB
HTML
<!doctype html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="UTF-8" />
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
|
<title>Onekey - About</title>
|
|
|
|
<!-- Material Design 3 -->
|
|
<link
|
|
href="https://cdn.jsdmirror.com/gh/ikun0014/font@main/LXGWWenKaiMono-Regular/result.css"
|
|
rel="stylesheet"
|
|
/>
|
|
<link
|
|
href="https://fonts.googleapis.com/icon?family=Material+Icons"
|
|
rel="stylesheet"
|
|
/>
|
|
|
|
<!-- Custom Styles -->
|
|
<link rel="stylesheet" href="/static/css/style.css" />
|
|
</head>
|
|
|
|
<div class="footer-content">
|
|
<!-- Project Info Card -->
|
|
<div class="project-info-card">
|
|
<div class="project-header">
|
|
<div class="project-logo">
|
|
<span class="material-icons">extension</span>
|
|
</div>
|
|
<div class="project-details">
|
|
<h3 class="project-name">Onekey</h3>
|
|
<p class="project-subtitle">
|
|
Intuitive, elegant game unlock solution
|
|
</p>
|
|
</div>
|
|
<div class="project-version">
|
|
<span class="version-label">v2.1.2</span>
|
|
<span class="version-type">Web UI</span>
|
|
</div>
|
|
</div>
|
|
|
|
<div class="project-links">
|
|
<a
|
|
href="https://github.com/ikunshare/Onekey"
|
|
target="_blank"
|
|
class="project-link github"
|
|
>
|
|
<span class="material-icons">code</span>
|
|
<div class="link-content">
|
|
<span class="link-title">GitHub Repository</span>
|
|
<span class="link-url">github.com/ikunshare/Onekey</span>
|
|
</div>
|
|
</a>
|
|
<a
|
|
href="https://github.com/ikunshare/Onekey/releases"
|
|
target="_blank"
|
|
class="project-link releases"
|
|
>
|
|
<span class="material-icons">file_download</span>
|
|
<div class="link-content">
|
|
<span class="link-title">Download Release</span>
|
|
<span class="link-url">Get Latest Version</span>
|
|
</div>
|
|
</a>
|
|
<a
|
|
href="https://shop.ikunshare.com"
|
|
target="_blank"
|
|
class="project-link buy_cdk"
|
|
>
|
|
<span class="material-icons">shopping_cart</span>
|
|
<div class="link-content">
|
|
<span class="link-title">Purchase Link</span>
|
|
<span class="link-url">Buy Activation Key</span>
|
|
</div>
|
|
</a>
|
|
<a
|
|
href="https://github.com/qwq-xinkeng"
|
|
target="_blank"
|
|
class="project-link author"
|
|
>
|
|
<span class="material-icons">person</span>
|
|
<div class="link-content">
|
|
<span class="link-title">Author Page</span>
|
|
<span class="link-url">github.com/qwq-xinkeng</span>
|
|
</div>
|
|
</a>
|
|
<a
|
|
href="https://github.com/ikun0014"
|
|
target="_blank"
|
|
class="project-link author"
|
|
>
|
|
<span class="material-icons">person</span>
|
|
<div class="link-content">
|
|
<span class="link-title">Author Page</span>
|
|
<span class="link-url">github.com/ikun0014</span>
|
|
</div>
|
|
</a>
|
|
<a
|
|
href="https://github.com/ikunshare/Onekey/issues"
|
|
target="_blank"
|
|
class="project-link issues"
|
|
>
|
|
<span class="material-icons">bug_report</span>
|
|
<div class="link-content">
|
|
<span class="link-title">Issue Feedback</span>
|
|
<span class="link-url">Report Bugs or Suggestions</span>
|
|
</div>
|
|
</a>
|
|
</div>
|
|
</div>
|
|
|
|
<!-- Technical Information -->
|
|
<div class="tech-info">
|
|
<div class="tech-header">
|
|
<span class="material-icons">code</span>
|
|
<h4>Technical Information</h4>
|
|
</div>
|
|
<div class="tech-content">
|
|
<div class="tech-item">
|
|
<strong>🐍 Backend Technology</strong>
|
|
<span>Python 3.8+ • FastAPI • AsyncIO • AIOHTTP</span>
|
|
</div>
|
|
<div class="tech-item">
|
|
<strong>🌐 Frontend Technology</strong>
|
|
<span>HTML5 • CSS3 • JavaScript ES6+ • Material Design 3.0</span>
|
|
</div>
|
|
<div class="tech-item">
|
|
<strong>🔧 Supported Tools</strong>
|
|
<span>SteamTools • GreenLuma</span>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
|
|
<!-- Usage Notice -->
|
|
<div class="usage-notice">
|
|
<div class="notice-header">
|
|
<span class="material-icons">info</span>
|
|
<h4>Usage Notice</h4>
|
|
</div>
|
|
<div class="notice-content">
|
|
<p>
|
|
<strong>🖥️ System Requirements</strong> - Please ensure Windows 10/11
|
|
is installed and Steam client is properly configured
|
|
</p>
|
|
<p>
|
|
<strong>🛠️ Tool Preparation</strong> - Please install SteamTools or
|
|
GreenLuma unlock tool before use
|
|
</p>
|
|
<p>
|
|
<strong>🔒 Disclaimer</strong> - This tool is for educational and
|
|
communication purposes only, users assume all related risks
|
|
</p>
|
|
<p>
|
|
<strong>⭐ Support Project</strong> - If this tool helps you, feel
|
|
free to star the project on GitHub
|
|
</p>
|
|
</div>
|
|
</div>
|
|
|
|
<!-- Copyright Information -->
|
|
<div class="copyright">
|
|
<p>© 2025 Onekey Steam Unlock Tool • Authors: qwq-xinkeng && ikun0014</p>
|
|
<p>
|
|
Project URL:
|
|
<a href="https://github.com/ikunshare/Onekey" target="_blank"
|
|
>https://github.com/ikunshare/Onekey</a
|
|
>
|
|
</p>
|
|
</div>
|
|
|
|
<script src="{{ url_for('static', path='js/theme.js') }}"></script>
|
|
</div>
|
|
</html>
|