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

View File

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