Ai
1 Star 0 Fork 0

sssd/ddns4j-electron

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
index.html 78.80 KB
一键复制 编辑 原始数据 按行查看 历史
12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055105610571058105910601061106210631064106510661067106810691070107110721073107410751076107710781079108010811082108310841085108610871088108910901091109210931094109510961097109810991100110111021103110411051106110711081109111011111112111311141115111611171118111911201121112211231124112511261127112811291130113111321133113411351136113711381139114011411142114311441145114611471148114911501151115211531154115511561157115811591160116111621163
<!DOCTYPE html>
<html lang="zh">
<head>
<meta charset="UTF-8"/>
<title>DDNS4J</title>
<!--<meta http-equiv="Content-Security-Policy" content="default-src 'self'; script-src 'self'; style-src 'self' 'unsafe-inline'">-->
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
<meta
name="viewport"
content="width=device-width, initial-scale=1, maximum-scale=1"
/>
<meta http-equiv="X-UA-Compatible" content="IE=Edge"/>
<link rel="stylesheet" href="./static/jssdk/sdk.css"/>
<link rel="stylesheet" href="./static/jssdk/helper.css"/>
<link rel="stylesheet" href="./static/jssdk/iconfont.css"/>
<!-- 这是默认主题所需的,如果是其他主题则不需要 -->
<style>
html,
body,
.app-wrapper {
position: relative;
width: 100%;
height: 100%;
margin: 0;
padding: 0;
}
</style>
</head>
<body>
<div id="root" class="app-wrapper"></div>
<script src="./static/jssdk/sdk.js"></script>
<script type="text/javascript">
(function () {
let amis = amisRequire('amis/embed');
// 通过替换下面这个配置来生成不同页面
const env = "http://localhost:10000";
let pageApi = env + "/amis/page";
let addApi = env + "/amis/add";
let modifyApi = env + "/amis/modify";
let deleleteApi = "delete:" + env + "/amis/delete/${id}";
let getModeApi = env + "/amis/getIpModeValue?getIpMode=${getIpMode}&recordType=${recordType}";
let logsApi = "post:" + env + "/amis/logs";
let amisJSON = {
"type": "page",
"asideResizor": false,
"regions": [
"header",
"toolbar",
"body"
],
"body": [
{
"id": "u:0d1136773f00",
"type": "crud2",
"mode": "table2",
"dsType": "api",
"syncLocation": true,
"primaryField": "id",
"loadType": "pagination",
"api": {
"url": pageApi,
"syncLocation": false,
"method": "get",
"requestAdaptor": "",
"adaptor": "",
"messages": {},
"dataType": "json"
},
"filter": {
"type": "form",
"title": "条件查询",
"mode": "normal",
"columnCount": 2,
"clearValueOnHidden": true,
"behavior": [
"SimpleQuery"
],
"body": [
{
"type": "select",
"label": "记录类型",
"name": "recordType",
"options": [
{
"label": "AAAA",
"value": 1
},
{
"label": "A",
"value": 2
}
],
"id": "u:1b37e557be33",
"multiple": false,
"clearable": true,
"searchable": false,
"checkAll": false,
"value": "",
"remark": {
"icon": "fa fa-question-circle",
"trigger": [
"hover"
],
"className": "Remark--warning",
"placement": "top",
"title": "",
"content": "ip类型,AAAA为ipv6地址,A为ipv4地址"
}
},
{
"type": "select",
"label": "状态",
"name": "state",
"options": [
{
"label": "启用",
"value": 1
},
{
"label": "禁用",
"value": 2
}
],
"id": "u:800d2949a0e0",
"multiple": false,
"clearable": true,
"value": ""
},
{
"type": "select",
"label": "服务商",
"name": "serviceProvider",
"options": [
{
"label": "阿里云",
"value": 1
},
{
"label": "腾讯云",
"value": 2
},
{
"label": "Cloudflare",
"value": 3
},
{
"label": "华为云",
"value": 4
}
],
"id": "u:f6d8ebd734f6",
"multiple": false,
"clearable": true,
"value": ""
},
{
"type": "input-text",
"label": "域名",
"name": "domain",
"id": "u:fc8fa78126c8",
"validations": {
"maxLength": 30
},
"validationErrors": {
"maxLength": "域名不能超过30个字符"
},
"clearable": true
}
],
"actions": [
{
"type": "reset",
"label": "重置",
"id": "u:7d9ecfac528e"
},
{
"type": "submit",
"label": "查询",
"level": "primary",
"id": "u:c9de6bbc2116"
}
],
"id": "u:0230a74163d8",
"autoFocus": false,
"labelAlign": "left",
"horizontal": {
"left": 2,
"right": 10
},
"canAccessSuperData": false,
"affixFooter": true,
"resetAfterSubmit": false,
"loadingConfig": {
"show": true,
"root": "[role=page-body]"
},
"debug": false
},
"headerToolbar": [
{
"type": "flex",
"direction": "row",
"justify": "flex-start",
"alignItems": "stretch",
"style": {
"position": "static"
},
"items": [
{
"type": "container",
"align": "left",
"behavior": [
"Insert",
"BulkEdit",
"BulkDelete"
],
"body": [
{
"type": "button",
"label": "新增",
"level": "primary",
"className": "m-r-xs",
"behavior": "Insert",
"onEvent": {
"click": {
"actions": [
{
"actionType": "dialog",
"dialog": {
"body": [
{
"id": "u:828a303ec09f",
"type": "form",
"title": "新增数据",
"mode": "horizontal",
"dsType": "api",
"api": addApi,
"feat": "Insert",
"body": [
{
"type": "select",
"label": "服务提供商",
"name": "serviceProvider",
"options": [
{
"label": "阿里云",
"value": 1
},
{
"label": "腾讯云",
"value": "2"
},
{
"label": "Cloudflare",
"value": 3
},
{
"label": "华为云",
"value": 4
}
],
"id": "u:9e6ea5dd4702",
"multiple": false,
"clearable": true,
"required": true,
"value": ""
},
{
"type": "input-text",
"label": "域名",
"name": "domain",
"id": "u:139c04b220c9",
"clearable": true,
"required": true,
"validations": {
"maxLength": 30
},
"validationErrors": {
"maxLength": "域名最大不能超过30个字符"
},
"remark": {
"icon": "fa fa-question-circle",
"trigger": [
"hover"
],
"className": "Remark--warning",
"placement": "top",
"title": "",
"content": "域名注册入口:<p><a href='https://wanwang.aliyun.com/domain'>阿里云域名</a></p><p><a href='https://dnspod.cloud.tencent.com/'>腾讯云域名</a></p><p><a href='https://www.cloudflare.com/zh-cn/products/registrar/'>Cloudflare域名</a></p>"
}
},
{
"type": "input-text",
"label": "服务商ID",
"name": "serviceProviderId",
"id": "u:1c3afcbfe187",
"validations": {
"maxLength": 50
},
"required": true,
"validationErrors": {
"maxLength": "服务商ID不能大于0"
},
"validateOnChange": false,
"clearable": true,
"remark": {
"icon": "fa fa-question-circle",
"trigger": [
"hover"
],
"className": "Remark--warning",
"placement": "top",
"title": "",
"content": "申请ID及密钥入口:<p><a href='https://ram.console.aliyun.com/manage/ak'>阿里云密钥</a></p><p><a href='https://console.dnspod.cn/account/token/apikey'>腾讯云密钥</a></p><p><a href='https://dash.cloudflare.com/profile/api-tokens'>腾讯云密钥</a></p>"
}
},
{
"type": "input-text",
"label": "服务商密钥",
"name": "serviceProviderSecret",
"id": "u:a169ab8ba0f7",
"required": true,
"validations": {
"maxLength": 50
},
"validationErrors": {
"maxLength": "服务商密钥最大不能超过50个字符"
},
"clearable": true,
"validateOnChange": false
},
{
"type": "divider",
"id": "u:afef25704845"
},
{
"type": "select",
"label": "解析类型",
"name": "recordType",
"options": [
{
"label": "AAAA",
"value": 1
},
{
"label": "A",
"value": 2
}
],
"id": "u:74140384fb3b",
"multiple": false,
"value": "",
"required": true,
"clearable": true,
"remark": {
"icon": "fa fa-question-circle",
"trigger": [
"hover"
],
"className": "Remark--warning",
"placement": "top",
"title": "",
"content": "解析类型,AAAA为ipv6地址,A为ipv4地址"
}
},
{
"type": "select",
"label": "状态",
"name": "state",
"options": [
{
"label": "启用",
"value": 1
},
{
"label": "禁用",
"value": 0
}
],
"id": "u:9ffad3b8ed5c",
"multiple": false,
"clearable": true,
"required": true,
"value": "",
"showInvalidMatch": false
},
{
"type": "select",
"label": "更新频率",
"name": "updateFrequency",
"options": [
{
"label": "1分钟",
"value": 1
},
{
"label": "2分钟",
"value": 2
},
{
"label": "5分钟",
"value": 5
},
{
"label": "10分钟",
"value": 10
}
],
"id": "u:17fe3f04de55",
"required": true,
"value": "",
"remark": {
"icon": "fa fa-question-circle",
"trigger": [
"hover"
],
"className": "Remark--warning",
"placement": "top",
"title": "",
"content": "此更新频率只跟ddns4j的检查频率有关,和dns服务商的ttl时间无关"
}
},
{
"type": "select",
"label": "获取IP方式",
"name": "getIpMode",
"options": [
{
"label": "网络接口",
"value": 1
},
{
"label": "本地网卡获取",
"value": 2
}
],
"id": "u:29327416bd4e",
"searchable": false,
"onlyLeaf": true,
"multiple": false,
"borderMode": "full",
"size": "full",
"mode": "horizontal",
"clearable": true,
"required": true
},
{
"type": "select",
"labelClassName": "text-muted",
"name": "getIpModeValue",
"source": getModeApi,
"initFetchOn": "data.getIpMode",
"visibleOn": "data.recordType",
"clearable": true,
"searchable": false,
"onlyLeaf": true,
"multiple": false,
}
],
"resetAfterSubmit": true,
"actions": [
{
"type": "button",
"actionType": "cancel",
"label": "取消",
"id": "u:8989d2d4ddd6"
},
{
"type": "button",
"actionType": "submit",
"label": "提交",
"level": "primary",
"id": "u:5d7ac540cca1"
}
],
"onEvent": {
"submitSucc": {
"actions": [
{
"actionType": "search",
"groupType": "component",
"componentId": "u:0d1136773f00"
}
]
}
}
}
],
"title": "新增解析记录",
"actions": [
{
"type": "button",
"actionType": "cancel",
"label": "取消",
"id": "u:4f15ec2fce44"
},
{
"type": "button",
"actionType": "submit",
"label": "提交",
"level": "primary",
"id": "u:649bdf55e5b9"
}
],
"id": "u:db72b19dd36f",
"showCloseButton": true,
"closeOnOutside": false,
"closeOnEsc": false,
"showErrorMsg": true,
"showLoading": true,
"withDefaultData": false,
"dataMapSwitch": false
}
}
]
}
},
"id": "u:5a4f0b80acad"
},
{
"type": "button",
"label": "日志",
"behavior": "custom",
"className": "m-r-xs",
"actionType": "dialog",
"dialog": {
"title": "日志",
"closeOnEsc": true,
"body": {
"type": "log",
"height": 300,
"source": logsApi,
"rowHeight": 30
}
},
"onEvent": {
"click": {
"actions": []
}
},
"level": "light",
"id": "u:0759b710c332"
}
],
"wrapperBody": false,
"style": {
"flexGrow": 1,
"flex": "1 1 auto",
"position": "static",
"display": "flex",
"flexBasis": "auto",
"flexDirection": "row",
"flexWrap": "nowrap",
"alignItems": "stretch",
"justifyContent": "flex-start"
},
"id": "u:a34c8310d3bd"
},
{
"type": "container",
"align": "right",
"behavior": [
"FuzzyQuery"
],
"body": [],
"wrapperBody": false,
"style": {
"flexGrow": 1,
"flex": "1 1 auto",
"position": "static",
"display": "flex",
"flexBasis": "auto",
"flexDirection": "row",
"flexWrap": "nowrap",
"alignItems": "stretch",
"justifyContent": "flex-end"
},
"id": "u:1fd509ebb1ce"
}
],
"id": "u:3440b0836585"
}
],
"footerToolbar": [
{
"type": "flex",
"direction": "row",
"justify": "flex-start",
"alignItems": "stretch",
"style": {
"position": "static"
},
"items": [
{
"type": "container",
"align": "left",
"body": [],
"wrapperBody": false,
"style": {
"flexGrow": 1,
"flex": "1 1 auto",
"position": "static",
"display": "flex",
"flexBasis": "auto",
"flexDirection": "row",
"flexWrap": "nowrap",
"alignItems": "stretch",
"justifyContent": "flex-start"
},
"id": "u:c13802366165"
},
{
"type": "container",
"align": "right",
"body": [
{
"type": "pagination",
"behavior": "Pagination",
"layout": [
"total",
"perPage",
"pager"
],
"perPage": 10,
"perPageAvailable": [
10,
20,
50,
100
],
"align": "right",
"id": "u:5de235f0c789",
"mode": "normal"
}
],
"wrapperBody": false,
"style": {
"flexGrow": 1,
"flex": "1 1 auto",
"position": "static",
"display": "flex",
"flexBasis": "auto",
"flexDirection": "row",
"flexWrap": "nowrap",
"alignItems": "stretch",
"justifyContent": "flex-end"
},
"id": "u:fd7fde36d5a9"
}
],
"id": "u:182da8c0dc51"
}
],
"columns": [
{
"type": "hidden",
"name": "id"
},
{
"type": "tpl",
"title": "服务商",
"name": "serviceProviderName",
"id": "u:88a5082c3df6"
},
{
"type": "tpl",
"title": "解析类型",
"name": "recordTypeName",
"id": "u:6be7ffd4b055"
},
{
"type": "tpl",
"title": "公网IP",
"name": "ip",
"id": "u:6be7ffd4b055"
},
{
"type": "tpl",
"title": "域名",
"name": "domain",
"id": "u:6be7ffd4b055"
},
{
"type": "tpl",
"title": "更新频率 单位:分钟",
"name": "updateFrequency",
"id": "u:6be7ffd4b055"
},
{
"type": "tpl",
"title": "创建时间",
"name": "createDate",
"id": "u:6be7ffd4b055"
},
{
"type": "tpl",
"title": "更新时间",
"name": "updateDate",
"id": "u:6be7ffd4b055"
},
{
"type": "operation",
"title": "操作",
"buttons": [
{
"type": "button",
"label": "查看",
"level": "link",
"behavior": "View",
"onEvent": {
"click": {
"actions": [
{
"actionType": "dialog",
"dialog": {
"body": {
"id": "u:5e50a21d83ee",
"type": "form",
"title": "查看数据",
"mode": "horizontal",
"feat": "View",
"body": [
{
"type": "static",
"name": "serviceProviderName",
"label": "服务商"
},
{
"type": "static",
"name": "recordTypeName",
"label": "解析类型"
},
{
"type": "static",
"name": "ip",
"label": "公网IP"
},
{
"type": "static",
"name": "domain",
"label": "域名"
},
{
"type": "static",
"name": "updateFrequency",
"label": "更新频率"
}
],
"static": true,
"actions": [
{
"type": "button",
"actionType": "cancel",
"label": "关闭",
"id": "u:f769d348dd75"
}
],
"onEvent": {
"submitSucc": {
"actions": [
{
"actionType": "search",
"groupType": "component",
"componentId": "u:0d1136773f00"
}
]
}
}
},
"title": "查看数据",
"size": "md",
"actions": [
{
"type": "button",
"actionType": "cancel",
"label": "关闭",
"id": "u:06ce2f1badd3"
}
]
}
}
]
}
},
"id": "u:a3fec086bf31"
},
{
"type": "button",
"label": "编辑",
"level": "link",
"behavior": "Edit",
"onEvent": {
"click": {
"actions": [
{
"actionType": "dialog",
"dialog": {
"body": {
"id": "u:854fc706fceb",
"type": "form",
"title": "编辑数据",
"mode": "horizontal",
"dsType": "api",
"api": modifyApi,
"feat": "Edit",
"body": [
{
"type": "hidden",
"name": "id"
},
{
"type": "select",
"label": "服务提供商",
"name": "serviceProvider",
"required": true,
"options": [
{
"label": "阿里云",
"value": 1
},
{
"label": "腾讯云",
"value": "2"
},
{
"label": "Cloudflare",
"value": 3
},
{
"label": "华为云",
"value": 4
}
]
},
{
"type": "input-text",
"label": "域名",
"name": "domain",
"id": "u:139c04b220c9",
"clearable": true,
"required": true,
"validations": {
"maxLength": 30
},
"validationErrors": {
"maxLength": "域名最大不能超过30个字符"
},
"remark": {
"icon": "fa fa-question-circle",
"trigger": [
"hover"
],
"className": "Remark--warning",
"placement": "top",
"title": "",
"content": "域名注册入口:<p><a href='https://wanwang.aliyun.com/domain'>阿里云域名</a></p><p><a href='https://dnspod.cloud.tencent.com/'>腾讯云域名</a></p><p><a href='https://www.cloudflare.com/zh-cn/products/registrar/'>Cloudflare域名</a></p>"
}
},
{
"type": "input-text",
"label": "服务商ID",
"name": "serviceProviderId",
"id": "u:1c3afcbfe187",
"validations": {
"maxLength": 50
},
"required": true,
"validationErrors": {
"maxLength": "服务商ID不能大于0"
},
"validateOnChange": false,
"clearable": true,
"remark": {
"icon": "fa fa-question-circle",
"trigger": [
"hover"
],
"className": "Remark--warning",
"placement": "top",
"title": "",
"content": "申请ID及密钥入口:<p><a href='https://ram.console.aliyun.com/manage/ak'>阿里云密钥</a></p><p><a href='https://console.dnspod.cn/account/token/apikey'>腾讯云密钥</a></p><p><a href='https://dash.cloudflare.com/profile/api-tokens'>腾讯云密钥</a></p>"
}
},
{
"type": "input-text",
"label": "服务商密钥",
"name": "serviceProviderSecret",
"id": "u:a169ab8ba0f7",
"required": true,
"validations": {
"maxLength": 50
},
"validationErrors": {
"maxLength": "服务商密钥最大不能超过50个字符"
},
"clearable": true,
"validateOnChange": false
},
{
"type": "divider",
"id": "u:afef25704845"
},
{
"type": "select",
"label": "解析类型",
"name": "recordType",
"options": [
{
"label": "AAAA",
"value": 1
},
{
"label": "A",
"value": 2
}
],
"id": "u:74140384fb3b",
"multiple": false,
"value": "",
"required": true,
"clearable": true,
"remark": {
"icon": "fa fa-question-circle",
"trigger": [
"hover"
],
"className": "Remark--warning",
"placement": "top",
"title": "",
"content": "解析类型,AAAA为ipv6地址,A为ipv4地址"
}
},
{
"type": "select",
"label": "状态",
"name": "state",
"options": [
{
"label": "启用",
"value": 1
},
{
"label": "禁用",
"value": 0
}
],
"id": "u:9ffad3b8ed5c",
"multiple": false,
"clearable": true,
"required": true,
"value": "",
"showInvalidMatch": false
},
{
"type": "select",
"label": "更新频率",
"name": "updateFrequency",
"options": [
{
"label": "1分钟",
"value": 1
},
{
"label": "2分钟",
"value": 2
},
{
"label": "5分钟",
"value": 5
},
{
"label": "10分钟",
"value": 10
}
],
"id": "u:17fe3f04de55",
"required": true,
"value": "",
"remark": {
"icon": "fa fa-question-circle",
"trigger": [
"hover"
],
"className": "Remark--warning",
"placement": "top",
"title": "",
"content": "此更新频率只跟ddns4j的检查频率有关,和dns服务商的ttl时间无关"
}
},
{
"type": "select",
"label": "获取IP方式",
"name": "getIpMode",
"options": [
{
"label": "网络接口",
"value": 1
},
{
"label": "本地网卡获取",
"value": 2
}
],
"id": "u:29327416bd4e",
"searchable": false,
"onlyLeaf": true,
"multiple": false,
"borderMode": "full",
"size": "full",
"mode": "horizontal",
"clearable": true,
"required": true
},
{
"type": "select",
"labelClassName": "text-muted",
"name": "getIpModeValue",
"source": getModeApi,
"initFetchOn": "data.getIpMode",
"visibleOn": "data.recordType",
"clearable": true,
"searchable": false,
"onlyLeaf": true,
"multiple": false,
}
],
"resetAfterSubmit": true,
"actions": [
{
"type": "button",
"actionType": "cancel",
"label": "取消",
"id": "u:b3c21361db28"
},
{
"type": "button",
"actionType": "submit",
"label": "提交",
"level": "primary",
"id": "u:8e827103b0ee"
}
],
"onEvent": {
"submitSucc": {
"actions": [
{
"actionType": "search",
"groupType": "component",
"componentId": "u:0d1136773f00"
}
]
}
}
},
"title": "编辑数据",
"size": "md",
"actions": [
{
"type": "button",
"actionType": "cancel",
"label": "取消",
"id": "u:ea18f3850561"
},
{
"type": "button",
"actionType": "submit",
"label": "提交",
"level": "primary",
"id": "u:7302f64ed3c5"
}
]
}
}
]
}
},
"id": "u:6587f14a35d2"
},
{
"type": "button",
"label": "删除",
"behavior": "Delete",
"className": "m-r-xs text-danger",
"level": "link",
"confirmText": "确认要删除数据",
"onEvent": {
"click": {
"actions": [
{
"actionType": "ajax",
"api": deleleteApi
},
{
"actionType": "search",
"groupType": "component",
"componentId": "u:0d1136773f00"
}
]
}
},
"id": "u:54578b4cae1a"
}
],
"id": "u:db9472ee6ebf"
}
],
"placeholder": "暂无数据",
"interval": 1000 * 60
}
],
"id": "u:3d29656f76c9",
"pullRefresh": {
"disabled": true
},
"title": "DDNS4J",
"subTitle": "开源好用的域名解析工具",
"toolbar": [
{
"type": "nav",
"stacked": false,
"links": [
{
"label": "ddns4j-spring-boot-starter",
"to": "https://gitee.com/Xsssd/ddns4j-spring-boot-starter",
"target": "_blank",
"id": "0",
"icon": "fa fa-slideshare",
"badge": "",
"children": []
},
{
"label": "github",
"to": "https://github.com/sssdgithub/ddns4j",
"target": "_blank",
"id": "1",
"icon": "fa fa-stack-overflow",
"children": []
},
{
"label": "gitee",
"to": "https://gitee.com/Xsssd/ddns4j",
"icon": "fa fa-spotify",
"target": "_blank",
"children": [],
"id": "2"
}
],
"id": "u:092b979bd8ff",
"style": {
"opacity": 1
}
}
]
};
amis.embed('#root', amisJSON);
})();
</script>
</body>
</html>
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/Xsssd/ddns4j-electron.git
git@gitee.com:Xsssd/ddns4j-electron.git
Xsssd
ddns4j-electron
ddns4j-electron
master

搜索帮助