diff --git a/components.d.ts b/components.d.ts index c40b1dd..2db0d70 100644 --- a/components.d.ts +++ b/components.d.ts @@ -29,18 +29,22 @@ declare module 'vue' { NDrawer: typeof import('naive-ui')['NDrawer'] NDrawerContent: typeof import('naive-ui')['NDrawerContent'] NDropdown: typeof import('naive-ui')['NDropdown'] + NDynamicInput: typeof import('naive-ui')['NDynamicInput'] NEmpty: typeof import('naive-ui')['NEmpty'] NFlex: typeof import('naive-ui')['NFlex'] NForm: typeof import('naive-ui')['NForm'] NFormItem: typeof import('naive-ui')['NFormItem'] NFormItemGi: typeof import('naive-ui')['NFormItemGi'] NFormItemGridItem: typeof import('naive-ui')['NFormItemGridItem'] + NGi: typeof import('naive-ui')['NGi'] NGrid: typeof import('naive-ui')['NGrid'] NH3: typeof import('naive-ui')['NH3'] NH4: typeof import('naive-ui')['NH4'] NInput: typeof import('naive-ui')['NInput'] NInputGroup: typeof import('naive-ui')['NInputGroup'] NInputGroupLabel: typeof import('naive-ui')['NInputGroupLabel'] + NInputNumber: typeof import('naive-ui')['NInputNumber'] + NInputPassword: typeof import('naive-ui')['NInputPassword'] NLayout: typeof import('naive-ui')['NLayout'] NLayoutSider: typeof import('naive-ui')['NLayoutSider'] NLi: typeof import('naive-ui')['NLi'] diff --git a/components/site-replication/new-form.vue b/components/site-replication/new-form.vue new file mode 100644 index 0000000..5f6a9f4 --- /dev/null +++ b/components/site-replication/new-form.vue @@ -0,0 +1,141 @@ + + + + 注意:添加或编辑对等站点时,每个站点的 AccessKey 和 SecretKey 值都是必需的 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 保存 + 取消 + + + + + + + + diff --git a/pages/site-replication/index.vue b/pages/site-replication/index.vue new file mode 100644 index 0000000..8f1934d --- /dev/null +++ b/pages/site-replication/index.vue @@ -0,0 +1,35 @@ + + + + + 站点复制 + + + + + openForm()"> + + 添加站点 + + + + + + + + + + + + + +
注意:添加或编辑对等站点时,每个站点的 AccessKey 和 SecretKey 值都是必需的