feat: reoede web to tailwindcss

This commit is contained in:
engigu
2025-08-10 14:32:24 +08:00
parent 0a12a25473
commit d557547bc0
192 changed files with 9624 additions and 9694 deletions
+5 -3
View File
@@ -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" },