diff --git a/README.md b/README.md index 6e79c61f..91544ba7 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@

- +

star @@ -151,31 +151,34 @@ neutrino.proxy.client.license-key=b0a907332b474b25897c4dcb31fc7eb6 # 10、贡献者列表

- + - + - + - + + + + - + - + - + - + - +

diff --git a/_client_plus/neutrino-proxy-client-android/.keep b/_client_plus/neutrino-proxy-client-android/.keep new file mode 100644 index 00000000..79edd150 --- /dev/null +++ b/_client_plus/neutrino-proxy-client-android/.keep @@ -0,0 +1 @@ +安卓客户端项目 \ No newline at end of file diff --git a/assets/developer/fangming.png b/assets/developer/fangming.png new file mode 100644 index 00000000..133ca180 Binary files /dev/null and b/assets/developer/fangming.png differ diff --git a/assets/developer/jiuye.png b/assets/developer/jiuye.png new file mode 100644 index 00000000..34f96c3a Binary files /dev/null and b/assets/developer/jiuye.png differ diff --git a/assets/developer/keke.png b/assets/developer/keke.png new file mode 100644 index 00000000..1a4d3873 Binary files /dev/null and b/assets/developer/keke.png differ diff --git a/assets/developer/liugddx.png b/assets/developer/liugddx.png new file mode 100644 index 00000000..3ba546bf Binary files /dev/null and b/assets/developer/liugddx.png differ diff --git a/assets/developer/near.png b/assets/developer/near.png new file mode 100644 index 00000000..aa666d98 Binary files /dev/null and b/assets/developer/near.png differ diff --git a/assets/developer/pingon.png b/assets/developer/pingon.png new file mode 100644 index 00000000..fb5b5892 Binary files /dev/null and b/assets/developer/pingon.png differ diff --git a/assets/developer/tan90.png b/assets/developer/tan90.png new file mode 100644 index 00000000..dbb15b57 Binary files /dev/null and b/assets/developer/tan90.png differ diff --git a/assets/developer/westboy.jpg b/assets/developer/westboy.jpg new file mode 100644 index 00000000..42795074 Binary files /dev/null and b/assets/developer/westboy.jpg differ diff --git a/assets/developer/yohanes.png b/assets/developer/yohanes.png new file mode 100644 index 00000000..708516db Binary files /dev/null and b/assets/developer/yohanes.png differ diff --git a/assets/developer/zcans.png b/assets/developer/zcans.png new file mode 100644 index 00000000..53b00ae2 Binary files /dev/null and b/assets/developer/zcans.png differ diff --git a/neutrino-proxy-admin/src/api/license.js b/neutrino-proxy-admin/src/api/license.js index d9aa0d90..859a422d 100644 --- a/neutrino-proxy-admin/src/api/license.js +++ b/neutrino-proxy-admin/src/api/license.js @@ -14,6 +14,12 @@ export function licenseList() { method: 'get' }) } +export function licenseAuthList() { + return request({ + url: '/license/auth-list', + method: 'get' + }) +} export function createLicense(data) { return request({ diff --git a/neutrino-proxy-admin/src/views/proxy/portMapping.vue b/neutrino-proxy-admin/src/views/proxy/portMapping.vue index e8623dfe..4336c7fd 100644 --- a/neutrino-proxy-admin/src/views/proxy/portMapping.vue +++ b/neutrino-proxy-admin/src/views/proxy/portMapping.vue @@ -1,95 +1,108 @@