OneBot: Leantime 改造版源码(BOM/Univer 表格/AI 接管/品牌替换等)

This commit is contained in:
wangruiguo
2026-09-03 18:49:20 +08:00
commit d647428529
3501 changed files with 1988906 additions and 0 deletions

29
phpdoc.xml Normal file
View File

@@ -0,0 +1,29 @@
<?xml version="1.0" encoding="UTF-8" ?>
<phpdocumentor
configVersion="3"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns="https://www.phpdoc.org"
xsi:noNamespaceSchemaLocation="https://docs.phpdoc.org/latest/phpdoc.xsd"
>
<title>Leantime Code Reference</title>
<!-- Build Paths -->
<paths>
<output>builddocs/technical</output>
</paths>
<version number="1.0.0">
<api format="php">
<source dsn=".">
<path>app</path>
<path>config</path>
<path>public</path>
</source>
<ignore>
<path>app/Plugins</path>
<path>app/Views</path>
<path>app/Domain/**/Templates</path>
</ignore>
</api>
</version>
<!-- Templates & Theming -->
<template name=".phpdoc/template/md"/>
</phpdocumentor>