feat(工具箱): 添加“frp 配置文件生成”工具
This commit is contained in:
@@ -110,6 +110,17 @@ export const toolList = [
|
||||
title: '生成',
|
||||
enabled: true,
|
||||
items: [
|
||||
{
|
||||
id: 'frp-config-generator',
|
||||
component: 'Generator/FrpConfigGenerator',
|
||||
title: 'frp 配置文件生成',
|
||||
iconClass: 'mdi mdi-file-cog-outline',
|
||||
desc: '生成用于 frpc、frps 的配置文件。',
|
||||
createdAt: '',
|
||||
updatedAt: '',
|
||||
version: '0',
|
||||
enabled: false,
|
||||
},
|
||||
{
|
||||
id: 'generate-urls',
|
||||
component: 'Generator/GenerateUrls',
|
||||
|
@@ -0,0 +1,9 @@
|
||||
<template>
|
||||
<div class="tool-detail-page"></div>
|
||||
</template>
|
||||
|
||||
<script setup>
|
||||
</script>
|
||||
|
||||
<style lang="less" scoped>
|
||||
</style>
|
Reference in New Issue
Block a user