chore: painting cache

This commit is contained in:
jialin
2024-12-27 14:56:06 +08:00
parent 542f048a67
commit bca56bfaad
17 changed files with 1411 additions and 1047 deletions
+3 -1
View File
@@ -217,5 +217,7 @@ export default {
'common.text.new': 'New',
'common.text.changelog': 'Release Notes',
'common.button.recreate': 'Recreate',
'common.button.delrecreate': 'Delete (Recreate)'
'common.button.delrecreate': 'Delete (Recreate)',
'common.options.all': 'All',
'common.options.none': 'None'
};
+3 -1
View File
@@ -210,5 +210,7 @@ export default {
'common.text.new': '新',
'common.text.changelog': '更新日志',
'common.button.recreate': '重新创建',
'common.button.delrecreate': '删除(重建)'
'common.button.delrecreate': '删除(重建)',
'common.options.all': '全部',
'common.options.none': '无'
};