deploy: Dao-OS/dao-os-docs@d08b44cb9e
This commit is contained in:
@@ -191,7 +191,7 @@
|
|||||||
<nav class="nav-wrapper" aria-label="Page navigation">
|
<nav class="nav-wrapper" aria-label="Page navigation">
|
||||||
<!-- Mobile navigation buttons -->
|
<!-- Mobile navigation buttons -->
|
||||||
|
|
||||||
<a rel="next prefetch" href="philosophy/principles.html" class="mobile-nav-chapters next" title="Next chapter" aria-label="Next chapter" aria-keyshortcuts="Right">
|
<a rel="next prefetch" href="../zh/introduction.html" class="mobile-nav-chapters next" title="Next chapter" aria-label="Next chapter" aria-keyshortcuts="Right">
|
||||||
<i class="fa fa-angle-right"></i>
|
<i class="fa fa-angle-right"></i>
|
||||||
</a>
|
</a>
|
||||||
|
|
||||||
@@ -202,7 +202,7 @@
|
|||||||
|
|
||||||
<nav class="nav-wide-wrapper" aria-label="Page navigation">
|
<nav class="nav-wide-wrapper" aria-label="Page navigation">
|
||||||
|
|
||||||
<a rel="next prefetch" href="philosophy/principles.html" class="nav-chapters next" title="Next chapter" aria-label="Next chapter" aria-keyshortcuts="Right">
|
<a rel="next prefetch" href="../zh/introduction.html" class="nav-chapters next" title="Next chapter" aria-label="Next chapter" aria-keyshortcuts="Right">
|
||||||
<i class="fa fa-angle-right"></i>
|
<i class="fa fa-angle-right"></i>
|
||||||
</a>
|
</a>
|
||||||
</nav>
|
</nav>
|
||||||
|
|||||||
@@ -3,42 +3,42 @@
|
|||||||
<head>
|
<head>
|
||||||
<!-- Book generated using mdBook -->
|
<!-- Book generated using mdBook -->
|
||||||
<meta charset="UTF-8">
|
<meta charset="UTF-8">
|
||||||
<title>Introduction - Dao OS Documentation</title>
|
<title>English - 大道 (Dao OS) 文档</title>
|
||||||
|
|
||||||
|
|
||||||
<!-- Custom HTML head -->
|
<!-- Custom HTML head -->
|
||||||
|
|
||||||
<meta name="description" content="The official documentation for the Dao OS, your Cyber-Life Operating System.">
|
<meta name="description" content="大道(Dao OS)官方文档,你的赛博生命操作系统。">
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||||
<meta name="theme-color" content="#ffffff">
|
<meta name="theme-color" content="#ffffff">
|
||||||
|
|
||||||
<link rel="icon" href="favicon.svg">
|
<link rel="icon" href="../favicon.svg">
|
||||||
<link rel="shortcut icon" href="favicon.png">
|
<link rel="shortcut icon" href="../favicon.png">
|
||||||
<link rel="stylesheet" href="css/variables.css">
|
<link rel="stylesheet" href="../css/variables.css">
|
||||||
<link rel="stylesheet" href="css/general.css">
|
<link rel="stylesheet" href="../css/general.css">
|
||||||
<link rel="stylesheet" href="css/chrome.css">
|
<link rel="stylesheet" href="../css/chrome.css">
|
||||||
<link rel="stylesheet" href="css/print.css" media="print">
|
<link rel="stylesheet" href="../css/print.css" media="print">
|
||||||
|
|
||||||
<!-- Fonts -->
|
<!-- Fonts -->
|
||||||
<link rel="stylesheet" href="FontAwesome/css/font-awesome.css">
|
<link rel="stylesheet" href="../FontAwesome/css/font-awesome.css">
|
||||||
<link rel="stylesheet" href="fonts/fonts.css">
|
<link rel="stylesheet" href="../fonts/fonts.css">
|
||||||
|
|
||||||
<!-- Highlight.js Stylesheets -->
|
<!-- Highlight.js Stylesheets -->
|
||||||
<link rel="stylesheet" id="highlight-css" href="highlight.css">
|
<link rel="stylesheet" id="highlight-css" href="../highlight.css">
|
||||||
<link rel="stylesheet" id="tomorrow-night-css" href="tomorrow-night.css">
|
<link rel="stylesheet" id="tomorrow-night-css" href="../tomorrow-night.css">
|
||||||
<link rel="stylesheet" id="ayu-highlight-css" href="ayu-highlight.css">
|
<link rel="stylesheet" id="ayu-highlight-css" href="../ayu-highlight.css">
|
||||||
|
|
||||||
<!-- Custom theme stylesheets -->
|
<!-- Custom theme stylesheets -->
|
||||||
|
|
||||||
|
|
||||||
<!-- Provide site root and default themes to javascript -->
|
<!-- Provide site root and default themes to javascript -->
|
||||||
<script>
|
<script>
|
||||||
const path_to_root = "";
|
const path_to_root = "../";
|
||||||
const default_light_theme = "light";
|
const default_light_theme = "light";
|
||||||
const default_dark_theme = "navy";
|
const default_dark_theme = "navy";
|
||||||
</script>
|
</script>
|
||||||
<!-- Start loading toc.js asap -->
|
<!-- Start loading toc.js asap -->
|
||||||
<script src="toc.js"></script>
|
<script src="../toc.js"></script>
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<div id="mdbook-help-container">
|
<div id="mdbook-help-container">
|
||||||
@@ -102,7 +102,7 @@
|
|||||||
<!-- populated by js -->
|
<!-- populated by js -->
|
||||||
<mdbook-sidebar-scrollbox class="sidebar-scrollbox"></mdbook-sidebar-scrollbox>
|
<mdbook-sidebar-scrollbox class="sidebar-scrollbox"></mdbook-sidebar-scrollbox>
|
||||||
<noscript>
|
<noscript>
|
||||||
<iframe class="sidebar-iframe-outer" src="toc.html"></iframe>
|
<iframe class="sidebar-iframe-outer" src="../toc.html"></iframe>
|
||||||
</noscript>
|
</noscript>
|
||||||
<div id="sidebar-resize-handle" class="sidebar-resize-handle">
|
<div id="sidebar-resize-handle" class="sidebar-resize-handle">
|
||||||
<div class="sidebar-resize-indicator"></div>
|
<div class="sidebar-resize-indicator"></div>
|
||||||
@@ -134,10 +134,10 @@
|
|||||||
</button>
|
</button>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<h1 class="menu-title">Dao OS Documentation</h1>
|
<h1 class="menu-title">大道 (Dao OS) 文档</h1>
|
||||||
|
|
||||||
<div class="right-buttons">
|
<div class="right-buttons">
|
||||||
<a href="print.html" title="Print this book" aria-label="Print this book">
|
<a href="../print.html" title="Print this book" aria-label="Print this book">
|
||||||
<i id="print-button" class="fa fa-print"></i>
|
<i id="print-button" class="fa fa-print"></i>
|
||||||
</a>
|
</a>
|
||||||
<a href="https://nest.doylee.cn/Dao-OS/dao-os-docs" title="Git repository" aria-label="Git repository">
|
<a href="https://nest.doylee.cn/Dao-OS/dao-os-docs" title="Git repository" aria-label="Git repository">
|
||||||
@@ -169,29 +169,17 @@
|
|||||||
|
|
||||||
<div id="content" class="content">
|
<div id="content" class="content">
|
||||||
<main>
|
<main>
|
||||||
<h1 id="introduction"><a class="header" href="#introduction">Introduction</a></h1>
|
<h1 id="english"><a class="header" href="#english">English</a></h1>
|
||||||
<p><strong>Our mission is to build a new, powerful, and resilient Cyber-Life OS paradigm: Dao OS.</strong></p>
|
|
||||||
<p>It is not designed to replace existing operating systems like Windows or Android, but to exist as a decentralized, user-centric overlay that runs on top of them.</p>
|
|
||||||
<p>Its purpose is to solve the problems of fragmentation, data enslavement, and privacy erosion in the digital age, returning the sovereignty of the digital world to each individual. It will become an extension of our lives in cyberspace—a <strong>"Silicon-based Partner"</strong> for <strong>mutual fulfillment</strong>, serving as our external brain, limbs, and organs.</p>
|
|
||||||
<h2 id="core-features"><a class="header" href="#core-features">Core Features</a></h2>
|
|
||||||
<ul>
|
|
||||||
<li><strong>User Sovereignty</strong>: Your data, your identity, and your AI are entirely under your control. All data is end-to-end encrypted by default and stored on your own devices.</li>
|
|
||||||
<li><strong>Second Brain</strong>: A powerful, built-in personal information management system that securely remembers your passwords, notes, files, and to-dos, becoming your infallible memory.</li>
|
|
||||||
<li><strong>Personal AI Companion</strong>: A truly personal, symbiotic AI soul. It runs locally, learns your preferences, protects your privacy, and provides warm, insightful support to help you grow, rather than trapping you in a filter bubble.</li>
|
|
||||||
<li><strong>Seamless Cross-Device Sync</strong>: All your devices (phones, computers, browsers, etc.) become your "Avatars," forming a private, resilient P2P network for the seamless flow of your data.</li>
|
|
||||||
<li><strong>Open & Extensible Ecosystem</strong>: Based on open protocols and a community-driven trust system, anyone can develop new capability modules and "Avatar" forms for Dao OS.</li>
|
|
||||||
</ul>
|
|
||||||
<h2 id="why-we-are-different"><a class="header" href="#why-we-are-different">Why We Are Different</a></h2>
|
|
||||||
<p>In an era where data is monopolized by platforms and algorithms are controlled by tech giants, Dao OS chooses a different path. We believe the next wave of <strong>technological democratization</strong> is to empower every individual to own and control their own artificial intelligence and digital life.</p>
|
|
||||||
<p>We are not designing just another app; we are building a living, evolving digital space that belongs to you.</p>
|
|
||||||
<p><strong>Join us in building the future.</strong></p>
|
|
||||||
|
|
||||||
</main>
|
</main>
|
||||||
|
|
||||||
<nav class="nav-wrapper" aria-label="Page navigation">
|
<nav class="nav-wrapper" aria-label="Page navigation">
|
||||||
<!-- Mobile navigation buttons -->
|
<!-- Mobile navigation buttons -->
|
||||||
|
<a rel="prev" href="../introduction.html" class="mobile-nav-chapters previous" title="Previous chapter" aria-label="Previous chapter" aria-keyshortcuts="Left">
|
||||||
|
<i class="fa fa-angle-left"></i>
|
||||||
|
</a>
|
||||||
|
|
||||||
<a rel="next prefetch" href="philosophy/principles.html" class="mobile-nav-chapters next" title="Next chapter" aria-label="Next chapter" aria-keyshortcuts="Right">
|
<a rel="next prefetch" href="../philosophy/principles.html" class="mobile-nav-chapters next" title="Next chapter" aria-label="Next chapter" aria-keyshortcuts="Right">
|
||||||
<i class="fa fa-angle-right"></i>
|
<i class="fa fa-angle-right"></i>
|
||||||
</a>
|
</a>
|
||||||
|
|
||||||
@@ -201,8 +189,11 @@
|
|||||||
</div>
|
</div>
|
||||||
|
|
||||||
<nav class="nav-wide-wrapper" aria-label="Page navigation">
|
<nav class="nav-wide-wrapper" aria-label="Page navigation">
|
||||||
|
<a rel="prev" href="../introduction.html" class="nav-chapters previous" title="Previous chapter" aria-label="Previous chapter" aria-keyshortcuts="Left">
|
||||||
|
<i class="fa fa-angle-left"></i>
|
||||||
|
</a>
|
||||||
|
|
||||||
<a rel="next prefetch" href="philosophy/principles.html" class="nav-chapters next" title="Next chapter" aria-label="Next chapter" aria-keyshortcuts="Right">
|
<a rel="next prefetch" href="../philosophy/principles.html" class="nav-chapters next" title="Next chapter" aria-label="Next chapter" aria-keyshortcuts="Right">
|
||||||
<i class="fa fa-angle-right"></i>
|
<i class="fa fa-angle-right"></i>
|
||||||
</a>
|
</a>
|
||||||
</nav>
|
</nav>
|
||||||
@@ -217,13 +208,13 @@
|
|||||||
</script>
|
</script>
|
||||||
|
|
||||||
|
|
||||||
<script src="elasticlunr.min.js"></script>
|
<script src="../elasticlunr.min.js"></script>
|
||||||
<script src="mark.min.js"></script>
|
<script src="../mark.min.js"></script>
|
||||||
<script src="searcher.js"></script>
|
<script src="../searcher.js"></script>
|
||||||
|
|
||||||
<script src="clipboard.min.js"></script>
|
<script src="../clipboard.min.js"></script>
|
||||||
<script src="highlight.js"></script>
|
<script src="../highlight.js"></script>
|
||||||
<script src="book.js"></script>
|
<script src="../book.js"></script>
|
||||||
|
|
||||||
<!-- Custom JS scripts -->
|
<!-- Custom JS scripts -->
|
||||||
|
|
||||||
|
|||||||
@@ -206,7 +206,7 @@
|
|||||||
|
|
||||||
<nav class="nav-wrapper" aria-label="Page navigation">
|
<nav class="nav-wrapper" aria-label="Page navigation">
|
||||||
<!-- Mobile navigation buttons -->
|
<!-- Mobile navigation buttons -->
|
||||||
<a rel="prev" href="../introduction.html" class="mobile-nav-chapters previous" title="Previous chapter" aria-label="Previous chapter" aria-keyshortcuts="Left">
|
<a rel="prev" href="../../zh/introduction.html" class="mobile-nav-chapters previous" title="Previous chapter" aria-label="Previous chapter" aria-keyshortcuts="Left">
|
||||||
<i class="fa fa-angle-left"></i>
|
<i class="fa fa-angle-left"></i>
|
||||||
</a>
|
</a>
|
||||||
|
|
||||||
@@ -220,7 +220,7 @@
|
|||||||
</div>
|
</div>
|
||||||
|
|
||||||
<nav class="nav-wide-wrapper" aria-label="Page navigation">
|
<nav class="nav-wide-wrapper" aria-label="Page navigation">
|
||||||
<a rel="prev" href="../introduction.html" class="nav-chapters previous" title="Previous chapter" aria-label="Previous chapter" aria-keyshortcuts="Left">
|
<a rel="prev" href="../../zh/introduction.html" class="nav-chapters previous" title="Previous chapter" aria-label="Previous chapter" aria-keyshortcuts="Left">
|
||||||
<i class="fa fa-angle-left"></i>
|
<i class="fa fa-angle-left"></i>
|
||||||
</a>
|
</a>
|
||||||
|
|
||||||
|
|||||||
@@ -186,6 +186,7 @@
|
|||||||
<p>In an era where data is monopolized by platforms and algorithms are controlled by tech giants, Dao OS chooses a different path. We believe the next wave of <strong>technological democratization</strong> is to empower every individual to own and control their own artificial intelligence and digital life.</p>
|
<p>In an era where data is monopolized by platforms and algorithms are controlled by tech giants, Dao OS chooses a different path. We believe the next wave of <strong>technological democratization</strong> is to empower every individual to own and control their own artificial intelligence and digital life.</p>
|
||||||
<p>We are not designing just another app; we are building a living, evolving digital space that belongs to you.</p>
|
<p>We are not designing just another app; we are building a living, evolving digital space that belongs to you.</p>
|
||||||
<p><strong>Join us in building the future.</strong></p>
|
<p><strong>Join us in building the future.</strong></p>
|
||||||
|
<div style="break-before: page; page-break-before: always;"></div><h1 id="中文"><a class="header" href="#中文">中文</a></h1>
|
||||||
<div style="break-before: page; page-break-before: always;"></div><h1 id="philosophy--principles"><a class="header" href="#philosophy--principles">Philosophy & Principles</a></h1>
|
<div style="break-before: page; page-break-before: always;"></div><h1 id="philosophy--principles"><a class="header" href="#philosophy--principles">Philosophy & Principles</a></h1>
|
||||||
<p>Dao OS is more than a technical project; it is a manifestation of a core philosophy about the future of computing and human-AI symbiosis. This document outlines the fundamental ideas that guide every decision we make.</p>
|
<p>Dao OS is more than a technical project; it is a manifestation of a core philosophy about the future of computing and human-AI symbiosis. This document outlines the fundamental ideas that guide every decision we make.</p>
|
||||||
<h2 id="core-philosophy-the-path-to-digital-sovereignty"><a class="header" href="#core-philosophy-the-path-to-digital-sovereignty">Core Philosophy: The Path to Digital Sovereignty</a></h2>
|
<h2 id="core-philosophy-the-path-to-digital-sovereignty"><a class="header" href="#core-philosophy-the-path-to-digital-sovereignty">Core Philosophy: The Path to Digital Sovereignty</a></h2>
|
||||||
|
|||||||
File diff suppressed because one or more lines are too long
@@ -27,6 +27,6 @@
|
|||||||
<!-- Custom theme stylesheets -->
|
<!-- Custom theme stylesheets -->
|
||||||
</head>
|
</head>
|
||||||
<body class="sidebar-iframe-inner">
|
<body class="sidebar-iframe-inner">
|
||||||
<ol class="chapter"><li class="chapter-item expanded affix "><a href="introduction.html" target="_parent">Introduction</a></li><li class="chapter-item expanded affix "><li class="spacer"></li><li class="chapter-item expanded affix "><li class="part-title">Part I: The Vision</li><li class="chapter-item expanded "><a href="philosophy/principles.html" target="_parent"><strong aria-hidden="true">1.</strong> Philosophy & Principles</a></li><li class="chapter-item expanded affix "><li class="part-title">Part II: Core Concepts</li><li class="chapter-item expanded "><a href="concepts/core_architecture.html" target="_parent"><strong aria-hidden="true">2.</strong> Core Architecture</a></li><li class="chapter-item expanded "><a href="concepts/ai_system.html" target="_parent"><strong aria-hidden="true">3.</strong> The AI System</a></li><li class="chapter-item expanded "><a href="concepts/user_journey.html" target="_parent"><strong aria-hidden="true">4.</strong> The User Journey</a></li><li class="chapter-item expanded affix "><li class="part-title">Part III: For Developers</li><li class="chapter-item expanded "><a href="specifications/tech_overview.html" target="_parent"><strong aria-hidden="true">5.</strong> Technical Overview</a></li><li class="chapter-item expanded affix "><li class="part-title">Part IV: The Ecosystem</li><li class="chapter-item expanded "><a href="ecosystem/app_bazaar.html" target="_parent"><strong aria-hidden="true">6.</strong> The Application Bazaar</a></li><li class="chapter-item expanded affix "><li class="part-title">Part V: The Project</li><li class="chapter-item expanded "><a href="project/roadmap.html" target="_parent"><strong aria-hidden="true">7.</strong> Roadmap</a></li><li class="chapter-item expanded "><a href="project/governance.html" target="_parent"><strong aria-hidden="true">8.</strong> Governance</a></li><li class="chapter-item expanded "><a href="project/CONTRIBUTING.html" target="_parent"><strong aria-hidden="true">9.</strong> How to Contribute</a></li></ol>
|
<ol class="chapter"><li class="chapter-item expanded affix "><a href="introduction.html" target="_parent">Introduction</a></li><li class="chapter-item expanded affix "><a href="../zh/introduction.html" target="_parent">中文</a></li><li class="chapter-item expanded affix "><li class="spacer"></li><li class="chapter-item expanded affix "><li class="part-title">Part I: The Vision</li><li class="chapter-item expanded "><a href="philosophy/principles.html" target="_parent"><strong aria-hidden="true">1.</strong> Philosophy & Principles</a></li><li class="chapter-item expanded affix "><li class="part-title">Part II: Core Concepts</li><li class="chapter-item expanded "><a href="concepts/core_architecture.html" target="_parent"><strong aria-hidden="true">2.</strong> Core Architecture</a></li><li class="chapter-item expanded "><a href="concepts/ai_system.html" target="_parent"><strong aria-hidden="true">3.</strong> The AI System</a></li><li class="chapter-item expanded "><a href="concepts/user_journey.html" target="_parent"><strong aria-hidden="true">4.</strong> The User Journey</a></li><li class="chapter-item expanded affix "><li class="part-title">Part III: For Developers</li><li class="chapter-item expanded "><a href="specifications/tech_overview.html" target="_parent"><strong aria-hidden="true">5.</strong> Technical Overview</a></li><li class="chapter-item expanded affix "><li class="part-title">Part IV: The Ecosystem</li><li class="chapter-item expanded "><a href="ecosystem/app_bazaar.html" target="_parent"><strong aria-hidden="true">6.</strong> The Application Bazaar</a></li><li class="chapter-item expanded affix "><li class="part-title">Part V: The Project</li><li class="chapter-item expanded "><a href="project/roadmap.html" target="_parent"><strong aria-hidden="true">7.</strong> Roadmap</a></li><li class="chapter-item expanded "><a href="project/governance.html" target="_parent"><strong aria-hidden="true">8.</strong> Governance</a></li><li class="chapter-item expanded "><a href="project/CONTRIBUTING.html" target="_parent"><strong aria-hidden="true">9.</strong> How to Contribute</a></li></ol>
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
|||||||
@@ -8,7 +8,7 @@ class MDBookSidebarScrollbox extends HTMLElement {
|
|||||||
super();
|
super();
|
||||||
}
|
}
|
||||||
connectedCallback() {
|
connectedCallback() {
|
||||||
this.innerHTML = '<ol class="chapter"><li class="chapter-item expanded affix "><a href="introduction.html">Introduction</a></li><li class="chapter-item expanded affix "><li class="spacer"></li><li class="chapter-item expanded affix "><li class="part-title">Part I: The Vision</li><li class="chapter-item expanded "><a href="philosophy/principles.html"><strong aria-hidden="true">1.</strong> Philosophy & Principles</a></li><li class="chapter-item expanded affix "><li class="part-title">Part II: Core Concepts</li><li class="chapter-item expanded "><a href="concepts/core_architecture.html"><strong aria-hidden="true">2.</strong> Core Architecture</a></li><li class="chapter-item expanded "><a href="concepts/ai_system.html"><strong aria-hidden="true">3.</strong> The AI System</a></li><li class="chapter-item expanded "><a href="concepts/user_journey.html"><strong aria-hidden="true">4.</strong> The User Journey</a></li><li class="chapter-item expanded affix "><li class="part-title">Part III: For Developers</li><li class="chapter-item expanded "><a href="specifications/tech_overview.html"><strong aria-hidden="true">5.</strong> Technical Overview</a></li><li class="chapter-item expanded affix "><li class="part-title">Part IV: The Ecosystem</li><li class="chapter-item expanded "><a href="ecosystem/app_bazaar.html"><strong aria-hidden="true">6.</strong> The Application Bazaar</a></li><li class="chapter-item expanded affix "><li class="part-title">Part V: The Project</li><li class="chapter-item expanded "><a href="project/roadmap.html"><strong aria-hidden="true">7.</strong> Roadmap</a></li><li class="chapter-item expanded "><a href="project/governance.html"><strong aria-hidden="true">8.</strong> Governance</a></li><li class="chapter-item expanded "><a href="project/CONTRIBUTING.html"><strong aria-hidden="true">9.</strong> How to Contribute</a></li></ol>';
|
this.innerHTML = '<ol class="chapter"><li class="chapter-item expanded affix "><a href="introduction.html">Introduction</a></li><li class="chapter-item expanded affix "><a href="../zh/introduction.html">中文</a></li><li class="chapter-item expanded affix "><li class="spacer"></li><li class="chapter-item expanded affix "><li class="part-title">Part I: The Vision</li><li class="chapter-item expanded "><a href="philosophy/principles.html"><strong aria-hidden="true">1.</strong> Philosophy & Principles</a></li><li class="chapter-item expanded affix "><li class="part-title">Part II: Core Concepts</li><li class="chapter-item expanded "><a href="concepts/core_architecture.html"><strong aria-hidden="true">2.</strong> Core Architecture</a></li><li class="chapter-item expanded "><a href="concepts/ai_system.html"><strong aria-hidden="true">3.</strong> The AI System</a></li><li class="chapter-item expanded "><a href="concepts/user_journey.html"><strong aria-hidden="true">4.</strong> The User Journey</a></li><li class="chapter-item expanded affix "><li class="part-title">Part III: For Developers</li><li class="chapter-item expanded "><a href="specifications/tech_overview.html"><strong aria-hidden="true">5.</strong> Technical Overview</a></li><li class="chapter-item expanded affix "><li class="part-title">Part IV: The Ecosystem</li><li class="chapter-item expanded "><a href="ecosystem/app_bazaar.html"><strong aria-hidden="true">6.</strong> The Application Bazaar</a></li><li class="chapter-item expanded affix "><li class="part-title">Part V: The Project</li><li class="chapter-item expanded "><a href="project/roadmap.html"><strong aria-hidden="true">7.</strong> Roadmap</a></li><li class="chapter-item expanded "><a href="project/governance.html"><strong aria-hidden="true">8.</strong> Governance</a></li><li class="chapter-item expanded "><a href="project/CONTRIBUTING.html"><strong aria-hidden="true">9.</strong> How to Contribute</a></li></ol>';
|
||||||
// Set the current, active page, and reveal it if it's hidden
|
// Set the current, active page, and reveal it if it's hidden
|
||||||
let current_page = document.location.href.toString().split("#")[0].split("?")[0];
|
let current_page = document.location.href.toString().split("#")[0].split("?")[0];
|
||||||
if (current_page.endsWith("/")) {
|
if (current_page.endsWith("/")) {
|
||||||
|
|||||||
@@ -191,7 +191,7 @@
|
|||||||
<nav class="nav-wrapper" aria-label="Page navigation">
|
<nav class="nav-wrapper" aria-label="Page navigation">
|
||||||
<!-- Mobile navigation buttons -->
|
<!-- Mobile navigation buttons -->
|
||||||
|
|
||||||
<a rel="next prefetch" href="philosophy/principles.html" class="mobile-nav-chapters next" title="Next chapter" aria-label="Next chapter" aria-keyshortcuts="Right">
|
<a rel="next prefetch" href="../en/introduction.html" class="mobile-nav-chapters next" title="Next chapter" aria-label="Next chapter" aria-keyshortcuts="Right">
|
||||||
<i class="fa fa-angle-right"></i>
|
<i class="fa fa-angle-right"></i>
|
||||||
</a>
|
</a>
|
||||||
|
|
||||||
@@ -202,7 +202,7 @@
|
|||||||
|
|
||||||
<nav class="nav-wide-wrapper" aria-label="Page navigation">
|
<nav class="nav-wide-wrapper" aria-label="Page navigation">
|
||||||
|
|
||||||
<a rel="next prefetch" href="philosophy/principles.html" class="nav-chapters next" title="Next chapter" aria-label="Next chapter" aria-keyshortcuts="Right">
|
<a rel="next prefetch" href="../en/introduction.html" class="nav-chapters next" title="Next chapter" aria-label="Next chapter" aria-keyshortcuts="Right">
|
||||||
<i class="fa fa-angle-right"></i>
|
<i class="fa fa-angle-right"></i>
|
||||||
</a>
|
</a>
|
||||||
</nav>
|
</nav>
|
||||||
|
|||||||
@@ -191,7 +191,7 @@
|
|||||||
<nav class="nav-wrapper" aria-label="Page navigation">
|
<nav class="nav-wrapper" aria-label="Page navigation">
|
||||||
<!-- Mobile navigation buttons -->
|
<!-- Mobile navigation buttons -->
|
||||||
|
|
||||||
<a rel="next prefetch" href="philosophy/principles.html" class="mobile-nav-chapters next" title="Next chapter" aria-label="Next chapter" aria-keyshortcuts="Right">
|
<a rel="next prefetch" href="../en/introduction.html" class="mobile-nav-chapters next" title="Next chapter" aria-label="Next chapter" aria-keyshortcuts="Right">
|
||||||
<i class="fa fa-angle-right"></i>
|
<i class="fa fa-angle-right"></i>
|
||||||
</a>
|
</a>
|
||||||
|
|
||||||
@@ -202,7 +202,7 @@
|
|||||||
|
|
||||||
<nav class="nav-wide-wrapper" aria-label="Page navigation">
|
<nav class="nav-wide-wrapper" aria-label="Page navigation">
|
||||||
|
|
||||||
<a rel="next prefetch" href="philosophy/principles.html" class="nav-chapters next" title="Next chapter" aria-label="Next chapter" aria-keyshortcuts="Right">
|
<a rel="next prefetch" href="../en/introduction.html" class="nav-chapters next" title="Next chapter" aria-label="Next chapter" aria-keyshortcuts="Right">
|
||||||
<i class="fa fa-angle-right"></i>
|
<i class="fa fa-angle-right"></i>
|
||||||
</a>
|
</a>
|
||||||
</nav>
|
</nav>
|
||||||
|
|||||||
@@ -206,7 +206,7 @@
|
|||||||
|
|
||||||
<nav class="nav-wrapper" aria-label="Page navigation">
|
<nav class="nav-wrapper" aria-label="Page navigation">
|
||||||
<!-- Mobile navigation buttons -->
|
<!-- Mobile navigation buttons -->
|
||||||
<a rel="prev" href="../introduction.html" class="mobile-nav-chapters previous" title="Previous chapter" aria-label="Previous chapter" aria-keyshortcuts="Left">
|
<a rel="prev" href="../../en/introduction.html" class="mobile-nav-chapters previous" title="Previous chapter" aria-label="Previous chapter" aria-keyshortcuts="Left">
|
||||||
<i class="fa fa-angle-left"></i>
|
<i class="fa fa-angle-left"></i>
|
||||||
</a>
|
</a>
|
||||||
|
|
||||||
@@ -220,7 +220,7 @@
|
|||||||
</div>
|
</div>
|
||||||
|
|
||||||
<nav class="nav-wide-wrapper" aria-label="Page navigation">
|
<nav class="nav-wide-wrapper" aria-label="Page navigation">
|
||||||
<a rel="prev" href="../introduction.html" class="nav-chapters previous" title="Previous chapter" aria-label="Previous chapter" aria-keyshortcuts="Left">
|
<a rel="prev" href="../../en/introduction.html" class="nav-chapters previous" title="Previous chapter" aria-label="Previous chapter" aria-keyshortcuts="Left">
|
||||||
<i class="fa fa-angle-left"></i>
|
<i class="fa fa-angle-left"></i>
|
||||||
</a>
|
</a>
|
||||||
|
|
||||||
|
|||||||
@@ -186,6 +186,7 @@
|
|||||||
<p>在一个数据被平台垄断、算法被巨头控制的时代,“大道”选择了一条不同的路。我们相信,<strong>技术平权</strong>的下一波浪潮,是让每个人都拥有并控制自己的人工智能和数字生活。</p>
|
<p>在一个数据被平台垄断、算法被巨头控制的时代,“大道”选择了一条不同的路。我们相信,<strong>技术平权</strong>的下一波浪潮,是让每个人都拥有并控制自己的人工智能和数字生活。</p>
|
||||||
<p>我们设计的不是另一个App,而是一个属于你自己的、活的、可进化的数字生命空间。</p>
|
<p>我们设计的不是另一个App,而是一个属于你自己的、活的、可进化的数字生命空间。</p>
|
||||||
<p><strong>欢迎加入我们,一起构建未来。</strong></p>
|
<p><strong>欢迎加入我们,一起构建未来。</strong></p>
|
||||||
|
<div style="break-before: page; page-break-before: always;"></div><h1 id="english"><a class="header" href="#english">English</a></h1>
|
||||||
<div style="break-before: page; page-break-before: always;"></div><h1 id="哲学与原则"><a class="header" href="#哲学与原则">哲学与原则</a></h1>
|
<div style="break-before: page; page-break-before: always;"></div><h1 id="哲学与原则"><a class="header" href="#哲学与原则">哲学与原则</a></h1>
|
||||||
<p>大道 (Dao OS) 不仅仅是一个技术项目,它是一套关于未来计算和人机共生核心理念的具现化。本文档概述了指引我们每一项决策的根本思想。</p>
|
<p>大道 (Dao OS) 不仅仅是一个技术项目,它是一套关于未来计算和人机共生核心理念的具现化。本文档概述了指引我们每一项决策的根本思想。</p>
|
||||||
<h2 id="核心哲学数字主权之路"><a class="header" href="#核心哲学数字主权之路">核心哲学:数字主权之路</a></h2>
|
<h2 id="核心哲学数字主权之路"><a class="header" href="#核心哲学数字主权之路">核心哲学:数字主权之路</a></h2>
|
||||||
|
|||||||
File diff suppressed because one or more lines are too long
@@ -27,6 +27,6 @@
|
|||||||
<!-- Custom theme stylesheets -->
|
<!-- Custom theme stylesheets -->
|
||||||
</head>
|
</head>
|
||||||
<body class="sidebar-iframe-inner">
|
<body class="sidebar-iframe-inner">
|
||||||
<ol class="chapter"><li class="chapter-item expanded affix "><a href="introduction.html" target="_parent">引言</a></li><li class="chapter-item expanded affix "><li class="spacer"></li><li class="chapter-item expanded affix "><li class="part-title">第一部分:愿景 (The Vision)</li><li class="chapter-item expanded "><a href="philosophy/principles.html" target="_parent"><strong aria-hidden="true">1.</strong> 哲学与原则</a></li><li class="chapter-item expanded affix "><li class="part-title">第二部分:核心概念 (Core Concepts)</li><li class="chapter-item expanded "><a href="concepts/core_architecture.html" target="_parent"><strong aria-hidden="true">2.</strong> 核心架构</a></li><li class="chapter-item expanded "><a href="concepts/ai_system.html" target="_parent"><strong aria-hidden="true">3.</strong> AI 系统设计</a></li><li class="chapter-item expanded "><a href="concepts/user_journey.html" target="_parent"><strong aria-hidden="true">4.</strong> 用户旅程</a></li><li class="chapter-item expanded affix "><li class="part-title">第三部分:开发者指南 (For Developers)</li><li class="chapter-item expanded "><a href="specifications/tech_overview.html" target="_parent"><strong aria-hidden="true">5.</strong> 技术总览</a></li><li class="chapter-item expanded affix "><li class="part-title">第四部分:生态系统 (The Ecosystem)</li><li class="chapter-item expanded "><a href="ecosystem/app_bazaar.html" target="_parent"><strong aria-hidden="true">6.</strong> 应用集市</a></li><li class="chapter-item expanded affix "><li class="part-title">第五部分:关于项目 (The Project)</li><li class="chapter-item expanded "><a href="project/roadmap.html" target="_parent"><strong aria-hidden="true">7.</strong> 发展路线图</a></li><li class="chapter-item expanded "><a href="project/governance.html" target="_parent"><strong aria-hidden="true">8.</strong> 社区与治理</a></li><li class="chapter-item expanded "><a href="project/CONTRIBUTING.html" target="_parent"><strong aria-hidden="true">9.</strong> 如何贡献</a></li></ol>
|
<ol class="chapter"><li class="chapter-item expanded affix "><a href="introduction.html" target="_parent">引言</a></li><li class="chapter-item expanded affix "><a href="../en/introduction.html" target="_parent">English</a></li><li class="chapter-item expanded affix "><li class="spacer"></li><li class="chapter-item expanded affix "><li class="part-title">第一部分:愿景 (The Vision)</li><li class="chapter-item expanded "><a href="philosophy/principles.html" target="_parent"><strong aria-hidden="true">1.</strong> 哲学与原则</a></li><li class="chapter-item expanded affix "><li class="part-title">第二部分:核心概念 (Core Concepts)</li><li class="chapter-item expanded "><a href="concepts/core_architecture.html" target="_parent"><strong aria-hidden="true">2.</strong> 核心架构</a></li><li class="chapter-item expanded "><a href="concepts/ai_system.html" target="_parent"><strong aria-hidden="true">3.</strong> AI 系统设计</a></li><li class="chapter-item expanded "><a href="concepts/user_journey.html" target="_parent"><strong aria-hidden="true">4.</strong> 用户旅程</a></li><li class="chapter-item expanded affix "><li class="part-title">第三部分:开发者指南 (For Developers)</li><li class="chapter-item expanded "><a href="specifications/tech_overview.html" target="_parent"><strong aria-hidden="true">5.</strong> 技术总览</a></li><li class="chapter-item expanded affix "><li class="part-title">第四部分:生态系统 (The Ecosystem)</li><li class="chapter-item expanded "><a href="ecosystem/app_bazaar.html" target="_parent"><strong aria-hidden="true">6.</strong> 应用集市</a></li><li class="chapter-item expanded affix "><li class="part-title">第五部分:关于项目 (The Project)</li><li class="chapter-item expanded "><a href="project/roadmap.html" target="_parent"><strong aria-hidden="true">7.</strong> 发展路线图</a></li><li class="chapter-item expanded "><a href="project/governance.html" target="_parent"><strong aria-hidden="true">8.</strong> 社区与治理</a></li><li class="chapter-item expanded "><a href="project/CONTRIBUTING.html" target="_parent"><strong aria-hidden="true">9.</strong> 如何贡献</a></li></ol>
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
|||||||
@@ -8,7 +8,7 @@ class MDBookSidebarScrollbox extends HTMLElement {
|
|||||||
super();
|
super();
|
||||||
}
|
}
|
||||||
connectedCallback() {
|
connectedCallback() {
|
||||||
this.innerHTML = '<ol class="chapter"><li class="chapter-item expanded affix "><a href="introduction.html">引言</a></li><li class="chapter-item expanded affix "><li class="spacer"></li><li class="chapter-item expanded affix "><li class="part-title">第一部分:愿景 (The Vision)</li><li class="chapter-item expanded "><a href="philosophy/principles.html"><strong aria-hidden="true">1.</strong> 哲学与原则</a></li><li class="chapter-item expanded affix "><li class="part-title">第二部分:核心概念 (Core Concepts)</li><li class="chapter-item expanded "><a href="concepts/core_architecture.html"><strong aria-hidden="true">2.</strong> 核心架构</a></li><li class="chapter-item expanded "><a href="concepts/ai_system.html"><strong aria-hidden="true">3.</strong> AI 系统设计</a></li><li class="chapter-item expanded "><a href="concepts/user_journey.html"><strong aria-hidden="true">4.</strong> 用户旅程</a></li><li class="chapter-item expanded affix "><li class="part-title">第三部分:开发者指南 (For Developers)</li><li class="chapter-item expanded "><a href="specifications/tech_overview.html"><strong aria-hidden="true">5.</strong> 技术总览</a></li><li class="chapter-item expanded affix "><li class="part-title">第四部分:生态系统 (The Ecosystem)</li><li class="chapter-item expanded "><a href="ecosystem/app_bazaar.html"><strong aria-hidden="true">6.</strong> 应用集市</a></li><li class="chapter-item expanded affix "><li class="part-title">第五部分:关于项目 (The Project)</li><li class="chapter-item expanded "><a href="project/roadmap.html"><strong aria-hidden="true">7.</strong> 发展路线图</a></li><li class="chapter-item expanded "><a href="project/governance.html"><strong aria-hidden="true">8.</strong> 社区与治理</a></li><li class="chapter-item expanded "><a href="project/CONTRIBUTING.html"><strong aria-hidden="true">9.</strong> 如何贡献</a></li></ol>';
|
this.innerHTML = '<ol class="chapter"><li class="chapter-item expanded affix "><a href="introduction.html">引言</a></li><li class="chapter-item expanded affix "><a href="../en/introduction.html">English</a></li><li class="chapter-item expanded affix "><li class="spacer"></li><li class="chapter-item expanded affix "><li class="part-title">第一部分:愿景 (The Vision)</li><li class="chapter-item expanded "><a href="philosophy/principles.html"><strong aria-hidden="true">1.</strong> 哲学与原则</a></li><li class="chapter-item expanded affix "><li class="part-title">第二部分:核心概念 (Core Concepts)</li><li class="chapter-item expanded "><a href="concepts/core_architecture.html"><strong aria-hidden="true">2.</strong> 核心架构</a></li><li class="chapter-item expanded "><a href="concepts/ai_system.html"><strong aria-hidden="true">3.</strong> AI 系统设计</a></li><li class="chapter-item expanded "><a href="concepts/user_journey.html"><strong aria-hidden="true">4.</strong> 用户旅程</a></li><li class="chapter-item expanded affix "><li class="part-title">第三部分:开发者指南 (For Developers)</li><li class="chapter-item expanded "><a href="specifications/tech_overview.html"><strong aria-hidden="true">5.</strong> 技术总览</a></li><li class="chapter-item expanded affix "><li class="part-title">第四部分:生态系统 (The Ecosystem)</li><li class="chapter-item expanded "><a href="ecosystem/app_bazaar.html"><strong aria-hidden="true">6.</strong> 应用集市</a></li><li class="chapter-item expanded affix "><li class="part-title">第五部分:关于项目 (The Project)</li><li class="chapter-item expanded "><a href="project/roadmap.html"><strong aria-hidden="true">7.</strong> 发展路线图</a></li><li class="chapter-item expanded "><a href="project/governance.html"><strong aria-hidden="true">8.</strong> 社区与治理</a></li><li class="chapter-item expanded "><a href="project/CONTRIBUTING.html"><strong aria-hidden="true">9.</strong> 如何贡献</a></li></ol>';
|
||||||
// Set the current, active page, and reveal it if it's hidden
|
// Set the current, active page, and reveal it if it's hidden
|
||||||
let current_page = document.location.href.toString().split("#")[0].split("?")[0];
|
let current_page = document.location.href.toString().split("#")[0].split("?")[0];
|
||||||
if (current_page.endsWith("/")) {
|
if (current_page.endsWith("/")) {
|
||||||
|
|||||||
Reference in New Issue
Block a user