feat: reoede web to tailwindcss
This commit is contained in:
+5
-3
@@ -1,4 +1,6 @@
|
||||
import { ApiStrGenerate } from "@/util/viewApi.js";
|
||||
import { ApiStrGenerate } from "./util/viewApi";
|
||||
|
||||
// const ApiStrGenerate ={}
|
||||
|
||||
|
||||
// 定义一些常量名
|
||||
@@ -72,7 +74,7 @@ const CONSTANT = {
|
||||
label: '自定义推送',
|
||||
inputs: [
|
||||
{ subLabel: 'webhook地址', value: '', col: 'webhook', desc: "自定义webhook地址" },
|
||||
{ subLabel: '请求体', value: '', col: 'body', desc: "请求体, text内容请使用 TEXT 进行占位\n例如:{\"message\": \"TEXT\", \"foo\": \"bar\"}", isTextArea: true },
|
||||
{ subLabel: '请求体', value: '', col: 'body', desc: "text内容请使用 TEXT 进行占位\n例如:{\"message\": \"TEXT\", \"foo\": \"bar\"}", isTextArea: true },
|
||||
{ subLabel: '渠道名', value: '', col: 'name', desc: "想要设置的渠道名字" },
|
||||
],
|
||||
tips: {
|
||||
@@ -86,7 +88,7 @@ const CONSTANT = {
|
||||
},
|
||||
{
|
||||
type: 'WeChatOFAccount',
|
||||
label: '微信测试公众号模板消息',
|
||||
label: '微信测试公众号模板',
|
||||
inputs: [
|
||||
{ subLabel: 'appID', value: '', col: 'appID', desc: "公众号appid" },
|
||||
{ subLabel: 'appsecret', value: '', col: 'appsecret', desc: "公众号appsecret" },
|
||||
|
||||
Reference in New Issue
Block a user