wangrong
2026-07-26 d07520854ea2b4f2bf25a1c8098156ae89782edd
logo、注释ai极速编成、github等
1个文件已添加
8个文件已修改
64 ■■■■ 已修改文件
build/cool/eps.d.ts 40 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
public/logo.png 补丁 | 查看 | 原始文档 | blame | 历史
public/logo_old.png 补丁 | 查看 | 原始文档 | blame | 历史
src/modules/base/locales/en.json 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/modules/base/locales/zh-cn.json 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/modules/base/locales/zh-tw.json 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/modules/base/pages/login/index.vue 6 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/modules/helper/config.ts 10 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/plugins/github/config.ts 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
build/cool/eps.d.ts
@@ -4090,6 +4090,25 @@
        request: Request;
    }
    interface MonitorYs7 {
        /**
         * getToken
         */
        getToken(data?: any): Promise<any>;
        /**
         * 权限标识
         */
        permission: { getToken: string };
        /**
         * 权限状态
         */
        _permission: { getToken: boolean };
        request: Request;
    }
    interface OperationWastesale {
        /**
         * 删除
@@ -5133,25 +5152,6 @@
        request: Request;
    }
    interface MonitorYs7 {
        /**
         * getToken
         */
        getToken(data?: any): Promise<any>;
        /**
         * 权限标识
         */
        permission: { getToken: string };
        /**
         * 权限状态
         */
        _permission: { getToken: boolean };
        request: Request;
    }
    interface RequestOptions {
        url: string;
        method?: "OPTIONS" | "GET" | "HEAD" | "POST" | "PUT" | "DELETE" | "TRACE" | "CONNECT";
@@ -5191,6 +5191,7 @@
        };
        demo: { goods: DemoGoods; tenant: DemoTenant };
        dict: { info: DictInfo; type: DictType };
        monitor: { ys7: MonitorYs7 };
        operation: { wastesale: OperationWastesale };
        plugin: { info: PluginInfo };
        push: {
@@ -5211,6 +5212,5 @@
        space: { info: SpaceInfo; type: SpaceType };
        task: { info: TaskInfo };
        user: { address: UserAddress; info: UserInfo };
        monitor: { ys7: MonitorYs7 };
    };
}
public/logo.png

public/logo_old.png
src/modules/base/locales/en.json
@@ -75,7 +75,7 @@
  "关闭其他": "Close Others",
  "关闭所有": "Close All",
  "{label} 没有子菜单,请先添加": "{label} has no sub-menus. Please add them first",
  "快速开发后台权限管理系统": "Quick Development Background Permission Management System",
  "无废校园运营管理平台": "Waste Operation Management Platform",
  "请输入用户名": "Please enter your username",
  "请输入密码": "Please enter your password",
  "验证码": "Verification Code",
src/modules/base/locales/zh-cn.json
@@ -114,7 +114,7 @@
  "关闭其他": "关闭其他",
  "关闭所有": "关闭所有",
  "{label} 没有子菜单,请先添加": "{label} 没有子菜单,请先添加",
  "快速开发后台权限管理系统": "快速开发后台权限管理系统",
  "无废校园运营管理平台": "无废校园运营管理平台",
  "请输入用户名": "请输入用户名",
  "请输入密码": "请输入密码",
  "验证码": "验证码",
src/modules/base/locales/zh-tw.json
@@ -115,7 +115,7 @@
  "关闭其他": "關閉其他",
  "关闭所有": "關閉所有",
  "{label} 没有子菜单,请先添加": "{label} 沒有子菜單,請先添加",
  "快速开发后台权限管理系统": "快速開發後台權限管理系統",
  "无废校园运营管理平台": "无废校园运营管理平台",
  "请输入用户名": "請輸入用戶名",
  "请输入密码": "請輸入密碼",
  "验证码": "驗證碼",
src/modules/base/pages/login/index.vue
@@ -9,7 +9,7 @@
                <span>{{ app.info.name }}</span>
            </div>
            <p class="desc">{{ $t('快速开发后台权限管理系统') }}</p>
            <p class="desc">{{ $t('无废校园运营管理平台') }}</p>
            <div class="form">
                <el-form label-position="top" class="form" :disabled="saving">
@@ -66,7 +66,7 @@
            <cl-svg name="bg"></cl-svg>
        </div>
        <a href="https://cool-js.com" class="copyright"> Copyright © COOL </a>
    </div>
</template>
@@ -209,8 +209,6 @@
                border-radius: 8px;
                padding: 5px;
                margin-right: 10px;
                background-color: $color;
                img {
                    height: 36px;
                }
src/modules/helper/config.ts
@@ -7,11 +7,11 @@
            index: 'https://cool-js.com',
            api: 'https://service.cool-js.com/api'
        },
        toolbar: {
            h5: false,
            order: 1,
            component: import('./components/ai-code/btn.vue')
        },
        // toolbar: {
        //     h5: false,
        //     order: -1,
        //     component: import('./components/ai-code/btn.vue')
        // },
        pages: [
            {
                path: '/helper/ai-code',
src/plugins/github/config.ts
@@ -3,7 +3,7 @@
export default (): ModuleConfig => {
    return {
        toolbar: {
            component: import('./components/code.vue')
            component: []//import('./components/code.vue')
        }
    };
};