no message

This commit is contained in:
kuaifan 2025-09-22 06:01:36 +08:00
parent b044d8d90e
commit 18758a1614
2 changed files with 40 additions and 11 deletions

48
.gitignore vendored
View File

@ -1,32 +1,58 @@
# Dependencies
/node_modules
/vendor
# Build and temporary files
/build
/public/hot
/public/tmp
/tmp
# Uploads and user-generated content
/public/summary
/public/uploads/*
/public/.well-known
/public/.user.ini
/storage/*.key
# Storage and configuration
/config/LICENSE
/vendor
/build
/tmp
._*
/storage/*.key
# Environment and configuration
.env
vars.yaml
# IDE and editor files
.idea
.vscode
.vagrant
.windsurfrules
.phpunit.result.cache
# Development tools
.vagrant
Homestead.json
Homestead.yaml
# Testing
.phpunit.result.cache
test.*
# Logs and debug files
npm-debug.log
yarn-error.log
test.*
# Lock files
dootask.lock
package-lock.json
# Laravel/Swoole specific
laravels-timer-process.pid
.DS_Store
vars.yaml
laravels.conf
laravels.pid
# System files
._*
.DS_Store
# Documentation
AGENTS.md
README_LOCAL.md
dootask.lock

View File

@ -94,6 +94,9 @@
&.active {
background-color: #ecf5ff;
}
&.active {
font-weight: 500;
}
&.level-1 {
font-weight: 500;
}