feat: add ICP filing number to copyright across app

This commit is contained in:
vben
2026-06-24 10:04:10 +08:00
parent 794edd419e
commit a8c3729850
11 changed files with 26 additions and 11 deletions

View File

@@ -1,4 +1,5 @@
import {
appCopyrightPreferences,
defineOverridesPreferences,
definePreferencesExtension,
} from '@vben/preferences';
@@ -20,6 +21,7 @@ export const overridesPreferences = defineOverridesPreferences({
app: {
name: import.meta.env.VITE_APP_TITLE,
},
copyright: appCopyrightPreferences,
});
export const preferencesExtension =