Add files via upload

This commit is contained in:
zsyg
2025-07-20 13:22:11 +08:00
committed by GitHub
parent f4f4d86faa
commit d1c62f4488
2 changed files with 98 additions and 84 deletions

View File

@@ -1,49 +1,49 @@
<!DOCTYPE html> <!DOCTYPE html>
<html lang="zh-CN"> <html lang="zh-CN">
<head> <head>
<meta charset="UTF-8"> <meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0"> <meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>关于kortapp-z</title> <title>关于kortapp-z</title>
<link rel="stylesheet" href="style.css"> <link rel="stylesheet" href="style.css">
</head> </head>
<body> <body>
<header> <header>
<h1>关于kortapp-z</h1> <h1>关于kortapp-z</h1>
<p>了解我们的项目和团队</p> <p>了解我们的项目和团队</p>
</header> </header>
<main> <main>
<section class="about-project"> <section class="about-project">
<h2>项目简介</h2> <h2>项目简介</h2>
<p>kortapp-z是一个专为Windows系统设计的实用工具集合旨在提供一站式的系统优化和管理解决方案。</p> <p>kortapp-z是一个专为Windows系统设计的实用工具集合,旨在提供一站式的系统优化和管理解决方案。</p>
<p>项目始于2025年由热爱效率工具的开发者创建。</p> <p>项目始于2025年,由热爱效率工具的开发者创建。</p>
</section> </section>
<section class="team"> <section class="team">
<h2>开发团队</h2> <h2>开发团队</h2>
<p>我们的团队由经验丰富的开发人员组成专注于创建高质量的系统工具。</p> <p>我们的团队由经验丰富的开发人员组成,专注于创建高质量的系统工具。</p>
<ul> <ul>
<li>核心开发者: 1人</li> <li>核心开发者: 1人</li>
<li>UI设计师: 1人</li> <li>UI设计师: 1人</li>
<li>测试工程师: 1人</li> <li>测试工程师: 1人</li>
</ul> </ul>
</section> </section>
<section class="contact"> <section class="contact">
<h2>联系我们</h2> <h2>联系我们</h2>
<p>如有任何问题或建议欢迎通过GitHub提交issue或pull request。</p> <p>如有任何问题或建议,欢迎通过GitHub提交issue或pull request。</p>
<a href="https://github.com/zs-yg/kortapp-z/issues" target="_blank">提交反馈</a> <a href="https://github.com/zs-yg/kortapp-z/issues" target="_blank">提交反馈</a>
</section> </section>
</main> </main>
<footer> <footer>
<nav> <nav>
<a href="index.html">首页</a> <a href="index.html">首页</a>
<a href="features.html">功能</a> <a href="features.html">功能</a>
</nav> </nav>
<p>&copy; 2025 kortapp-z 团队</p> <p>&copy; 2025 kortapp-z 团队</p>
</footer> </footer>
<script src="script.js"></script> <script src="script.js"></script>
</body> </body>
</html> </html>

View File

@@ -1,35 +1,49 @@
<!DOCTYPE html> <!DOCTYPE html>
<html lang="zh-CN"> <html lang="zh-CN">
<head> <head>
<meta charset="UTF-8"> <meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0"> <meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>kortapp-z功能详情</title> <title>kortapp-z功能详情</title>
<link rel="stylesheet" href="style.css"> <link rel="stylesheet" href="style.css">
</head> </head>
<body> <body>
<header> <header>
<h1>kortapp-z功能详情</h1> <h1>kortapp-z功能详情</h1>
<p>探索我们强大的工具集</p> <p>探索我们强大的工具集</p>
</header> </header>
<main> <main>
<section class="feature-list"> <section class="feature-list">
<h2>核心功能</h2> <h2>核心功能</h2>
<article class="feature"> <article class="feature">
<h3>目前没有什么东西,别看了,害羞(✿◡‿◡) <h3>应用程序管理</h3>
</article> <p>批量安装、卸载(目前没有)和更新应用程序(目前没有),管理启动项(目前没有)。</p>
</section> <p>优势:集中管理所有应用,节省时间,避免系统臃肿。</p>
</main> </article>
<footer> <article class="feature">
<nav> <h3>资源监控(之后可能在内置工具里有)</h3>
<a href="index.html">首页</a> <p>实时监控CPU、内存、磁盘和网络使用情况。</p>
<a href="about.html">关于</a> <p>优势:直观的图表展示,及时发现资源瓶颈。</p>
</nav> </article>
<p>&copy; 2025 kortapp-z 团队</p>
</footer> <article class="feature">
<h3>文件管理(之后可能在内置工具里有)</h3>
<script src="script.js"></script> <p>高级文件搜索、批量重命名和快速文件分类。</p>
</body> <p>优势:提升文件管理效率,支持正则表达式搜索。</p>
</html> </article>
</section>
</main>
<footer>
<nav>
<a href="index.html">首页</a>
<a href="about.html">关于</a>
</nav>
<p>&copy; 2025 kortapp-z 团队</p>
</footer>
<script src="script.js"></script>
</body>
</html>