Files
AndroidNotifyIconAdapt/docs/resources/js/markdown-contents.js

31 lines
2.5 KiB
JavaScript
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

const markdownContents = {
syncNotice:
'目前通知图标规则仅限使用于我 (<strong>@fankes</strong>) 正在开发的通知图标相关模块与项目合作者使用。\n\n' +
'如果你想手动获取在线规则平台的所有数据,你可以点击侧边栏的“贡献通知图标规则”前往页面底部的同步列表地址进行查看。',
authorize:
'在线规则平台的全部数据所有权属于 <strong>@fankes</strong> 与本仓库的所有贡献者所有,' +
'目前仅限于我正在开发的通知图标相关模块与项目合作者使用,' +
'<strong>未经许可不允许私自引用本仓库的任何数据到自己的项目直接使用或删掉副本上的信息进行传播 (个人使用除外)</strong>' +
'使用本仓库的资源需要经过我的明确同意且需要根据 AGPL-3.0 协议,<strong>在显著的地方声明引用和复制来源</strong>。\n' +
'如有合作需求,你可以点击侧边栏的“联系我们”。\n\n' +
'目前经过<strong>授权合作</strong>的项目如下:\n\n' +
'- [MIUI 原生通知图标](https://github.com/fankes/MIUINativeNotifyIcon)\n' +
'- [ColorOS 通知图标增强](https://github.com/fankes/ColorOSNotifyIcon)\n' +
'- [HMS Push](https://github.com/fei-ke/HMSPush)\n\n' +
'注意:除合作方外本仓库所有者有权在不通知的情况下根据自己的项目需求随时动态调整本仓库的所有资源包括但不限于修改格式、移动目录。',
license:
'- [AGPL-3.0](https://www.gnu.org/licenses/agpl-3.0.html)\n\n' +
'```\n' +
'Copyright (C) 2017-2023 Fankes Studio(qzmmcn@163.com)\n\n' +
'This program is free software: you can redistribute it and/or modify\n' +
'it under the terms of the GNU Affero General Public License as\n' +
'published by the Free Software Foundation, either version 3 of the\n' +
'License, or (at your option) any later version.\n\n' +
'This program is distributed in the hope that it will be useful,\n' +
'but WITHOUT ANY WARRANTY; without even the implied warranty of\n' +
'MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n' +
'GNU Affero General Public License for more details.\n\n' +
'You should have received a copy of the GNU Affero General Public License\n' +
'along with this program. If not, see <http://www.gnu.org/licenses/>.\n' +
'```'
};