* Add limit for design chart.

This commit is contained in:
songchenxuan
2023-11-15 09:03:10 +08:00
parent 4f1d54e5f5
commit 185cbd0f60
+1
View File
@@ -647,6 +647,7 @@ class chartModel extends model
*/
public static function isClickable($chart, $action)
{
if($chart->id <= 20015) return false;
if($chart->builtin) return false;
return true;
}