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

View File

@@ -0,0 +1,148 @@
<?php
namespace Carbon
{
class Carbon
{
public function formatDateForUser()
{
// Content, see src/app/Core/Support/CarbonMacros.php:59
}
public function formatTimeForUser()
{
// Content, see src/app/Core/Support/CarbonMacros.php:77
}
public function format24HTimeForUser()
{
// Content, see src/app/Core/Support/CarbonMacros.php:95
}
public function formatDateTimeForDb()
{
// Content, see src/app/Core/Support/CarbonMacros.php:113
}
public function setToUserTimezone()
{
// Content, see src/app/Core/Support/CarbonMacros.php:130
}
public function setToDbTimezone()
{
// Content, see src/app/Core/Support/CarbonMacros.php:145
}
}
}
namespace Carbon
{
class CarbonImmutable
{
public function formatDateForUser(): string
{
// Content, see src/app/Core/Support/CarbonMacros.php:59
}
public function formatTimeForUser(): string
{
// Content, see src/app/Core/Support/CarbonMacros.php:77
}
public function format24HTimeForUser(): string
{
// Content, see src/app/Core/Support/CarbonMacros.php:95
}
public function formatDateTimeForDb(): string
{
// Content, see src/app/Core/Support/CarbonMacros.php:113
}
public function setToUserTimezone(): CarbonInterface
{
// Content, see src/app/Core/Support/CarbonMacros.php:130
}
public function setToDbTimezone(): CarbonInterface
{
// Content, see src/app/Core/Support/CarbonMacros.php:145
}
}
}
namespace Illuminate\Support
{
use Carbon\CarbonInterface;
class Carbon
{
public function formatDateForUser(): string
{
// Content, see src/app/Core/Support/CarbonMacros.php:59
}
public function formatTimeForUser(): string
{
// Content, see src/app/Core/Support/CarbonMacros.php:77
}
public function format24HTimeForUser(): string
{
// Content, see src/app/Core/Support/CarbonMacros.php:95
}
public function formatDateTimeForDb(): string
{
// Content, see src/app/Core/Support/CarbonMacros.php:113
}
public function setToUserTimezone(): CarbonInterface
{
// Content, see src/app/Core/Support/CarbonMacros.php:130
}
public function setToDbTimezone(): CarbonInterface
{
// Content, see src/app/Core/Support/CarbonMacros.php:145
}
}
}
namespace Illuminate\Support\Facades
{
class Date
{
public function formatDateForUser()
{
// Content, see src/app/Core/Support/CarbonMacros.php:59
}
public function formatTimeForUser()
{
// Content, see src/app/Core/Support/CarbonMacros.php:77
}
public function format24HTimeForUser()
{
// Content, see src/app/Core/Support/CarbonMacros.php:95
}
public function formatDateTimeForDb()
{
// Content, see src/app/Core/Support/CarbonMacros.php:113
}
public function setToUserTimezone()
{
// Content, see src/app/Core/Support/CarbonMacros.php:130
}
public function setToDbTimezone()
{
// Content, see src/app/Core/Support/CarbonMacros.php:145
}
}
}

View File

@@ -0,0 +1,151 @@
<?php
namespace Carbon
{
class Carbon
{
public static function formatDateForUser(): string
{
// Content, see src/app/Core/Support/CarbonMacros.php:59
}
public static function formatTimeForUser(): string
{
// Content, see src/app/Core/Support/CarbonMacros.php:77
}
public static function format24HTimeForUser(): string
{
// Content, see src/app/Core/Support/CarbonMacros.php:95
}
public static function formatDateTimeForDb(): string
{
// Content, see src/app/Core/Support/CarbonMacros.php:113
}
public static function setToUserTimezone(): CarbonInterface
{
// Content, see src/app/Core/Support/CarbonMacros.php:130
}
public static function setToDbTimezone(): CarbonInterface
{
// Content, see src/app/Core/Support/CarbonMacros.php:145
}
}
}
namespace Carbon
{
class CarbonImmutable
{
public static function formatDateForUser(): string
{
// Content, see src/app/Core/Support/CarbonMacros.php:59
}
public static function formatTimeForUser(): string
{
// Content, see src/app/Core/Support/CarbonMacros.php:77
}
public static function format24HTimeForUser(): string
{
// Content, see src/app/Core/Support/CarbonMacros.php:95
}
public static function formatDateTimeForDb(): string
{
// Content, see src/app/Core/Support/CarbonMacros.php:113
}
public static function setToUserTimezone(): CarbonInterface
{
// Content, see src/app/Core/Support/CarbonMacros.php:130
}
public static function setToDbTimezone(): CarbonInterface
{
// Content, see src/app/Core/Support/CarbonMacros.php:145
}
}
}
namespace Illuminate\Support
{
use Carbon\CarbonInterface;
class Carbon
{
public static function formatDateForUser(): string
{
// Content, see src/app/Core/Support/CarbonMacros.php:59
}
public static function formatTimeForUser(): string
{
// Content, see src/app/Core/Support/CarbonMacros.php:77
}
public static function format24HTimeForUser(): string
{
// Content, see src/app/Core/Support/CarbonMacros.php:95
}
public static function formatDateTimeForDb(): string
{
// Content, see src/app/Core/Support/CarbonMacros.php:113
}
public static function setToUserTimezone(): CarbonInterface
{
// Content, see src/app/Core/Support/CarbonMacros.php:130
}
public static function setToDbTimezone(): CarbonInterface
{
// Content, see src/app/Core/Support/CarbonMacros.php:145
}
}
}
namespace Illuminate\Support\Facades
{
use Carbon\CarbonInterface;
class Date
{
public static function formatDateForUser(): string
{
// Content, see src/app/Core/Support/CarbonMacros.php:59
}
public static function formatTimeForUser(): string
{
// Content, see src/app/Core/Support/CarbonMacros.php:77
}
public static function format24HTimeForUser(): string
{
// Content, see src/app/Core/Support/CarbonMacros.php:95
}
public static function formatDateTimeForDb(): string
{
// Content, see src/app/Core/Support/CarbonMacros.php:113
}
public static function setToUserTimezone(): CarbonInterface
{
// Content, see src/app/Core/Support/CarbonMacros.php:130
}
public static function setToDbTimezone(): CarbonInterface
{
// Content, see src/app/Core/Support/CarbonMacros.php:145
}
}
}