refactor(src): change affine to AFFiNE in string

This commit is contained in:
tzhangchi
2022-08-01 14:27:26 +08:00
parent 3708ef5370
commit b5cc15287f
14 changed files with 16 additions and 16 deletions

View File

@@ -59,7 +59,7 @@ export class Editor implements Virgo {
public bdCommands: Commands;
public ui_container?: HTMLDivElement;
public version = '0.0.1';
public copyright = '@Affine 2019-2022';
public copyright = '@AFFiNE 2020-2022';
private plugin_manager: PluginManager;
private hooks: Hooks;
private views: Record<string, BaseView> = {};