refactor: 修复知识库和操作指引

This commit is contained in:
2026-03-13 14:32:37 +08:00
parent bbe8e60646
commit 58f42de9df
88 changed files with 3387 additions and 2472 deletions

86
composer.lock generated
View File

@@ -4,7 +4,7 @@
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
"This file is @generated automatically"
],
"content-hash": "297bfa700eadd90d170fd39edd1c790d",
"content-hash": "316d29450fc96f2d79ed216639e6cfb2",
"packages": [
{
"name": "abdelhamiderrahmouni/filament-monaco-editor",
@@ -6092,6 +6092,76 @@
],
"time": "2025-02-25T09:09:36+00:00"
},
{
"name": "solution-forest/filament-tree",
"version": "2.1.8",
"source": {
"type": "git",
"url": "https://github.com/solutionforest/filament-tree.git",
"reference": "de8b27c7c58f1e8c8e1a3081dff2e477b4327301"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/solutionforest/filament-tree/zipball/de8b27c7c58f1e8c8e1a3081dff2e477b4327301",
"reference": "de8b27c7c58f1e8c8e1a3081dff2e477b4327301",
"shasum": ""
},
"require": {
"filament/filament": "^3.0",
"filament/support": "^3.0",
"php": "^8.1",
"spatie/laravel-package-tools": "^1.15.0"
},
"require-dev": {
"laravel/pint": "^1.0",
"nunomaduro/collision": "^7.9",
"nunomaduro/larastan": "^2.0.1",
"orchestra/testbench": "^8.0",
"pestphp/pest": "^2.0",
"pestphp/pest-plugin-arch": "^2.0",
"pestphp/pest-plugin-laravel": "^2.0",
"phpstan/extension-installer": "^1.1",
"phpstan/phpstan-deprecation-rules": "^1.0",
"phpstan/phpstan-phpunit": "^1.0",
"spatie/laravel-ray": "^1.26"
},
"type": "library",
"extra": {
"laravel": {
"providers": [
"SolutionForest\\FilamentTree\\FilamentTreeServiceProvider"
]
}
},
"autoload": {
"psr-4": {
"SolutionForest\\FilamentTree\\": "src"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Carly",
"email": "info@solutionforest.net",
"role": "Developer"
}
],
"description": "This is a tree layout plugin for Filament Admin",
"homepage": "https://github.com/solution-forest/filament-tree",
"keywords": [
"Solution Forest",
"filament-tree",
"laravel"
],
"support": {
"issues": "https://github.com/solution-forest/filament-tree/issues",
"source": "https://github.com/solution-forest/filament-tree"
},
"time": "2025-08-11T09:35:33+00:00"
},
{
"name": "spatie/color",
"version": "1.8.0",
@@ -11593,16 +11663,16 @@
},
{
"name": "laravel/pint",
"version": "v1.28.0",
"version": "v1.29.0",
"source": {
"type": "git",
"url": "https://github.com/laravel/pint.git",
"reference": "1feae84bf9c1649d99ba8f7b8193bf0f09f04cc9"
"reference": "bdec963f53172c5e36330f3a400604c69bf02d39"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/laravel/pint/zipball/1feae84bf9c1649d99ba8f7b8193bf0f09f04cc9",
"reference": "1feae84bf9c1649d99ba8f7b8193bf0f09f04cc9",
"url": "https://api.github.com/repos/laravel/pint/zipball/bdec963f53172c5e36330f3a400604c69bf02d39",
"reference": "bdec963f53172c5e36330f3a400604c69bf02d39",
"shasum": ""
},
"require": {
@@ -11619,8 +11689,8 @@
"laravel-zero/framework": "^12.0.5",
"mockery/mockery": "^1.6.12",
"nunomaduro/termwind": "^2.4.0",
"pestphp/pest": "^3.8.5",
"shipfastlabs/agent-detector": "^1.0.2"
"pestphp/pest": "^3.8.6",
"shipfastlabs/agent-detector": "^1.1.0"
},
"bin": [
"builds/pint"
@@ -11657,7 +11727,7 @@
"issues": "https://github.com/laravel/pint/issues",
"source": "https://github.com/laravel/pint"
},
"time": "2026-03-10T20:37:18+00:00"
"time": "2026-03-12T15:51:39+00:00"
},
{
"name": "laravel/sail",