diff --git a/components/common/DomainList.vue b/components/common/DomainList.vue index 80f5630..c419267 100644 --- a/components/common/DomainList.vue +++ b/components/common/DomainList.vue @@ -1,6 +1,6 @@ diff --git a/components/domain/Editor.vue b/components/domain/Editor.vue new file mode 100644 index 0000000..0700d1d --- /dev/null +++ b/components/domain/Editor.vue @@ -0,0 +1,53 @@ + + + + + + 添加 + + + 后缀已存在 + + + + {{ suffix }}: {{ server }} + 删除 + + + + + + + diff --git a/layouts/default.vue b/layouts/default.vue index 37452df..7a7f47a 100644 --- a/layouts/default.vue +++ b/layouts/default.vue @@ -1,5 +1,4 @@