Skip to content

Commit 55d30e5

Browse files
author
lanjian
committed
chore: 更新许可证文件,添加项目说明和功能描述
1 parent 5e170ed commit 55d30e5

4 files changed

Lines changed: 145 additions & 60 deletions

File tree

LICENSE

Lines changed: 29 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -1,25 +1,29 @@
1-
MIT License
2-
3-
Copyright (c) 2026 OortStudio
4-
Copyright (c) 2026 VLStream
5-
Copyright (c) 2018-present The VSCodium contributors
6-
Copyright (c) 2018-present Peter Squicciarini
7-
Copyright (c) 2015-present Microsoft Corporation
8-
9-
Permission is hereby granted, free of charge, to any person obtaining a copy
10-
of this software and associated documentation files (the "Software"), to deal
11-
in the Software without restriction, including without limitation the rights
12-
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
13-
copies of the Software, and to permit persons to whom the Software is
14-
furnished to do so, subject to the following conditions:
15-
16-
The above copyright notice and this permission notice shall be included in all
17-
copies or substantial portions of the Software.
18-
19-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
20-
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
21-
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
22-
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
23-
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
24-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
25-
SOFTWARE.
1+
Based on Chromium, Copyright (c) 2015 The Chromium Authors.
2+
3+
Copyright (c) 2015 The Chromium Authors. All rights reserved.
4+
5+
Redistribution and use in source and binary forms, with or without
6+
modification, are permitted provided that the following conditions are
7+
met:
8+
9+
* Redistributions of source code must retain the above copyright
10+
notice, this list of conditions and the following disclaimer.
11+
* Redistributions in binary form must reproduce the above
12+
copyright notice, this list of conditions and the following disclaimer
13+
in the documentation and/or other materials provided with the
14+
distribution.
15+
* Neither the name of Google Inc. nor the names of its
16+
contributors may be used to endorse or promote products derived from
17+
this software without specific prior written permission.
18+
19+
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
20+
"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
21+
LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
22+
A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
23+
OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
24+
SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
25+
LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
26+
DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
27+
THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
28+
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
29+
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.

LICENSE.txt

Lines changed: 25 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -1,25 +1,29 @@
1-
MIT License
1+
Based on Chromium, Copyright (c) 2015 The Chromium Authors.
22

3-
Copyright (c) 2026 OortStudio
4-
Copyright (c) 2026 VLStream
5-
Copyright (c) 2018-present The VSCodium contributors
6-
Copyright (c) 2018-present Peter Squicciarini
7-
Copyright (c) 2015-present Microsoft Corporation
3+
Copyright (c) 2015 The Chromium Authors. All rights reserved.
84

9-
Permission is hereby granted, free of charge, to any person obtaining a copy
10-
of this software and associated documentation files (the "Software"), to deal
11-
in the Software without restriction, including without limitation the rights
12-
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
13-
copies of the Software, and to permit persons to whom the Software is
14-
furnished to do so, subject to the following conditions:
5+
Redistribution and use in source and binary forms, with or without
6+
modification, are permitted provided that the following conditions are
7+
met:
158

16-
The above copyright notice and this permission notice shall be included in all
17-
copies or substantial portions of the Software.
9+
* Redistributions of source code must retain the above copyright
10+
notice, this list of conditions and the following disclaimer.
11+
* Redistributions in binary form must reproduce the above
12+
copyright notice, this list of conditions and the following disclaimer
13+
in the documentation and/or other materials provided with the
14+
distribution.
15+
* Neither the name of Google Inc. nor the names of its
16+
contributors may be used to endorse or promote products derived from
17+
this software without specific prior written permission.
1818

19-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
20-
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
21-
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
22-
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
23-
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
24-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
25-
SOFTWARE.
19+
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
20+
"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
21+
LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
22+
A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
23+
OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
24+
SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
25+
LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
26+
DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
27+
THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
28+
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
29+
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.

README.md

Lines changed: 76 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,77 @@
1-
# 桌面端 - 核心模块说明
2-
## 文档信息
3-
| 项目 | 内容 |
4-
|--------------|----------------------|
5-
| 技术框架 | Tauri(桌面端) |
6-
| 文档版本 | v1.0 |
7-
| 更新时间 | 2026-03-13 |
8-
9-
## 核心模块说明
10-
### 左侧导航模块
11-
- 功能:桌面端核心导航入口,固定展示4个一级菜单
12-
- 包含项:门户(首页)、消息、通讯录、工作圈
13-
- 交互逻辑:点击菜单切换主内容区,当前选中项高亮显示
14-
- Tauri 特性适配:支持快捷键快速唤起(如 Alt+1 打开门户)
1+
# OortDesktop
152

3+
基于 Chromium 的 AI 浏览器桌面端项目。
4+
5+
## 项目简介
6+
7+
OortDesktop 面向桌面场景,基于 Chromium 提供现代浏览能力,并结合 AI 能力提升信息获取、内容理解与任务执行效率。
8+
9+
项目目标:
10+
11+
- 提供稳定、熟悉的 Chromium 浏览体验
12+
- 集成 AI 对话、总结、检索与辅助创作能力
13+
- 面向办公、搜索、阅读、知识处理等高频场景优化效率
14+
- 为后续多标签页、多工作区、插件化能力预留扩展空间
15+
16+
## 产品定位
17+
18+
这是一个以“浏览器 + AI 助手”为核心方向的桌面应用,强调以下能力:
19+
20+
- 浏览网页:兼容主流 Web 内容与交互体验
21+
- AI 助理:支持智能问答、内容总结、文本润色、信息提炼
22+
- 场景融合:在搜索、阅读、写作、办公过程中直接调用 AI
23+
- 桌面体验:聚焦桌面端效率、窗口能力与使用流畅度
24+
25+
## 核心能力
26+
27+
### 1. Chromium 浏览内核
28+
29+
- 基于 Chromium 构建,具备现代浏览器内核能力
30+
- 支持标准网页渲染、脚本执行与常规页面交互
31+
- 继承 Chromium 生态下成熟的兼容性与稳定性基础
32+
33+
### 2. AI 能力增强
34+
35+
- 页面内容总结:快速提炼长文重点
36+
- 智能问答:围绕当前页面或用户输入进行理解与回答
37+
- 写作辅助:支持改写、扩写、翻译、润色
38+
- 信息整理:将网页内容转化为结构化知识与行动项
39+
40+
### 3. 桌面端使用体验
41+
42+
- 面向桌面操作习惯设计交互流程
43+
- 支持多任务切换与高频功能快速触达
44+
- 为后续快捷键、侧边栏、工作区等能力预留设计空间
45+
46+
## 适用场景
47+
48+
- 搜索资料时快速总结页面重点
49+
- 阅读行业文章、技术文档、新闻资讯时辅助理解
50+
- 在办公、写作、整理会议内容时提升产出效率
51+
- 将浏览行为与 AI 工作流合并,减少工具切换成本
52+
53+
## 项目特点
54+
55+
- 基于 Chromium:浏览能力成熟,兼容性强
56+
- AI 原生集成:不是外挂式工具,而是深度结合浏览流程
57+
- 桌面端优先:更适合长期工作与多窗口协同使用
58+
- 可扩展:便于继续接入更多 AI 能力与业务模块
59+
60+
## 仓库说明
61+
62+
当前仓库主要用于项目基础说明与许可证管理,后续可逐步补充:
63+
64+
- 应用源码
65+
- 构建说明
66+
- 开发文档
67+
- 功能模块设计
68+
- 发布与版本记录
69+
70+
## 许可证说明
71+
72+
本项目包含基于 Chromium 的相关内容,许可证文件见:
73+
74+
- [LICENSE](./LICENSE)
75+
- [LICENSE.txt](./LICENSE.txt)
76+
77+
使用、分发或二次开发前,请先确认相关许可证条款与适用范围。

index.json

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
{
2+
"productName": "OortCloud Desktop",
3+
"appId": "OORTCLOUD-DESKTOP-2024-1234-5678",
4+
"version": "1.0.2",
5+
"releaseTime": "2026-04-24T21:30:00+08:00",
6+
"forceUpdate": false,
7+
"installerUrl": "http://192.168.88.56/OortCloudDesktop_Setup.exe",
8+
"installerSha256": "",
9+
"installerSize": 0,
10+
"installerArgs": "/VERYSILENT /NORESTART /SUPPRESSMSGBOXES",
11+
"changelog": [
12+
"添加自动更新逻辑,用户无需手动下载和安装更新",
13+
"优化扩展界面设计,提升用户体验"
14+
]
15+
}

0 commit comments

Comments
 (0)