Legal法律

Third-Party Notices & Open-Source Licenses第三方声明与开源许可

Last updated: July 14, 2026. Dollar Desktop Pet is proprietary software. It includes the open-source components listed below, each of which remains licensed under its own terms — reproduced here as those licenses require.最后更新:2026 年 7 月 14 日。叨乐 Desktop Pet 是专有(闭源)软件。它包含下列开源组件,每个组件仍按其各自的许可证授权——我们依据这些许可证的要求在此予以声明。

1. About this software1. 关于本软件

Dollar Desktop Pet is proprietary, closed-source software. Its own application code, design, artwork, sprites, sounds, and trademarks are © 2026 Junsen Liu, all rights reserved, and are not open source. The licenses listed on this page apply only to the named third-party components below — not to Dollar as a whole. Nothing here grants you any license to Dollar's own code or assets; your use of Dollar is governed by the EULA and the Steam Subscriber Agreement.叨乐 Desktop Pet 是专有的闭源软件。其自身的应用代码、设计、美术、贴图、音效与商标均为 © 2026 Junsen Liu 所有,保留一切权利,并非开源。本页所列许可证适用于下方具名的第三方组件,并不适用于叨乐整体。本页不向您授予对叨乐自身代码或素材的任何许可;您对叨乐的使用受 EULA 与 Steam 用户协议约束。

Like most modern desktop applications, Dollar is built with and bundles third-party open-source software. The components below are those Dollar redistributes, in addition to the many components embedded within the Electron runtime itself (section 4).与大多数现代桌面应用一样,叨乐 基于捆绑了第三方开源软件。下列为叨乐所再分发的组件,此外还有 Electron 运行时本身内嵌的众多组件(见第 4 节)。

A note on AI tools. Dollar supervises the AI coding tools you run on your own machine, such as Claude Code and Codex. Those are separate programs with their own licenses and their own network connections; Dollar does not bundle or redistribute them, so they are not listed below.关于 AI 工具的说明。叨乐监督你在自己电脑上运行的 AI 编程工具,例如 Claude Code 和 Codex。它们是各自独立的程序,拥有各自的许可证和各自的网络连接;叨乐并不捆绑或再分发它们,因此不在下方列出。

2. Open-source components2. 开源组件

Each component is listed with its version, license, and copyright notice. The full text of every license referenced here appears in section 3.每个组件均附其版本、许可证与版权声明。本页引用的每种许可证全文见第 3 节。

Application framework应用框架

Electron MIT

Copyright (c) Electron contributors · Copyright (c) 2013-2020 GitHub Inc.

The desktop application runtime. Electron itself embeds Chromium, Node.js, V8, ffmpeg, and other components under their own licenses — see section 4.桌面应用运行时。Electron 本身内嵌了 ChromiumNode.jsV8ffmpeg 等组件,各自适用其许可证——见第 4 节。

User interface用户界面

React 18.3.1 MIT

Copyright (c) Facebook, Inc. and its affiliates.

React DOM 18.3.1 MIT

Copyright (c) Facebook, Inc. and its affiliates.

scheduler 0.23.2 MIT

Copyright (c) Facebook, Inc. and its affiliates.
Utilities工具库

@electron-toolkit/utils 4.0.0 MIT

Copyright (c) 2022, Alex Wei

loose-envify 1.4.0 MIT

Copyright (c) 2015 Andres Suarez <zertosh@gmail.com>

js-tokens 4.0.0 MIT

Copyright (c) 2014, 2015, 2016, 2017, 2018 Simon Lydell

3. License texts3. 许可证全文

The following are the full, unmodified texts of the licenses referenced above.以下为上文所引用许可证的完整、未经修改的文本。

MIT License — applies to Electron, React, React DOM, scheduler, @electron-toolkit/utils, loose-envify, js-tokensMIT 许可证 — 适用于 Electron、React、React DOM、scheduler、@electron-toolkit/utils、loose-envify、js-tokens
The MIT License (MIT)

Copyright notices for the components above:

  Electron:                       Copyright (c) Electron contributors;
                                  Copyright (c) 2013-2020 GitHub Inc.
  React / React DOM / scheduler:  Copyright (c) Facebook, Inc. and its affiliates.
  @electron-toolkit/utils:        Copyright (c) 2022, Alex Wei
  loose-envify:                   Copyright (c) 2015 Andres Suarez <zertosh@gmail.com>
  js-tokens:                      Copyright (c) 2014, 2015, 2016, 2017, 2018 Simon Lydell

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.
BSD 3-Clause License — applies to Chromium (embedded in Electron)BSD 3-Clause 许可证 — 适用于 Chromium(内嵌于 Electron)
BSD 3-Clause License

Copyright 2015 The Chromium Authors. All rights reserved.

Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions are met:

1. Redistributions of source code must retain the above copyright notice, this
   list of conditions and the following disclaimer.

2. Redistributions in binary form must reproduce the above copyright notice,
   this list of conditions and the following disclaimer in the documentation
   and/or other materials provided with the distribution.

3. Neither the name of the copyright holder nor the names of its contributors
   may be used to endorse or promote products derived from this software
   without specific prior written permission.

THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE
FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.

4. Components embedded inside Electron4. Electron 内嵌的组件

The Electron runtime ships with Chromium, Node.js, V8, ffmpeg, and a number of other open-source components, each under its own license (variously BSD, MIT, LGPL, and others). The complete, combined license file covering all of these is included with the application — you can find it in Dollar's installation folder (for example LICENSES.chromium.html and LICENSE.electron.txt), and within the Electron project linked above. The primary Chromium notice is reproduced in section 3.Electron 运行时随附 Chromium、Node.js、V8、ffmpeg 以及其他若干开源组件,各自适用其许可证(包括 BSD、MIT、LGPL 等)。涵盖全部这些组件的完整合并许可文件随应用一同提供——您可在叨乐的安装目录中找到它(例如 LICENSES.chromium.htmlLICENSE.electron.txt),也可在上文链接的 Electron 项目中查阅。Chromium 的主要声明已在第 3 节复制。

5. Questions5. 问题反馈

If you believe a component is missing from this page, or you would like the full machine-generated license manifest, contact support@dollardesktoppet.com and we'll be glad to provide it.如果您认为本页遗漏了某个组件,或希望获取完整的机器生成许可清单,请联系 support@dollardesktoppet.com,我们很乐意提供。

Buy Dollar on Steam在 Steam 购买叨乐