feat: add access list

This commit is contained in:
jialin
2026-02-03 18:21:08 +08:00
parent 34331063eb
commit 679e10abd6
23 changed files with 837 additions and 9 deletions
+4 -1
View File
@@ -45,5 +45,8 @@ export default {
'noresult.benchmark.nofound': 'No matching benchmarks found.',
'noresult.provider.title': 'No Providers',
'noresult.provider.subTitle': 'No providers have been added yet.',
'noresult.provider.nofound': 'No matching providers found.'
'noresult.provider.nofound': 'No matching providers found.',
'noresult.accesses.title': 'No Accesses',
'noresult.accesses.subTitle': 'No accesses have been added yet.',
'noresult.accesses.nofound': 'No matching accesses found.'
};