ThinkChat2.0新版上线,更智能更精彩,支持会话、画图、视频、阅读、搜索等,送10W Token,即刻开启你的AI之旅 广告
``` add_action('admin_footer','posts_status_color'); function posts_status_color() { ?> <style> .status-draft { background: #FCE3F2 !important; } .status-pending { background: #87C5D6 !important; } .status-publish { /* no background keep wp alternating colors */ } .status-future { background: #C6EBF5 !important; } .status-private { background:#F2D46F; } </style> <?php } ```