mirror of
https://github.com/TeaOSLab/EdgeAdmin.git
synced 2026-02-18 22:45:37 +08:00
缓存条件增加多个匹配方式/优化缓存设置界面
This commit is contained in:
@@ -14,9 +14,10 @@ type CondJSComponent struct {
|
||||
Name string `json:"name"`
|
||||
Description string `json:"description"`
|
||||
Component string `json:"component"`
|
||||
IsRequest bool `json:"isRequest"`
|
||||
}
|
||||
|
||||
// 读取所有可用的条件
|
||||
// ReadAllAvailableCondTypes 读取所有可用的条件
|
||||
func ReadAllAvailableCondTypes() []*CondJSComponent {
|
||||
result := []*CondJSComponent{}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user