mirror of
https://github.com/go-gost/gost-ui.git
synced 2024-08-11 17:53:29 +00:00
更新 limiter 模板
This commit is contained in:
@@ -18,5 +18,7 @@ export default [
|
||||
]
|
||||
}`,
|
||||
},
|
||||
...getOtherAll("climiter", "https://gost.run/concepts/limiter/"),
|
||||
...getOtherAll("climiter", "https://gost.run/concepts/limiter/", {
|
||||
redisType: "set",
|
||||
}),
|
||||
];
|
||||
|
||||
@@ -19,5 +19,7 @@ export default [
|
||||
]
|
||||
}`,
|
||||
},
|
||||
...getOtherAll("limiters", "https://gost.run/concepts/limiter/"),
|
||||
...getOtherAll("limiters", "https://gost.run/concepts/limiter/", {
|
||||
redisType: "set",
|
||||
}),
|
||||
];
|
||||
|
||||
@@ -19,5 +19,7 @@ export default [
|
||||
]
|
||||
}`,
|
||||
},
|
||||
...getOtherAll("rlimiter", "https://gost.run/concepts/limiter/"),
|
||||
...getOtherAll("rlimiter", "https://gost.run/concepts/limiter/", {
|
||||
redisType: "set",
|
||||
}),
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user