mirror of
https://github.com/allinssl/allinssl.git
synced 2025-12-15 09:55:37 +08:00
【修复】部署网站选择,初始值和重置的问题
This commit is contained in:
@@ -107,7 +107,7 @@ nodeOptions[APPLY] = () =>
|
||||
domains: '',
|
||||
email: '',
|
||||
eabId: '',
|
||||
ca: '',
|
||||
ca: 'letsencrypt',
|
||||
proxy: '',
|
||||
end_day: 30,
|
||||
provider: '',
|
||||
|
||||
@@ -17,10 +17,14 @@ export default {
|
||||
config: {
|
||||
domains: '',
|
||||
email: '',
|
||||
provider_id: '',
|
||||
provider: '',
|
||||
eabId: '',
|
||||
ca: 'letsencrypt',
|
||||
proxy: '',
|
||||
end_day: 30,
|
||||
provider: '',
|
||||
provider_id: '',
|
||||
algorithm: 'RSA2048',
|
||||
skip_check: 0,
|
||||
},
|
||||
childNode: {
|
||||
id: 'deploy-1',
|
||||
|
||||
@@ -309,6 +309,6 @@ declare global {
|
||||
// for type re-export
|
||||
declare global {
|
||||
// @ts-ignore
|
||||
export type { Component, ComponentPublicInstance, ComputedRef, DirectiveBinding, ExtractDefaultPropTypes, ExtractPropTypes, ExtractPublicPropTypes, InjectionKey, PropType, Ref, MaybeRef, MaybeRefOrGetter, VNode, WritableComputedRef } from 'vue'
|
||||
export type { Component, Slot, Slots, ComponentPublicInstance, ComputedRef, DirectiveBinding, ExtractDefaultPropTypes, ExtractPropTypes, ExtractPublicPropTypes, InjectionKey, PropType, Ref, MaybeRef, MaybeRefOrGetter, VNode, WritableComputedRef } from 'vue'
|
||||
import('vue')
|
||||
}
|
||||
|
||||
5502
frontend/pnpm-lock.yaml
generated
5502
frontend/pnpm-lock.yaml
generated
File diff suppressed because it is too large
Load Diff
@@ -1,15 +1,18 @@
|
||||
{
|
||||
"folders": [
|
||||
{
|
||||
"path": "."
|
||||
},
|
||||
{
|
||||
"path": ".sync-git/allinssl-gitlab"
|
||||
},
|
||||
{
|
||||
"path": ".sync-git/allinssl-github"
|
||||
}
|
||||
],
|
||||
{
|
||||
"path": "."
|
||||
},
|
||||
{
|
||||
"path": ".sync-git/allinssl-gitlab"
|
||||
},
|
||||
{
|
||||
"path": ".sync-git/allinssl-github"
|
||||
},
|
||||
{
|
||||
"path": ".sync-git/origin-cloud-control"
|
||||
}
|
||||
],
|
||||
"settings": {
|
||||
"i18n-ally.enabledParsers": ["json", "yaml", "js"],
|
||||
"i18n-ally.keystyle": "flat",
|
||||
|
||||
Reference in New Issue
Block a user