release v1.0.0

This commit is contained in:
lencx
2026-01-06 13:57:10 +08:00
parent 7d9203f9e3
commit f7f2b76045
13 changed files with 32 additions and 26 deletions

View File

@@ -4,11 +4,11 @@ import type * as Preset from '@docusaurus/preset-classic';
const config: Config = {
title: 'Noi',
tagline: '🚀 Power Your World with AI - Explore, Extend, Empower.',
tagline: '🚀 Less chaos. More flow.',
favicon: 'img/noi.png',
// Set the production url of your site here
url: 'https://noi.nofwl.com',
url: 'https://noib.app',
// Set the /<baseUrl>/ pathname under which your site is served
// For GitHub pages deployment, it is often '/<projectName>/'
baseUrl: '/',
@@ -26,7 +26,8 @@ const config: Config = {
// may want to replace "en" with "zh-Hans".
i18n: {
defaultLocale: 'en',
locales: ['en', 'zh-CN'],
locales: ['en'],
// locales: ['en', 'zh-CN'],
},
plugins: [
@@ -98,7 +99,7 @@ const config: Config = {
},
footer: {
style: 'dark',
copyright: `Copyright © ${new Date().getFullYear()} <a target="_blank" href="https://github.com/lencx">lencx</a>.`,
copyright: `© ${new Date().getFullYear()} <a target="_blank" href="https://lencx.me">lencx</a>. All rights reserved.`,
},
prism: {
theme: prismThemes.github,

View File

@@ -19,44 +19,49 @@ export default function Home(): JSX.Element {
<div className="flex flex-col items-center gap-1 basis-1/3">
<img src="/os/apple-logo.svg" className="w-[40px] sm:w-[60px]" />
<div className="font-bold">macOS</div>
<div className="flex gap-2 justify-center">
<a href={`https://github.com/lencx/Noi/releases/download/v${noiVersion}/Noi_macos_${noiVersion}.dmg`}>x64</a>
<a href={`https://github.com/lencx/Noi/releases/download/v${noiVersion}/Noi_macos_${noiVersion}-arm64.dmg`}>arm64</a>
<div className="flex flex-col gap-1 justify-center">
<a href={`https://github.com/lencx/Noi/releases/download/v1.0.0/Noi-1.0.0-arm64.dmg`}>Apple Silicon (arm64)</a>
<a href={`https://github.com/lencx/Noi/releases/download/v1.0.0/Noi-1.0.0-x64.dmg`}>Intel (x64)</a>
<span className="text-transparent">-</span>
</div>
</div>
<div className="flex flex-col items-center gap-1 basis-1/3">
<img src="/os/windows-logo.png" className="w-[40px] sm:w-[60px]" />
<div className="font-bold">Windows</div>
<div className="flex gap-2 justify-center">
<a href={`https://github.com/lencx/Noi/releases/download/v${noiVersion}/Noi-win32-x64-${noiVersion}-setup.exe`}>x64</a>
<div className="flex flex-col gap-1 justify-center">
<a href={`https://github.com/lencx/Noi/releases/download/v1.0.0/Noi-1.0.0.Setup.exe`}>x64</a>
<a href={`https://github.com/lencx/Noi/releases/download/v1.0.0/Noi.msi`}>.msi</a>
<span className="text-transparent">-</span>
</div>
</div>
<div className="flex flex-col items-center gap-1 basis-1/3">
<img src="/os/linux-logo.png" className="w-[40px] sm:w-[60px]" />
<div className="font-bold">Linux</div>
<div className="flex gap-2 justify-center">
<a href={`https://github.com/lencx/Noi/releases/download/v${noiVersion}/Noi_linux_${noiVersion}.AppImage`}>AppImage</a>
<a href={`https://github.com/lencx/Noi/releases/download/v${noiVersion}/noi_linux_amd64_${noiVersion}.deb`}>amd64.deb</a>
<div className="flex flex-col gap-1 justify-center">
<a href={`https://github.com/lencx/Noi/releases/download/v1.0.0/Noi-1.0.0-x64.AppImage`}>AppImage</a>
<a href={`https://github.com/lencx/Noi/releases/download/v1.0.0/noi-1.0.0-1.x86_64.rpm`}>x86_64.rpm</a>
<a href={`https://github.com/lencx/Noi/releases/download/v1.0.0/noi_1.0.0_amd64.deb`}>amd64.deb</a>
</div>
</div>
</div>
<h2 className="mt-5">Features</h2>
<ul className="text-left">
<li>Interaction-first workflow refresh for a more focused browsing experience</li>
<li>Multi-window management to run parallel workspaces side by side</li>
<li>Session isolation to keep browsing contexts clean and separate</li>
<li>Local-first data: history, prompts, and settings stay on-device</li>
<li>AI chat prompt management to organize, reuse, and iterate on workflows</li>
<li>Built-in terminal to run local commands and scripts faster</li>
<li>Multiple themes & visual styles to match different moods and setups</li>
</ul>
<h2 className="mt-5">Preview</h2>
<div className="grid sm:grid-cols-1 lg:grid-cols-2 gap-4 max-w-[960px] m-auto">
<img className="rounded-lg shadow-lg" src="/readme/noi-theme-dark-1.png" />
<img className="rounded-lg shadow-lg" src="/readme/noi-theme-dark-2.png" />
<img className="rounded-lg shadow-lg" src="/readme/noi-theme-light-1.png" />
<img className="rounded-lg shadow-lg" src="/readme/noi-theme-light-2.png" />
<img className="rounded-lg shadow-lg" src="/readme/noi-settings.png" />
<img className="rounded-lg shadow-lg" src="/readme/noi-prompts.png" />
</div>
<h2 className="mt-5">FAQ</h2>
<div className="text-left">
<h3>macOS</h3>
<p>If you encounter the error message "Noi" is damaged and can't be opened. You should move it to the Trash. while installing software on macOS, it may be due to security settings restrictions in macOS. To solve this problem, please try the following command in Terminal:</p>
<code className="px-2">xattr -cr /Applications/Noi.app</code>
<div className="grid">
<img className="rounded-lg shadow-lg" src="/readme/preview.png" />
</div>
{/* <div className="grid sm:grid-cols-1 lg:grid-cols-2 gap-4 max-w-[960px] m-auto">
<img className="rounded-lg shadow-lg" src="/readme/preview.png" />
</div> */}
</main>
</Layout>
);

Binary file not shown.

Before

Width:  |  Height:  |  Size: 15 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 26 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 49 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 359 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 139 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 759 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 219 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 402 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 60 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 59 KiB

After

Width:  |  Height:  |  Size: 224 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.8 MiB