QQ浏览器 v12.2.3.7053版本的 MD5 值为:8285ab3059e5c8b521a264dfbc5c3685

以下内容为反编译后的 SelfIntro.java 源代码,内容仅作参考


package com.tencent.mtt.file.page.toolc.resume.model;

import android.graphics.Color;

public class SelfIntro extends PlainTextModule {
    public SelfIntro() {
        super(Module.NAME_SELF_INTRO);
    }

    @Override
    public String getHintImageUrl() {
        return "https://m4.publicimg.browser.qq.com/publicimg/nav/file/%E7%AE%80%E4%BB%8B&%E5%85%B6%E4%BB%96.png";
    }

    @Override
    public String getHintText() {
        return "描述自己与申请岗位相关的个人性格、经验和技能特长等优势";
    }

    @Override
    public int getIndicatorColor() {
        return Color.parseColor("#AF66D5");
    }

    @Override
    public String getStatName() {
        return Module.STAT_INTRO;
    }
}