2025-09-05 14:59:21 +08:00

13 lines
194 B
JavaScript

export function getPathRobotConfig(e, options) {
return {
indexable: true,
rule: ""
};
}
export function getSiteRobotConfig(e) {
return {
indexable: true,
hints: []
};
}