【调整】微信公众号图标调整

This commit is contained in:
chenzhihua
2025-06-10 16:35:11 +08:00
parent c5167b374e
commit d8f4ee0e80
326 changed files with 7428 additions and 1851 deletions

View File

@@ -19,7 +19,7 @@ export interface ApiProjectType {
// $t('t_0_1747886301644')
export const MessagePushConfig = {
mail: { name: $t('t_68_1745289354676'), type: 'mail' },
wecom: { name: $t('t_33_1746773350932'), type: 'wecom' },
workwx: { name: $t('t_33_1746773350932'), type: 'workwx' },
dingtalk: { name: $t('t_32_1746773348993'), type: 'dingtalk' },
feishu: { name: $t('t_34_1746773350153'), type: 'feishu' },
webhook: { name: 'WebHook', type: 'webhook' },

View File

@@ -87,14 +87,14 @@ export default defineConfig({
// remotePath: '/www/allinssl/frontend',
// clearRemote: true,
// },
{
host: '192.168.69.167',
port: 22,
username: 'root',
password: 'www.bt.cn',
remotePath: '/www/allinssl/frontend',
clearRemote: true,
},
// {
// host: '192.168.69.167',
// port: 22,
// username: 'root',
// password: 'www.bt.cn',
// remotePath: '/www/allinssl/frontend',
// clearRemote: true,
// },
]),
// 项目同步git
pluginProjectSyncGit({
@@ -105,12 +105,12 @@ export default defineConfig({
// targetDir: 'allinssl-gitlab',
// discardChanges: true,
// },
// {
// repo: 'https://github.com/allinssl/allinssl.git',
// branch: '1.0.4',
// targetDir: 'allinssl-github',
// discardChanges: true,
// },
{
repo: 'https://github.com/allinssl/allinssl.git',
branch: '1.0.5',
targetDir: 'allinssl-github',
discardChanges: true,
},
],
localSync: [
{