Skip to content

Commit

Permalink
🎨更新前端静态资源
Browse files Browse the repository at this point in the history
  • Loading branch information
celaraze committed Jan 24, 2024
1 parent bf3e0a5 commit 8993834
Show file tree
Hide file tree
Showing 11 changed files with 41 additions and 37 deletions.
2 changes: 1 addition & 1 deletion app/Filament/Widgets/TicketHasTrackMinutePie.php
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

class TicketHasTrackMinutePie extends ApexChartWidget
{
protected static string $chartId = 'ticketHasTrackMinutePie';
protected static ?string $chartId = 'ticketHasTrackMinutePie';

protected int|string|array $columnStart = 2;

Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"laravel/octane": "^2.2",
"laravel/sanctum": "^3.2",
"laravel/tinker": "^2.8",
"leandrocfe/filament-apex-charts": "3.0.1",
"leandrocfe/filament-apex-charts": "^3.0.1",
"psr/simple-cache": "^3.0",
"pxlrbt/filament-excel": "^2.1",
"solution-forest/filament-tree": "^2.0",
Expand Down

Large diffs are not rendered by default.

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions public/build/manifest.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
{
"resources/css/app.css": {
"file": "assets/app-d300e1c9.css",
"file": "assets/app-66af016c.css",
"isEntry": true,
"src": "resources/css/app.css"
},
"resources/css/filament/admin/theme.css": {
"file": "assets/theme-6429ebb4.css",
"file": "assets/theme-673a389e.css",
"isEntry": true,
"src": "resources/css/filament/admin/theme.css"
},
Expand Down
2 changes: 1 addition & 1 deletion public/css/filament/filament/app.css

Large diffs are not rendered by default.

34 changes: 19 additions & 15 deletions public/js/app/components/apexcharts.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion public/js/filament/forms/components/color-picker.js

Large diffs are not rendered by default.

12 changes: 6 additions & 6 deletions public/js/filament/forms/components/file-upload.js

Large diffs are not rendered by default.

14 changes: 7 additions & 7 deletions public/js/filament/support/support.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion public/js/filament/tables/components/table.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 8993834

Please sign in to comment.